
function popUp1(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,top=200,left=200,width=500,height=500');");
}



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,top=200,left=200,width=350,height=350');");
}




function popupform(myform, windowname)
{
if (! window.focus)return true;
window.open('', windowname, 'height=350,width=350,scrollbars=no');
myform.target=windowname;
return true;
}



function popUp1(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,top=200,left=200,width=500,height=500');");
}

