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=yes,width=341,height=714');");
}
