//Dynamic popup window. Location, scrolling, height and width defined by call //Tony D. function newWindow(location,scroll,x,y){ siteWindow = window.open(location,'Popup','width='+x+',height='+y+',toolbar=no,resizable=yes,scrollbars='+scroll+',menubar=no,status=no'); siteWindow.focus(); }