
function popUp2(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,height=525,width=721,left = 162,top = 82');");
}


    if (navigator.appName == "Netscape")	
    {document.write("<link rel=stylesheet href='http://www.usbody.com/control.ccs/netscape.css' type='text/css'>");} 
    
    else
    {document.write("<link rel=stylesheet href='http://www.usbody.com/control.ccs/explorer.css' type='text/css'>");}
   
     if ((navigator.platform=='MacPPC') && (navigator.appVersion.substr(17,8) != "MSIE 5.0"))
     {document.write("<link rel=stylesheet href='http://www.usbody.com/control.ccs/macns.css' type='text/css'>");}

