// JavaScript Document
/*
function oW(u,n,w,h,l,t,r,s,c,k,i){
var x=0,a=(c&&c<0&&brX=='IE')?(c=0):1,f,p,F=new _w();
if(w==-1){x=l=t=-2;w=screen.availWidth;h=screen.availHeight}
if(arguments.length==2||n=='ef')f=F.w.open('',n);
else{f=F.w.open('',n,p=((w?(',width='+w+(l?(',left='+(l==-1?((bsB-w-10)/2):(l==-2?0:l))):'')):'')+(h?(',height='+h+(t?(',top='+(t==-1?((bsH-h-50)/2):(t==-2?0:t))):'')):'')+(r?',resizable':'')+(s?',status':'')+(c?',scrollbars':'')+(k?',menubar,toolbar,location,directories':'')));if(f.vor){f.close();f=F.w.open('',n,p)}}
if(x)f.resizeTo(w,h);
if(a)f.location.href=u;
else with(f.document){open();write('<html><head></head><body leftmargin="0" topmargin="0"><iframe src="'+u+'" id="'+(n='i'+n)+'" width="100%" height="100%" frameborder="0" marginwidth="0" marginheight="0"></iframe></body></html>');close();if(i)title=i=='-1'?eval('f.'+n+'.document.title'):i}
if(W.focus)f.focus();f.vor=1;
}
*/
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=1,statusbar=0,menubar=0,resizable=1,width=80,height=80,left = 472,top = 344');");
}