<!--
function mmLoadMenus() {
  if (window.menu_office) return;
  window.menu_office = new Menu("root",120,28,"Arial",12,"#96cbd2","#005e66","#2c7e86","#96cbd2","left","middle",4,0,500,-5,7,true,true,true,0,true,true);
   menu_office.addMenuItem("Meet&nbsp;Dr.&nbsp;Smith","location='meet_drsmith.html'");
   menu_office.addMenuItem("Meet&nbsp;The&nbsp;Team","location='meet_the_team.html'");
   menu_office.addMenuItem("In&nbsp;The&nbsp;Community","location='in_the_community.html'");
   menu_office.addMenuItem("Contests&nbsp;&amp;&nbsp;Events","location='contests_events.html'");
   menu_office.fontWeight="bold";
   menu_office.hideOnMouseOut=true;
   menu_office.bgColor='#00484e';
   menu_office.menuBorder=1;
   menu_office.menuLiteBgColor='#00484e';
   menu_office.menuBorderBgColor='#transparent';
   
   window.menu_new = new Menu("root",140,28,"Arial",12,"#96cbd2","#005e66","#2c7e86","#96cbd2","left","middle",4,0,500,-5,7,true,true,true,0,true,true);
   menu_new.addMenuItem("Why&nbsp;Choose&nbsp;Our&nbsp;Team","location='why_choose.html'");
   menu_new.addMenuItem("What&nbsp;to&nbsp;Expect","location='what_to_expect.html'");
   menu_new.addMenuItem("In-Office&nbsp;Entertainment","location='in_office_entertainment.html'");
   menu_new.fontWeight="bold";
   menu_new.hideOnMouseOut=true;
   menu_new.bgColor='#00484e';
   menu_new.menuBorder=1;
   menu_new.menuLiteBgColor='#00484e';
   menu_new.menuBorderBgColor='#transparent';
   
   window.menu_ortho = new Menu("root",140,28,"Arial",12,"#96cbd2","#005e66","#2c7e86","#96cbd2","left","middle",4,0,500,-5,7,true,true,true,0,true,true);
   menu_ortho.addMenuItem("Why Braces?","location='why_braces.html'");
   menu_ortho.addMenuItem("For Children","location='for_children.html'");
   menu_ortho.addMenuItem("Two-Phase Treatment","location='two_phase_treatment.html'");
   menu_ortho.addMenuItem("For Adults","location='for_adults.html'");
   menu_ortho.addMenuItem("Surgical Orthodontics","location='surgical_orthodontics.html'");
   menu_ortho.addMenuItem("Common Treatments","location='common_treatments.html'");
   menu_ortho.addMenuItem("Ortho Dictionary","location='ortho_dictionary.html'");
   menu_ortho.addMenuItem("Resources","location='resources.html'");
   menu_ortho.fontWeight="bold";
   menu_ortho.hideOnMouseOut=true;
   menu_ortho.bgColor='#00484e';
   menu_ortho.menuBorder=1;
   menu_ortho.menuLiteBgColor='#00484e';
   menu_ortho.menuBorderBgColor='#transparent';
   
   window.menu_braces101 = new Menu("root",125,28,"Arial",12,"#96cbd2","#005e66","#2c7e86","#96cbd2","left","middle",4,0,500,-5,7,true,true,true,0,true,true);
   menu_braces101.addMenuItem("Life&nbsp;with&nbsp;Braces","location='life_with_braces.html'");
   menu_braces101.addMenuItem("Types&nbsp;of&nbsp;Braces","location='types_of_braces.html'");
   menu_braces101.addMenuItem("Invisalign&reg;","location='invisalign.html'");
   menu_braces101.addMenuItem("SureSmile&reg;","location='sure_smile.html'");
   menu_braces101.addMenuItem("Types&nbsp;of&nbsp;Appliances","location='types_appliances.html'");
   menu_braces101.addMenuItem("Braces&nbsp;Diagram","location='braces_diagram.html'");
   menu_braces101.addMenuItem("Brace&nbsp;Painter","location='brace_painter.html'");
   menu_braces101.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_braces101.addMenuItem("Retainers","location='retainers.html'");
   menu_braces101.fontWeight="bold";
   menu_braces101.hideOnMouseOut=true;
   menu_braces101.bgColor='#00484e';
   menu_braces101.menuBorder=1;
   menu_braces101.menuLiteBgColor='#00484e';
   menu_braces101.menuBorderBgColor='#transparent';

writeMenus();
} // mmLoadMenus()


//-->
