function openWin(sURL, sWindowName, w, h, sScroll) { var x = (screen.width - w) / 2; var y = (screen.height - h) / 2; if (sScroll==null) sScroll = "no"; var sOption = ""; sOption = sOption + "toolbar=no, channelmode=no, location=no, directories=no, resizable=no, menubar=no"; sOption = sOption + ", scrollbars=" + sScroll + ", left=" + x + ", top=" + y + ", width=" + w + ", height=" + h; window.open(sURL, sWindowName, sOption); } document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln("");