<!-- Begin
function popUpversenden(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=no, scrollbars=no, location=0, statusbars=0, menubars=0, resizable=no, width=640, height=544, middl = 10, top = 10');"); 
} // End -->
