

function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",240,20,"Verdana, Arial, Helvetica, sans-serif",12,"#FFFFFF","#452e7d","#452e7d","#FFFFFF",1,1,5,'',''); 
  
  fw_menu_0.addMenuItem("Westmont - Community","location='CordiaWestmont.html'");
  fw_menu_0.addMenuItem("Westmont Services and Amenities","location='CordiaWestmontServicesAmenities.html'");
  fw_menu_0.addMenuItem("Westmont Apartment Floor Plans","location='CordiaWestmontFloorPlans.html'");
  fw_menu_0.addMenuItem("FAQs","location='CordiaWestmontFAQ.html'");
  fw_menu_0.addMenuItem("Map and Directions","location='CordiaWestmontLocation.html'"); 
    
 //fw_menu_0.bgImageOver="/images/greenarrow.jpg";

   fw_menu_0.hideOnMouseOut=true;

  window.fw_menu_1 = new Menu("root",250,20,"Verdana, Arial, Helvetica, sans-serif",12,"#FFFFFF","#452e7d","#452e7d","#FFFFFF",1,1,5,'','');   

  fw_menu_1.addMenuItem("Making the Right Choice","location='MakingTheRightChoices.html'");
  fw_menu_1.addMenuItem("Determining the Right Time to Move","location='DeterminingtheRightTimeToMove.html'");
  fw_menu_1.addMenuItem("Discovering Senior Living Options","location='DiscoveringSeniorLivingOptions.html'");
  fw_menu_1.addMenuItem("Evaluating - A Checklist","location='EvaluatingACheckList.html'");
  fw_menu_1.addMenuItem("Assessing Available Funds","location='AssessingAvailableFunds.html'");
  fw_menu_1.addMenuItem("Making the Right Decision","location='MakingTheRightDecision.html'");
  fw_menu_1.addMenuItem("Glossary of Terms","location='Glossary.html'");

 //fw_menu_1.bgImageOver="/images/greenarrow.jpg";

   fw_menu_1.hideOnMouseOut=true;

  window.fw_menu_2 = new Menu("root",155,20,"Verdana, Arial, Helvetica, sans-serif",12,"#FFFFFF","#452e7d","#452e7d","#FFFFFF",1,1,5,'',''); 

  fw_menu_2.addMenuItem("Profile","location='AboutCordia.html'");
  fw_menu_2.addMenuItem("Mission & Values","location='AboutCordia.html#mission'");
  fw_menu_2.addMenuItem("Senior Management","location='CordiaSeniorManagement.html'");
  fw_menu_2.addMenuItem("Contact Us","location='ContactUs.html'");

 //fw_menu_2.bgImageOver="/images/greenarrow.jpg";

   fw_menu_2.hideOnMouseOut=true;

  window.fw_menu_3 = new Menu("root",150,20,"Verdana, Arial, Helvetica, sans-serif",12,"#FFFFFF","#452e7d","#452e7d","#FFFFFF",1,1,5,'',''); 

  fw_menu_3.addMenuItem("Overview","location='/published/about/board_of_directors_3.html'");
  fw_menu_3.addMenuItem("Operations Management","location='/published/about/staff.html'");
  fw_menu_3.addMenuItem("Consulting Services","location='/published/about/coaches_committee.html'");
  
 //fw_menu_3.bgImageOver="/images/greenarrow.jpg";
  
   fw_menu_3.hideOnMouseOut=true;

  window.fw_menu_4 = new Menu("root",135,18,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#FFFFFF","#FFFFFF","#9999CC",1,1,5,'','');
  
  fw_menu_4.addMenuItem("Golf and Tennis","location='/published/special_events/golf_and_tennis_classic.html'");
  fw_menu_4.addMenuItem("KEENFest","location='/published/special_events/keenfest.html'");
  fw_menu_4.addMenuItem("Sports Festival","location='/published/special_events/sports_festival.html'");
  
 //fw_menu_4.bgImageOver="/images/greenarrow.jpg";
 
   fw_menu_4.hideOnMouseOut=true;

  window.fw_menu_5 = new Menu("root",135,18,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#FFFFFF","#FFFFFF","#9999CC",1,1,5,'','');
  
  fw_menu_5.addMenuItem("In the Media","location='/published/news/index.html'");
  fw_menu_5.addMenuItem("News Releases","location='/published/news/news_releases.html'");
  fw_menu_5.addMenuItem("Press Kit","location='/published/news/press_kit.html'");
  fw_menu_5.addMenuItem("DVD","location='/published/news/keen_dvd.html'"); 
  fw_menu_5.addMenuItem("Photos","location='/published/news/photos.html'"); 

 //fw_menu_5.bgImageOver="/images/greenarrow.jpg";
  
   fw_menu_5.hideOnMouseOut=true;
  
  fw_menu_5.writeMenus();  

}



