
function KalenderPopup () {

window.open("kalenderpopup.php","Window1",
"menubar=no,width=430,height=640,toolbar=no, scrollbars=yes");

}
