//local document scripts for software colors website: function newWindow(url,width,height){ var win; win = window.open(url,"newsletter","scrollbars, width="+width+",height="+height+",menubar=0,titlebar=yes") win.window.focus(); }