function popitup(url){newwindow=window.open(url,'name','height=1000,width=1225,scrollbars=yes');if(window.focus){newwindow.focus()}
return false;}
