//JavaScripts used on Opotiki2.co.nz pages

   var event = 0; //for backwards compatibility.
  var id = ""; //for backwards compatibility.

  function rollBG(event,name,color) {
    if (document. layers) {     //test for communicator 4+
      if (color==null)
        var color = (event. type == "mouseover") ? "red" : "#9BB8B1";
      document[name]. bgColor = color; //set the background color
     }
  }

// The JavaScript Source!! http:javascript.internet.com //-->

function formHandler(form) { var windowprops = "height=500,width=700,location=no," + "scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=1,top=1"; var URL = form.site.options[form.site.selectedIndex].value; popup = indow.open(URL,"MenuPopup",windowprops);
}

// layer menu style ********************** -->



