///////help.js function help(helptopic){ var HelpWin=window.open("helpfrm.htm", "HelpWin", "toolbar=no,directories=no,menubar=no,status=no,scrollbar=no, resizable=yes,width=350,height=450"); HelpWin.onload=new Function( "this.topic.location='" + helptopic + "'") } function tiphelp(helptopic){ var TipWin=window.open("tipfrm.htm", "TipWin", "toolbar=no, directories=no, menubar=no, status=no, scrollbar=no, resizable=yes, width=200, height=250"); TipWin.onload=new Function("this.topic.location='" + helptopic + "'") } //////////////