function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0, menubar=0,resizable=0,width=300,height=300,left = 200,top = 60');");
}
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0, menubar=0,resizable=0,width=350,height=355,left = 200,top = 60');");
}

function popUpch(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0, menubar=0,resizable=0,width=420,height=230,left = 280,top = 300');");
}
function popUpc(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0, menubar=0,resizable=0,width=160,height=130,left = 280,top = 300');");
}
function popUpw(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0, menubar=0,resizable=0,width=248, height=465, left = 200,top = 60');");
}
