//Script for sub menus

function mmLoadMenus() {
  if (window.mm_agent) return;
  window.mm_agent = new Menu("root",170,18,"Arial, Verdana, Helvetica, Sans-Serif",11,"#444444","#000099","#ffffff","#dfe4e8","left","middle",4,0,100,-5,7,true,true,true,0,true,true);
  mm_agent.addMenuItem("MLS&nbsp;Association&nbsp;Alliance","location='associations.html'");
  mm_agent.addMenuItem("Advertising&nbsp;Partners","location='partners.html'");
  mm_agent.addMenuItem("Our&nbsp;Mission","location='mission.html'");
  mm_agent.addMenuItem("About&nbsp;Us","location='about.html'");
  mm_agent.addMenuItem("Contact&nbsp;Us","location='contact.html'");
  mm_agent.hideOnMouseOut=true;
  mm_agent.menuBorder=1;
  mm_agent.menuLiteBgColor='#ffffff';
  mm_agent.menuBorderBgColor='#c5c5f5';
  mm_agent.bgColor='#ffffff';

window.mm_product = new Menu("root",170,18,"Arial, Verdana, Helvetica, Sans-Serif",11,"#444444","#000099","#ffffff","#dfe4e8","left","middle",4,0,100,-5,7,true,true,true,0,true,true);
  mm_product.addMenuItem("MLS&nbsp;&minus;&nbsp;IDX","location='mlsidx.html'");
  mm_product.addMenuItem("Assessors&nbsp;Program","location='assessors.html'");
  mm_product.addMenuItem("National&nbsp;Home&nbsp;Listings","location='homelistings.html'");
  //mm_product.addMenuItem("Instant&nbsp;Live&nbsp;Talk","location='livetalk.html'");
  mm_product.addMenuItem("ILD/VOW&nbsp;Policy","location='ildvow.html'");
  mm_product.addMenuItem("Samples","location='samples.html'");
  mm_product.hideOnMouseOut=true;
  mm_product.menuBorder=1;
  mm_product.menuLiteBgColor='#ffffff';
  mm_product.menuBorderBgColor='#c5c5f5';
  mm_product.bgColor='#ffffff';


window.mm_marketing = new Menu("root",170,18,"Arial, Verdana, Helvetica, Sans-Serif",11,"#444444","#000099","#ffffff","#dfe4e8","left","middle",4,0,100,-5,7,true,true,true,0,true,true);
  //mm_marketing.addMenuItem("Search&nbsp;Engine&nbsp;Optimization","location='seo.html'");
  mm_marketing.addMenuItem("Stat&nbsp;Counter","location='statcounter.html'");
  mm_marketing.addMenuItem("Television","location='television.html'");
  mm_marketing.hideOnMouseOut=true;
  mm_marketing.menuBorder=1;
  mm_marketing.menuLiteBgColor='#ffffff';
  mm_marketing.menuBorderBgColor='#c5c5f5';
  mm_marketing.bgColor='#ffffff';
  mm_agent.writeMenus();
}
