function Popup(datei, breite, hoehe) {
add = window.open(datei,"neu","width=600,height=400,location=0,menubar=0,personalbar=0,status=0,resizable=yes,scrollbars=yes");
add.focus();
}

