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