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

