     function makeNewWindow1() {
      str="form/contactus.html";
      var NewWindow1=window.open(str,"NewWindow","resizable=no,status=no,toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,height=400,width=500");
     }

     function makeNewWindow2() {
      str="firemap2.html";
      var NewWindow2=window.open(str,"NewWindow2","resizable=no,status=no,toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,height=600,width=900");
     }

     function makeNewWindow3() {
      str="form/2011event.html";
      var NewWindow=window.open(str,"NewWindow","resizable=no,status=no,toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,height=600,width=500");
     }

