function mmLoadMenus() {
  if (window.mm_menu_1) return;
  
  // pid, width,height,font,size,fontcolor,h_fontcolor,bgcol,hbgcolor,text_al,t_v_align,pad,space, , , , , ,border
  window.mm_menu_1 = new Menu("root",138,22,"Arial",12,"#ffffff","#eeeeee","#59709f","#7b94bf","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
  mm_menu_1.addMenuItem("Airports","window.open('airport.html', '_self');");
  mm_menu_1.addMenuItem("Weddings","window.open('wedding.html', '_self');");
  mm_menu_1.addMenuItem("Corporate","window.open('corporate.html', '_self');");
  mm_menu_1.addMenuItem("Socials","window.open('social.html', '_self');");
  mm_menu_1.addMenuItem("Proms & Grads","window.open('prom.html', '_self');");

  window.mm_menu_2 = new Menu("root",138,22,"Arial",12,"#ffffff","#eeeeee","#59709f","#7b94bf","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
  mm_menu_2.addMenuItem("Executive Sedan","window.open('f-executive.html', '_self');");
  mm_menu_2.addMenuItem("Executive SUV","window.open('f-excursion.html', '_self');");
  mm_menu_2.addMenuItem("Stretch Limo","window.open('f-limousine.html', '_self');");
  mm_menu_2.addMenuItem("Super Stretch Limo","window.open('f-limousine8.html', '_self');");
  mm_menu_2.addMenuItem("Stretch SUV","window.open('f-suv.html', '_self');");
  mm_menu_2.addMenuItem("Luxury Limo Bus","window.open('f-bus.html', '_self');");
  mm_menu_2.addMenuItem("30 Passenger Limo Bus","window.open('f-limo-bus.html', '_self');");
  mm_menu_2.writeMenus();
}

function SwapStyle(tobject) {
  tobject.style="color: #000000; font-size: 11px; font-family: Arial, Helvetica, sans-serif; TEXT-DECORATION: none;";
}
function SwapBackStyle(tobject) {
  tobject.style="color: #9AA2A8; font-size: 11px; font-family: Arial, Helvetica, sans-serif; TEXT-DECORATION: none;";
}

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_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];}}
}