function mmLoadMenus() {

   
  if (window.about) return;
  window.about = new Menu("root",130,24,"Verdana",11,"#fff","#0f3f9d","#8ec2d4","#8ec2d4","left","middle",4,0,500,-5,7,true,true,true,0,true,true);
   about.addMenuItem("Meet&nbsp;the&nbsp;Doctors","location='doctors.html'");
   about.addMenuItem("Meet&nbsp;the&nbsp;Team","location='team.html'");
   about.addMenuItem("Tour&nbsp;the&nbsp;Office","location='tour.html'");
   about.addMenuItem("What&nbsp;to&nbsp;Expect","location='expect.html'");
   about.fontWeight="bold";
   about.hideOnMouseOut=true;
   about.bgColor='#c1e6f1';
   about.menuBorder=1;
   about.menuLiteBgColor='#c1e6f1';
   about.menuBorderBgColor='transparent';
      
   if (window.ortho) return;
  window.ortho = new Menu("root",130,24,"Verdana",11,"#fff","#0f3f9d","#8ec2d4","#8ec2d4","left","middle",4,0,500,-5,7,true,true,true,0,true,true);
   ortho.addMenuItem("For&nbsp;Children","location='children.html'");
   ortho.addMenuItem("For&nbsp;Adults","location='adults.html'");
   ortho.addMenuItem("Dictionary","location='dictionary.html'");
   ortho.addMenuItem("Emergencies","location='emergencies.html'");
   ortho.addMenuItem("Links","location='links.html'");
   ortho.fontWeight="bold";
   ortho.hideOnMouseOut=true;
   ortho.bgColor='#c1e6f1';
   ortho.menuBorder=1;
   ortho.menuLiteBgColor='#c1e6f1';
   ortho.menuBorderBgColor='transparent';
   
   if (window.braces101) return;
  window.braces101 = new Menu("root",130,24,"Verdana",11,"#fff","#0f3f9d","#8ec2d4","#8ec2d4","left","middle",4,0,500,-5,7,true,true,true,0,true,true);
   braces101.addMenuItem("Before&nbsp;&amp;&nbsp;After","location='beforeafter.html'");
   braces101.addMenuItem("Types&nbsp;of&nbsp;Braces","location='types.html'");
   braces101.addMenuItem("Braces&nbsp;Diagram","location='diagram.html'");
   braces101.addMenuItem("Invisalign&reg;","location='invisalign.html'");
   braces101.addMenuItem("Appliances","location='appliances.html'");
   braces101.fontWeight="bold";
   braces101.hideOnMouseOut=true;
   braces101.bgColor='#c1e6f1';
   braces101.menuBorder=1;
   braces101.menuLiteBgColor='#c1e6f1';
   braces101.menuBorderBgColor='transparent';
      
   writeMenus();
}
