function popUp(URL) {
day = new Date();
ad = day.getTime();
eval("page" + ad + " = window.open(URL, '" + ad + "', 'toolbar=no,scrollbars=0,location=0,statusbar=0,status=0,menubar=0,resizable=0,width=330,height=250,left = 150,top = 0');");
}
function popUp1(URL) {
day = new Date();
ad = day.getTime();
eval("page" + ad + " = window.open(URL, '" + ad + "', 'toolbar=no,scrollbars=0,location=0,statusbar=0,status=0,menubar=0,resizable=0,width=330,height=250,left = 250,top = 0');");
}
function popUp2(URL) {
day = new Date();
ad = day.getTime();
eval("page" + ad + " = window.open(URL, '" + ad + "', 'toolbar=no,scrollbars=0,location=0,statusbar=0,status=0,menubar=0,resizable=0,width=400,height=350,left = 250,top = 0');");
}