function popup_hilfe(){
   var win = window.open("vakanz/hilfepopup.htm","","screenX=0,screenY=20,left=0,top=20,width=610,height=550,resizable=no,scrollbars=yes");
}

function popup_ausgabe(vom_tag,vom_monat,vom_jahr,bis_tag,bis_monat,bis_jahr,zeitraum){
   var win = window.open("vakanz/index.php?popup=1&vom_tag="+vom_tag+"&vom_monat="+vom_monat+"&vom_jahr="+vom_jahr+"&bis_tag="+bis_tag+"&bis_monat="+bis_monat+"&bis_jahr="+bis_jahr+"&zeitraum="+zeitraum+"&action=ausgabe","ausgabe","width=620,height=550,screenX=0,screenY=20,left=0,top=20,fullscreen=no,directories=0,location=0,menubar=0,resizable=yes,scrollbars=yes,status=yes,toolbar=0,depend=yes");
}
