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() 

} 
