function dyneSol(theURL,winName,features) { var dyneSol = "height=400,width=600,location=no," + "scrollbars=yes,menubars=no,toolbars=no,resizable=yes"; window.open(theURL,winName,dyneSol); } function CloseForm() { self.close(); }