function openWinScroll(url,name,wid,hgt){ sw=(screen.width-wid)/2; sh=(screen.height-hgt)/2; newwin=window.open(url,name,'width='+wid+',height='+hgt+',top='+sh+',left='+sw+',scrollbars=1,menubars=0,toolbars=0,directories=0,location=0,address=0'); newwin.focus(); }