function mmLoadMenus() {
  if (window.mm_menu_1) return;
  
// About Us
  window.mm_menu_1 = new Menu("root",95,20,"Arial",11,"#ffffff","#000000","#197B28","#97C638","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
  mm_menu_1.addMenuItem("Maximum Team","window.open('maximum.html', '_self');");
  mm_menu_1.addMenuItem("Testimonials","window.open('testimonials.html', '_self');");

// Services
  window.mm_menu_2 = new Menu("root",87,20,"Arial",11,"#ffffff","#000000","#197B28","#97C638","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
  mm_menu_2.addMenuItem("Event Staging","window.open('event.html', '_self');");
  mm_menu_2.addMenuItem("Decor","window.open('decor.html', '_self');");

// Latest Projects
  window.mm_menu_3 = new Menu("root",121,20,"Arial",11,"#ffffff","#000000","#197B28","#97C638","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
  
// Press
  window.mm_menu_4 = new Menu("root",77,20,"Arial",11,"#ffffff","#000000","#197B28","#97C638","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
  mm_menu_4.addMenuItem("Staged & Sold","window.open('newsletter.html', '_self');");

// Contact
  window.mm_menu_5 = new Menu("root",85,20,"Arial",11,"#ffffff","#000000","#197B28","#97C638","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
  mm_menu_5.addMenuItem("Consultation","window.open('consultation.html', '_self');");

// What is Staging
  window.mm_menu_6 = new Menu("root",131,20,"Arial",11,"#ffffff","#000000","#197B28","#97C638","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
  mm_menu_6.addMenuItem("Why Stage?","window.open('why.html', '_self');");
  mm_menu_6.addMenuItem("Staging for Success","window.open('staging.html', '_self');");  

mm_menu_6.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];}}
}

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=653,height=585');");
}
