// Karten
function mittelbach(){
popup = window.open("","mittelbach","height=415,width=617,left=0,top=0,scrollbars=0,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0");
}

function stollberg(){
popup = window.open("","stollberg","height=415,width=617,left=0,top=0,scrollbars=0,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0");
}


// Kundenliste
function kunden(){
popup = window.open("","kunden","height=449,width=700,left=0,top=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0");
}



// Popup schliessen und Hauptfenster neu laden
function navigieren(url){
parent.window.opener.focus();
parent.window.focus();
parent.window.opener.location.href = url;
}

