function popUp(URL) 
{
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'bgcolor=#000000,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=675,height=545');");
}

function popUp1(URL) 
{
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'bgcolor=#000000,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=665,height=535');");
}

function popUp2(URL) 
{
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'bgcolor=#000000,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=710');");
}