
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=no,width=720,height=470,left = 50,top = 50');");
}

