<!--
  //First hexdec is font color
  //second hexdec is title hover color
  //third hexdec is background color
  //fourth hexdec is rollover background color
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",170,20,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#CCCCCC","FA702A");
  fw_menu_0.addMenuItem("- About Gamut360","location='gamut360.html'");
  fw_menu_0.addMenuItem("- Community Involvement","location='community.html'");
  fw_menu_0.addMenuItem("- Join Our Team","location='join-gamut360.html'");
  fw_menu_0.addMenuItem("- Contact Gamut360","location='contact-gamut360.html'");
  fw_menu_0.hideOnMouseOut=true;
  
  window.fw_menu_1 = new Menu("root",190,20,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#CCCCCC","FA702A");
  fw_menu_1.addMenuItem("- Proven Track Record","location='commercial-real-estate.html'");
  fw_menu_1.addMenuItem("- Commercial Locator Map","location='commercial-land.html'");
  fw_menu_1.addMenuItem("- Allen Creek Crossing","location='allen-creek-crossing.html'");
  fw_menu_1.addMenuItem("- Ellingson Crossing","location='ellingson-crossing.html'");
  fw_menu_1.addMenuItem("- Everett Gateway Center","location='everett-gateway-center.html'");
  fw_menu_1.addMenuItem("- Lake Meridian Crossing","location='lake-meridian-crossing.html'");
  fw_menu_1.addMenuItem("- Lake Meridian Crossing II","location='lake-meridian-crossing-2.html'");
  fw_menu_1.addMenuItem("- Meridian Plaza","location='meridian-plaza.html'");
  fw_menu_1.addMenuItem("- Plaza 88","location='plaza-88.html'");
  fw_menu_1.addMenuItem("- Stadium Center","location='stadium-center.html'");
  fw_menu_1.addMenuItem("- Seattle Hill Crossing","location='seattle-hill-crossing.html'");
  fw_menu_1.addMenuItem("- Twin Lakes Avenue","location='twin-lakes-avenue.html'");
  fw_menu_1.hideOnMouseOut=true;

  window.fw_menu_2 = new Menu("root",170,20,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#CCCCCC","FA702A");
  fw_menu_2.addMenuItem("- Why We're Successful","location='residential-land-development.html'");
  fw_menu_2.addMenuItem("- Residential Locator Map","location='residential-land.html'");
  fw_menu_2.addMenuItem("- Ash Way Heights","location='ash-way-heights.html'");
  fw_menu_2.addMenuItem("- Estates at Thomas Lake","location='estates-at-thomas-lake.html'");
  fw_menu_2.addMenuItem("- Jacqueline Ridge","location='jacqueline-ridge.html'");
  fw_menu_2.addMenuItem("- Lindborg Lane","location='lindborg-lane.html'");
  fw_menu_2.addMenuItem("- Mangini's Pond","location='manginis-pond.html'");
  fw_menu_2.addMenuItem("- McWherter Lane","location='mcwherter-lane.html'");
  fw_menu_2.addMenuItem("- Muriel's Landing","location='muriels-landing.html'");
  fw_menu_2.addMenuItem("- Parkridge Heights","location='parkridge-heights.html'");
  fw_menu_2.addMenuItem("- Perrigoue Ranch III","location='perrigoue-ranch.html'");
  fw_menu_2.addMenuItem("- Robinson Lane","location='robinson-lane.html'");
  fw_menu_2.addMenuItem("- Stickney Meadows","location='stickney-meadows.html'");
  fw_menu_2.addMenuItem("- Woodhaven Estates","location='woodhaven-estates.html'");
  fw_menu_2.hideOnMouseOut=true;
  
  window.fw_menu_3 = new Menu("root",200,20,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#CCCCCC","FA702A");
  fw_menu_3.addMenuItem("- Commercial Lease Openings","location='commercial-lease-openings.html'");
  fw_menu_3.addMenuItem("- Sell Your Land","location='sell-your-land.html'");
  fw_menu_3.addMenuItem("- Buy Ready-To-Build Land","location='buy-land.html'");
  fw_menu_3.hideOnMouseOut=true;
  
    window.fw_menu_4 = new Menu("root",140,20,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#CCCCCC","FA702A");
  fw_menu_4.addMenuItem("- Investor Updates","location='real-estate-investor.html'");
  fw_menu_4.hideOnMouseOut=true;

  fw_menu_4.writeMenus();
} // fwLoadMenus()
//-->