<!--
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",113,17,"Arial, Helvetica, sans-serif",10,"#000000","#000000","#ffcc00","#ffffff");
  fw_menu_0.addMenuItem("Services","window.open('comingevents.htm', 'content');");

  
  fw_menu_0.hideOnMouseOut=true;window.fw_menu_1 = new Menu("root",113,17,"Arial, Helvetica, sans-serif",10,"#000000","#000000","#ffcc00","#ffffff");
  fw_menu_1.addMenuItem("Services","window.open('services.html', 'content');");

 
  fw_menu_1.hideOnMouseOut=true; window.fw_menu_2 = new Menu("root",126,17,"Arial, Helvetica, sans-serif",10,"#000000","#000000","#ffcc00","#ffffff");
  fw_menu_2.addMenuItem("Coming Events","window.open('coming.html', 'content');");
  fw_menu_2.addMenuItem("Past Events","window.open('pastevents.html', 'content');");

  fw_menu_2.hideOnMouseOut=true; window.fw_menu_3 = new Menu("root",136,17,"Arial, Helvetica, sans-serif",10,"#000000","#000000","#ffcc00","#ffffff");
  fw_menu_3.addMenuItem("Our Services","window.open('services.html', 'content');");
  fw_menu_3.addMenuItem("Shipping","window.open('shipping.html', 'content');");
  fw_menu_3.writeMenus();
  } // fwLoadMenus()

//-->
