function popupstelle()
{
  Suche=window.open('','Stelle','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=400,height=450,left=10,top=10');
  Suche.focus();
}
function fenster(breite,hoehe) {
 Fenster=window.open('','Fenster','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+breite+',height='+hoehe+',left=130,top=8');
 Fenster.focus();
}

function chat(breite,hoehe) {
 Chat=window.open('','Chat','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+breite+',height='+hoehe+',left=130,top=8');
 Chat.focus();
}

function drucken(breite,hoehe) {
 PredigtDrucken=window.open('','PredigtDrucken','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width='+breite+',height='+hoehe+',left=130,top=8');
 PredigtDrucken.focus();
}

function predigt(breite,hoehe) {
 Predigt=window.open('','Predigt','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+breite+',height='+hoehe+',left=130,top=8');
 Predigt.focus();
}