timeout =0; // Close window after __ number of seconds? // 0 = do not close, anything else = number of seconds function Start(URL, WIDTH, HEIGHT, TITLE) { wleft = (screen.width-WIDTH)/2; wtop = (screen.height-(HEIGHT+110))/2; windowprops = "left="+wleft+",top="+wtop+",scrollbars=auto,resizable=yes,width=" + (WIDTH) + ",height=" + (HEIGHT); text = "
| ";
text += " close window";
if (timeout != 0) text +=" |