<!--
function mmLoadMenus() {
  if (window.mm_menu_1) return;
  window.mm_menu_1 = new Menu("root",175,16,"Verdana, Arial",10,"#660000","#ffffff","#faf0e6","#990000","left","middle",3,0,300,-5,7,true,true,true,0,true,true);
  mm_menu_1.addMenuItem("Find an agent","location='agentresults.cfm'");
  mm_menu_1.addMenuItem("About RE/MAX West","location='displayContent.cfm?ctid=6'");
  mm_menu_1.addMenuItem("Join RE/MAX West","location='displayContent.cfm?ctid=8'");
  mm_menu_1.addMenuItem("What Our Clients Are Saying","location='testimony.cfm?ctid=8'");	
  mm_menu_1.addMenuItem("Contact RE/MAX West","location='contact.cfm'");	  
   mm_menu_1.fontWeight="none";
   mm_menu_1.hideOnMouseOut=true;
   mm_menu_1.menuBorder=1;
   mm_menu_1.menuLiteBgColor='#ffffff';
   mm_menu_1.menuBorderBgColor='#000000';
   mm_menu_1.bgColor='#000000';

  window.mm_menu_2 = new Menu("root",320,16,"Verdana, Arial",10,"#660000","#ffffff","#faf0e6","#990000","left","middle",3,0,300,-5,7,true,true,true,0,true,true);
  mm_menu_2.addMenuItem("Search the MLS","location='selectArea.cfm'");
  mm_menu_2.addMenuItem("Show me RE/MAX West Homes","location='searchresults.cfm?searchtype=office&officeid=1711'");
  mm_menu_2.addMenuItem("Search for Building Lots","location='basicsearch.cfm?field2=4'");
  mm_menu_2.addMenuItem("Search for Investment Property - Duplexes and greater","location='basicsearch.cfm?field2=5'");
  mm_menu_2.addMenuItem("Featured Subdivisions","location='subdivisionResults.cfm'");	
  mm_menu_2.addMenuItem("Neighborhood tours","location='subdivisionmap.cfm'");	
  mm_menu_2.addMenuItem("Featured Builders","location='builderResults.cfm'");		
  mm_menu_2.addMenuItem("Virtual Tours","location='virtualTourResults.cfm'");			
   mm_menu_2.fontWeight="none";
   mm_menu_2.hideOnMouseOut=true;
   mm_menu_2.menuBorder=1;
   mm_menu_2.menuLiteBgColor='#ffffff';
   mm_menu_2.menuBorderBgColor='#000000';
   mm_menu_2.bgColor='#000000';
  window.mm_menu_3 = new Menu("root",200,16,"Verdana, Arial",10,"#660000","#ffffff","#faf0e6","#990000","left","middle",3,0,300,-5,7,true,true,true,0,true,true);
  mm_menu_3.addMenuItem("FREE Relocation package","location='relocating.cfm'");
  mm_menu_3.addMenuItem("School / Education","location='links.cfm?categoryfilter=17'");
  mm_menu_3.addMenuItem("About the Treasure Valley Area","location='links.cfm'");	
  mm_menu_3.addMenuItem("Employment","location='links.cfm?categoryfilter=21'");
  mm_menu_3.addMenuItem("Weather","location='links.cfm?categoryfilter=24'");
  mm_menu_3.addMenuItem("Neighborhood tours","location='subdivisionmap.cfm'");
  mm_menu_3.addMenuItem("Downloads","location='downloads.cfm'");	
  mm_menu_3.addMenuItem("Buyer's Tips","location='buyertips.cfm'");	
  mm_menu_3.addMenuItem("Seller's Tips","location='sellertips.cfm'");			
   mm_menu_3.fontWeight="none";
   mm_menu_3.hideOnMouseOut=true;
   mm_menu_3.menuBorder=1;
   mm_menu_3.menuLiteBgColor='#ffffff';
   mm_menu_3.menuBorderBgColor='#000000';
   mm_menu_3.bgColor='#000000';


  mm_menu_3.writeMenus();
} // mmLoadMenus()

//-->