function doit(id) { new_win = new Object; var option = "toolbar=" + 1 + ",location=" + 1 + ",directories=" + 1 + ",status=" + 1 + ",menubar=" + 1 + ",scrollbars=" + 1 + ",resizable=" + 1 + ",width=" + (screen.width-10) + ",height=" + (screen.height-10) + ",top=" + 0 + ",left=" + 0; var sid="rts"; new_win = window.open("http://www.ttps.net/RTSalon/Main.aspx?rts=www.darkroots.com", sid, option ); }