<!--
function fwLoadMenus() {
  if (window.fw_menu_0) return;
   window.fw_menu_0 = new Menu("root",200,17,"Arial",11,"#464646","#000000","#ffffff","#ffffff");
   fw_menu_0.addMenuItem("&nbsp;Source home loans","location='source-home-loans.htm'");
   fw_menu_0.addMenuItem("&nbsp;Contact details","location='contact-details.htm'");

   fw_menu_0.hideOnMouseOut=true;

  window.fw_menu_1 = new Menu("root",200,17,"Arial",11,"#464646","#000000","#ffffff","#ffffff");
  fw_menu_1.addMenuItem("&nbsp;American home loans","location='american-home-loans.htm'"); 
  fw_menu_1.addMenuItem("&nbsp;Bad credit home loans","location='bad-credit-home-loans.htm'"); 
  fw_menu_1.addMenuItem("&nbsp;Bankruptcy home loans","location='bankruptcy-home-loans.htm'"); 
  fw_menu_1.addMenuItem("&nbsp;Easy home loans","location='easy-home-loans.htm'"); 
  fw_menu_1.addMenuItem("&nbsp;FHA home loans","location='fha-home-loans.htm'"); 
  fw_menu_1.addMenuItem("&nbsp;First time buyer loans","location='first-time-home-buyer-loans.htm'"); 
  fw_menu_1.addMenuItem("&nbsp;Government home loans","location='government-home-loans.htm'"); 
  fw_menu_1.addMenuItem("&nbsp;Home loan online","location='home-loan-online.htm'"); 
  fw_menu_1.addMenuItem("&nbsp;Interest only home loans","location='interest-only-home-loans.htm'"); 
  fw_menu_1.addMenuItem("&nbsp;Low income home loans","location='low-income-home-loans.htm'"); 
  fw_menu_1.addMenuItem("&nbsp;Mobile home loans","location='mobile-home-loans.htm'");
  fw_menu_1.addMenuItem("&nbsp;Mobile home loans directory","location='mobile-home-loan-california.htm'"); 
  fw_menu_1.addMenuItem("&nbsp;Poor credit home loans","location='poor-credit-home-loans.htm'"); 
  fw_menu_1.hideOnMouseOut=true;  
  
  window.fw_menu_2 = new Menu("root",250,17,"Arial",11,"#464646","#000000","#ffffff","#ffffff");
  fw_menu_2.addMenuItem("&nbsp;California","location='california-home-loans.htm'"); 
  fw_menu_2.addMenuItem("&nbsp;Colorado","location='colorado-home-loans.htm'"); 
  fw_menu_2.addMenuItem("&nbsp;Florida","location='florida-home-loan.htm'"); 
  fw_menu_2.addMenuItem("&nbsp;Las Vegas","location='las-vegas-home-loan.htm'"); 
  fw_menu_2.addMenuItem("&nbsp;San Diego","location='home-loan-san-diego.htm'"); 
  fw_menu_2.addMenuItem("&nbsp;Texas","location='texas-home-loan.htm'"); 
  fw_menu_2.addMenuItem("&nbsp;Washington","location='washington-home-loans.htm'");  
  fw_menu_2.hideOnMouseOut=true;    
  
  window.fw_menu_3 = new Menu("root",200,17,"Arial",11,"#464646","#000000","#ffffff","#ffffff");
  fw_menu_3.addMenuItem("&nbsp;Aames","location='#'"); 
  fw_menu_3.addMenuItem("&nbsp;Countrywide","location='#'"); 
  fw_menu_3.addMenuItem("&nbsp;First Horizon","location='#'"); 
  fw_menu_3.addMenuItem("&nbsp;Washington Mutual","location='#'"); 
  fw_menu_3.hideOnMouseOut=true;      
  
 fw_menu_0.writeMenus();
} // fwLoadMenus()

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
//-->
