var page,wid,hit,nam;
function win(page,nam,wid,hit,top,lt)
{
var  windo=eval('window.open("'+page+'","'+nam+'","status=no,toolbar=no,resizable=no,scrollbars=no, menubar=no,width='+wid+',height='+hit+',top='+top+',left='+lt+'")');
}

var page1,wid1,hit1,nam1;
function winc(page1,nam1,wid1,hit1,top1,lt1)
{
close();
var  windo=eval('window.open("'+page1+'","'+nam1+'","status=yes,toolbar=yes,fullscreen=yes,resizable=yes,scrollbars=yes, menubar=yes,width='+wid1+',height='+hit1+',top='+top1+',left='+lt1+'")');

}


function exit()
{
close();
}

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=200,left = 715,top = 450');");
}


