function mmLoadMenus() {
  if (window.menu_buy) return;
  
window.menu_buy = new Menu("",200,26,"Verdana, Arial, Helvetica, sans-serif",11,"#B0A7C9","#FFFFFF","#645296","#645296","left","middle",6,0,500,-30,3,true,true,true,0,true,true);
menu_buy.addMenuItem("<nobr><b>Search for Homes</b></nobr>","location='buy_search.asp'");
menu_buy.addMenuItem("<nobr><b>Find an Agent/Office</b></nobr>","location='find_office.asp'");
menu_buy.addMenuItem("<nobr><b>First-Time Homebuyer</b></nobr>","location='buy_first.html'");
menu_buy.addMenuItem("<nobr><b>Relocating?</b></nobr>","location='buy_relocating.html'");
menu_buy.addMenuItem("<nobr><b>Frequently Asked Questions</b></nobr>","location='buy_faq.html'");
menu_buy.addMenuItem("<nobr><b>Buyer's Checklist</b></nobr>","location='buy_checklist.html'");
menu_buy.hideOnMouseOut=true;
menu_buy.bgColor='#B0A7C9';
menu_buy.menuBorder=0;

window.menu_sell = new Menu("",210,26,"Verdana, Arial, Helvetica, sans-serif",11,"#7DCCDF","#FFFFFF","#007CDB","#007CDB","left","middle",6,0,500,-30,3,true,true,true,0,true,true);
menu_sell.addMenuItem("<nobr><b>How Much is My Home Worth?</b></nobr>","location='sell_worth.html'");
menu_sell.addMenuItem("<nobr><b>Sell with eSellHouse</b></nobr>","location='sell_list.html'");
menu_sell.addMenuItem("<nobr><b>Find an Agent/Office</b></nobr>","location='find_office.asp'");
menu_sell.addMenuItem("<nobr><b>Relocating?</b></nobr>","location='sell_relocating.html'");
menu_sell.addMenuItem("<nobr><b>Frequently Asked Questions</b></nobr>","location='sell_faq.html'");
menu_sell.addMenuItem("<nobr><b>Why Use an Agent?</b></nobr>","location='sell_why.html'");
menu_sell.hideOnMouseOut=true;
menu_sell.bgColor='#7DCCDF';
menu_sell.menuBorder=0;

window.menu_finance = new Menu("",165,26,"Verdana, Arial, Helvetica, sans-serif",11,"#A17501","#000000","#F5B202","#F5B202","left","middle",6,0,500,-30,3,true,true,true,0,true,true);
menu_finance.addMenuItem("<nobr><b>Mortgage Calculators</b></nobr>","location='finance_calc.html'");
menu_finance.addMenuItem("<nobr><b>Mortgage Information</b></nobr>","location='finance_info.html'");
menu_finance.addMenuItem("<nobr><b>Mortgage Loan Central</b></nobr>","location='finance_mlc.html'");
menu_finance.hideOnMouseOut=true;
menu_finance.bgColor='#A17501';
menu_finance.menuBorder=0;

window.menu_inside = new Menu("",165,26,"Verdana, Arial, Helvetica, sans-serif",11,"#CB81CC","#FFFFFF","#99079B","#99079B","left","middle",6,0,500,-30,3,true,true,true,0,true,true);
menu_inside.addMenuItem("<nobr><b>Management Team</b></nobr>","location='inside_management.html'");
menu_inside.addMenuItem("<nobr><b>About eSellHouse</b></nobr>","location='inside_about.html'");
menu_inside.addMenuItem("<nobr><b>Careers in Real Estate</b></nobr>","location='inside_careers.html'");
menu_inside.addMenuItem("<nobr><b>Press Releases</b></nobr>","location='inside_press.html'");
menu_inside.hideOnMouseOut=true;
menu_inside.bgColor='#CB81CC';
menu_inside.menuBorder=0;
  
  

menu_buy.writeMenus();
} // mmLoadMenus()
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
