function WinOpen1() {
	
   if   (navigator.appName == "Netscape" ) {
       	msg=window.open("http://www.brooks-c.com/holes/index.cgi","wkfrm","status=0,location=0,scrollbars=1,resizable=0,toolbar=0,directories=0,menubar=0,width=650,height=760");
   }
   else
   { 
        msg=window.open("http://www.brooks-c.com/holes/index.cgi","wkfrm","status=0,location=0,scrollbars=1,resizable=0,toolbar=0,directories=0,menubar=0,width=650,height=760");
   }

}


