function mmLoadMenus() {

   
  if (window.menu_about) return;
  window.menu_about = new Menu("root",100,24,"Arial",11,"#2e3092","#ffbc0b","#FFFFFF","#FFFFFF","left","middle",4,0,500,-5,7,true,true,true,0,true,true);
  menu_about.addMenuItem("Meet&nbsp;Dr.&nbsp;Feeney","location='meet-dr-feeney.html'");
  menu_about.addMenuItem("Meet&nbsp;Our&nbsp;Team","location='meet_team.html'");
  menu_about.addMenuItem("Tour&nbsp;Our&nbsp;Office","location='office_tour.html'");  
   menu_about.fontWeight="bold";
   menu_about.hideOnMouseOut=true;
   menu_about.bgColor='#000000';
   menu_about.menuBorder=1;
   menu_about.menuLiteBgColor='#000000';
   menu_about.menuBorderBgColor='transparent';
   
   if (window.menu_first) return;
  window.menu_first = new Menu("root",150,24,"Arial",11,"#2e3092","#ffbc0b","#FFFFFF","#FFFFFF","left","middle",4,0,500,-5,7,true,true,true,0,true,true);
  menu_first.addMenuItem("Adult&nbsp;Patient&nbsp;Information","window.open('forms/adultHHform1.pdf', 'NewWindow', 'menubar=0, toolbar=0, width=800, height=600, scrollbars=0, resizeable=1, left=20, top=20');");
  menu_first.addMenuItem("Child&nbsp;Patient&nbsp;Information","window.open('forms/childHHform1.pdf', 'NewWindow', 'menubar=0, toolbar=0, width=800, height=600, scrollbars=0, resizeable=1, left=20, top=20');");  
   menu_first.fontWeight="bold";
   menu_first.hideOnMouseOut=true;
   menu_first.bgColor='#000000';
   menu_first.menuBorder=1;
   menu_first.menuLiteBgColor='#000000';
   menu_first.menuBorderBgColor='transparent';
   
   if (window.menu_ortho) return;
  window.menu_ortho = new Menu("root",130,24,"Arial",11,"#2e3092","#ffbc0b","#FFFFFF","#FFFFFF","left","middle",4,0,500,-5,7,true,true,true,0,true,true);
  menu_ortho.addMenuItem("For&nbsp;Children","location='ortho_children.html'");
  menu_ortho.addMenuItem("For&nbsp;Adults","location='ortho_adults.html'");
  menu_ortho.addMenuItem("Common&nbsp;Treatments","location='ortho_treatments.html'");  
  menu_ortho.addMenuItem("Ortho&nbsp;Dictionary","location='ortho_dictionary.html'");
  menu_ortho.addMenuItem("Resources","location='ortho_resources.html'");  
   menu_ortho.fontWeight="bold";
   menu_ortho.hideOnMouseOut=true;
   menu_ortho.bgColor='#000000';
   menu_ortho.menuBorder=1;
   menu_ortho.menuLiteBgColor='#000000';
   menu_ortho.menuBorderBgColor='transparent';
   
   if (window.menu_braces) return;
  window.menu_braces = new Menu("root",120,24,"Arial",11,"#2e3092","#ffbc0b","#FFFFFF","#FFFFFF","left","middle",4,0,500,-5,7,true,true,true,0,true,true);
  menu_braces.addMenuItem("Types&nbsp;of&nbsp;Braces","location='types_braces.html'");
  menu_braces.addMenuItem("Types&nbsp;of&nbsp;Appliances","location='types_appliances.html'");
  menu_braces.addMenuItem("Braces&nbsp;Diagram","location='braces_diagram.html'");  
  menu_braces.addMenuItem("Brace&nbsp;Painter","location='brace_painter.html'");
  menu_braces.addMenuItem("Oral&nbsp;Care&nbsp;Video","window.open('http://www.orthosesame.com/ptcare-video/video/choice.html', 'NewWindow', 'menubar=0, toolbar=0, width=500, height=500, scrollbars=0, resizeable=1, left=20, top=20');");
  menu_braces.addMenuItem("Retainers","location='retainers.html'"); 
  menu_braces.addMenuItem("Emergency Care","location='er_care.html'"); 
   menu_braces.fontWeight="bold";
   menu_braces.hideOnMouseOut=true;
   menu_braces.bgColor='#000000';
   menu_braces.menuBorder=1;
   menu_braces.menuLiteBgColor='#000000';
   menu_braces.menuBorderBgColor='transparent';
   
   writeMenus();
}


