function popUp(URL){

pop = window.open(URL,"window","width=600,height=400,resizable=1,scrollbars=1,location=yes,menubar=yes,toolbar=yes,status=yes;return false;")

pop.focus() 

} 

function popUpEbulletin(URL){

pop = window.open(URL,"window","width=500,height=500,resizable=1,scrollbars=1,location=no,menubar=no,toolbar=no,status=yes;return false;")

pop.focus() 

} 


function popUpOutside(URL){

pop = window.open(URL,"window","width=700,height=550,resizable=1,scrollbars=1,location=yes,menubar=yes,toolbar=yes,status=yes; return false;")

pop.focus() 

} 

function popUpPdf(URL){

pop = window.open(URL,"window","width=700,height=550,resizable=1,scrollbars=1; return false;")

pop.focus() 

} 

<!--
 if(window.attachEvent)
   window.attachEvent("onload",restoreStyles);

 function restoreStyles(){
   inputList = document.getElementsByTagName("INPUT");
   for(i=0;i<inputList.length;i++)
     inputList[i].style.backgroundColor = "";
   selectList = document.getElementsByTagName("SELECT");
   for(i=0;i<selectList.length;i++)
     selectList[i].style.backgroundColor = "";
 }//-->
