function fwLoadMenus()

{

  if (window.fw_menu_0) return;



// Lance parameters: ( , window width, line height, font, ,text color, line color, hilite color, bg color)



  window.fw_menu_0 = new Menu("root",146,17,"Arial, Verdana, Helvetica, sans-serif",11,"#000000","#ffffff","#F0EFE8","#C0BEAE");

  fw_menu_0.addMenuItem("&nbsp;History","location='history.html'");
  
    fw_menu_0.addMenuItem("&nbsp;Community Relations","location='community.html'");

  fw_menu_0.addMenuItem("&nbsp;Business Opportunities","location='jobs.html'");
  
  fw_menu_0.addMenuItem("&nbsp;Guarantee","location='guarantee.shtml'");

  fw_menu_0.hideOnMouseOut=true;





  window.fw_menu_1 = new Menu("root",146,17,"Arial, Verdana, Helvetica, sans-serif",11,"#000000","#ffffff","#DBEAFA","#3173B5");

  fw_menu_1.addMenuItem("&nbsp;Occasional","location='scheduled_occasional_service.shtml'");

  fw_menu_1.addMenuItem("&nbsp;Basic","location='basic_services.shtml'");

  fw_menu_1.addMenuItem("&nbsp;Customized","location='customized_services.shtml'");

  fw_menu_1.addMenuItem("&nbsp;Home Detailing","location='home_detailing_services.shtml'");

  fw_menu_1.addMenuItem("&nbsp;Carpet Cleaning","location='home_carpet_cleaning.shtml'");

  fw_menu_1.addMenuItem("&nbsp;Janitorial","location='janitorial.shtml'");

  fw_menu_1.addMenuItem("&nbsp;Tips","location='tips.shtml'");
  
  fw_menu_1.addMenuItem("&nbsp;More Services","location='more_services.shtml'");

  fw_menu_1.hideOnMouseOut=true;

  

  window.fw_menu_2 = new Menu("root",146,17,"Arial, Verdana, Helvetica, sans-serif",11,"#000000","#ffffff","#EAEAF8","#9C9CCE");

  fw_menu_2.addMenuItem("&nbsp;Move-in Ready","location='movein_ready.shtml'");

  fw_menu_2.addMenuItem("&nbsp;Staging/Showcasing","location='staging_showcasing.shtml'");

  fw_menu_2.addMenuItem("&nbsp;Construction","location='construction.shtml'");

  fw_menu_2.addMenuItem("&nbsp;Home Detailing","location='home_detailing.shtml'");

  fw_menu_2.addMenuItem("&nbsp;Carpet Cleaning","location='home_carpet_cleaning.shtml'");

  fw_menu_2.addMenuItem("&nbsp;Janitorial","location='janitorial.shtml'");

  fw_menu_2.addMenuItem("&nbsp;More Services","location='more_services_two.shtml'");

  fw_menu_2.hideOnMouseOut=true;

    



  window.fw_menu_3 = new Menu("root",146,17,"Arial, Verdana, Helvetica, sans-serif",11,"#000000","#ffffff","#FBF0DB","#DE9C29");

  fw_menu_3.addMenuItem("&nbsp;Protect Your Investment","location='movein_ready_two.shtml'");

  fw_menu_3.addMenuItem("&nbsp;Initial","location='initial.shtml'");

  fw_menu_3.addMenuItem("&nbsp;Special Cleaning","location='special_cleaning.shtml'");

  fw_menu_3.addMenuItem("&nbsp;Spring Cleaning","location='spring_cleaning.shtml'");

  fw_menu_3.addMenuItem("&nbsp;Construction","location='construction_two.htm'");

  fw_menu_3.addMenuItem("&nbsp;More Services","location='more_services_three.shtml'");

  fw_menu_3.hideOnMouseOut=true;



 



  window.fw_menu_4 = new Menu("root",146,17,"Arial, Verdana, Helvetica, sans-serif",11,"#000000","#ffffff","#E3F6F8","#29BDCE");

  fw_menu_4.addMenuItem("Scheduling","location='schedule.shtml'");

  fw_menu_4.hideOnMouseOut=true;

 

  fw_menu_4.writeMenus();

  

} 




