function fwLoadMenus() {
if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",200,18,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#ffffff","#999966","#663300");
fw_menu_0.addMenuItem("Greens of Lyndhurst","location='/properties/lyndhurst/lyndhurst.htm'");
fw_menu_0.addMenuItem("Greens of Strongsville","location='/properties/strongsville/strongsville.htm'");
fw_menu_0.addMenuItem("McFarland's Corners","location='/properties/mcfarland/mcfarland.htm'");
fw_menu_0.addMenuItem("River Square","location='/properties/riversquare/riversquare.htm'");
fw_menu_0.addMenuItem("Rockport","location='/properties/rockport/rockport.htm'");
fw_menu_0.addMenuItem("Shaker Plaza","location='/properties/shaker/shaker.htm'");
fw_menu_0.addMenuItem("Wadsworth Drug Mart Plaza","location='/properties/wadsworth/wadsworth.htm'");
fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",200,18,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#ffffff","#999966","#663300");
fw_menu_1.addMenuItem("Hunter's Glen","location='/residential/hunters/hunters.htm'");
fw_menu_1.addMenuItem("River Creek","location='/residential/rivercreek/rivercreek.htm'");
fw_menu_1.hideOnMouseOut=true; 
  window.fw_menu_2 = new Menu("root",200,18,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#ffffff","#999966","#663300");
fw_menu_2.addMenuItem("Other Properties For Lease","location='/other/other/other.htm'");
fw_menu_2.hideOnMouseOut=true;
fw_menu_2.writeMenus();
} // fwLoadMenus()
