function mmLoadMenus() {
  if (window.mm_menu_Em) return;
  
  // Submenu start
window.mm_menu_Benefit_Details = new Menu("Benefit&nbsp;Details",120,16,"Verdana, Arial, Helvetica, sans-serif",10,"#FFFFFF","#000000","#559933","#66CC33","left","middle",3,0,300,3,0,true,true,true,0,true,true);
  mm_menu_Benefit_Details.addMenuItem("Flexible&nbsp;Benefits","location='benefits.aspx'");
  mm_menu_Benefit_Details.addMenuItem("BC/BS","location='benefits.aspx#8'");
  mm_menu_Benefit_Details.addMenuItem("Disability","location='benefits.aspx#5'");
  mm_menu_Benefit_Details.addMenuItem("Retirement","location='benefits.aspx#14'");
  mm_menu_Benefit_Details.addMenuItem("Life","location='benefits.aspx#3'");
  mm_menu_Benefit_Details.hideOnMouseOut=true;
  mm_menu_Benefit_Details.bgColor='#559933';
  mm_menu_Benefit_Details.menuBorder=1;
  mm_menu_Benefit_Details.menuLiteBgColor='#559933';
  mm_menu_Benefit_Details.menuBorderBgColor='#336611';
// Submenu end
  
window.mm_menu_EducBen = new Menu("root",230,16,"Verdana, Arial, Helvetica, sans-serif",10,"#FFFFFF","#000000","#559933","#66CC33","left","middle",3,0,300,3,0,true,true,true,0,true,true);
  mm_menu_EducBen.addMenuItem("Application&nbsp;to&nbsp;Determine&nbsp;Eligibility","window.open('http://www.michigan.gov/documents/dmva/4363_ApplicationFormNOYEAR_307896_7.pdf');");
  mm_menu_EducBen.addMenuItem("Dependentss&nbsp;VAs&nbsp;EDs&nbsp;Benefits","window.open('http://www.gibill.va.gov/pamphlets/CH35/CH35_Pamphlet_General.htm');");
  mm_menu_EducBen.addMenuItem("GI&nbsp;Bill","window.open('http://www.gibill.va.gov/');");
  mm_menu_EducBen.addMenuItem("States&nbsp;Dependents&nbsp;Grant","window.open('http://www.michigan.gov/documents/dmva/CVTGFactSheet_307895_7.pdf');");
  mm_menu_EducBen.addMenuItem("Vocational&nbsp;Rehabilitation&nbsp;&amp;&nbsp;Employment","window.open(' http://www.vba.va.gov/bln/vre/');");
  mm_menu_EducBen.hideOnMouseOut=true;
  mm_menu_EducBen.bgColor='#559933';
  mm_menu_EducBen.menuBorder=1;
  mm_menu_EducBen.menuLiteBgColor='#559933';
  mm_menu_EducBen.menuBorderBgColor='#336611';
//

window.mm_menu_Employment = new Menu("root",160,16,"Verdana, Arial, Helvetica, sans-serif",10,"#FFFFFF","#000000","#559933","#66CC33","left","middle",3,0,300,3,0,true,true,true,0,true,true);
  mm_menu_Employment.addMenuItem("Vet&nbsp;Jobs","window.open('http://www.michigan.gov/veteranjobs');");
  mm_menu_Employment.addMenuItem("Vet&nbsp;Business","window.open('http://www.michigan.gov/vetbiz');");
  mm_menu_Employment.addMenuItem("Vet&nbsp;Employment&nbsp;Reps","window.open('http://www.michigan.gov/vetreps');");
  mm_menu_Employment.addMenuItem("Leaving&nbsp;Active&nbsp;Duty?","window.open('http://www.vfwmi.org/veterans_jobs.htm');");
  mm_menu_Employment.addMenuItem("Unemployment&nbsp;Insurance","window.open('http://workforcesecurity.doleta.gov/unemploy/ucx.asp');");
  mm_menu_Employment.hideOnMouseOut=true;
  mm_menu_Employment.bgColor='#559933';
  mm_menu_Employment.menuBorder=1;
  mm_menu_Employment.menuLiteBgColor='#559933';
  mm_menu_Employment.menuBorderBgColor='#336611';
//

window.mm_menu_Links = new Menu("root",120,16,"Verdana, Arial, Helvetica, sans-serif",10,"#FFFFFF","#000000","#559933","#66CC33","left","middle",3,0,300,3,0,true,true,true,0,true,true);
  mm_menu_Links.addMenuItem("Government","location='gov_links.aspx'");
  mm_menu_Links.addMenuItem("Boating","location='boat_links.aspx'");
  mm_menu_Links.addMenuItem("State&nbsp;&amp;&nbsp;Local","location='state_links.aspx'");
  mm_menu_Links.hideOnMouseOut=true;
  mm_menu_Links.bgColor='#559933';
  mm_menu_Links.menuBorder=1;
  mm_menu_Links.menuLiteBgColor='#559933';
  mm_menu_Links.menuBorderBgColor='#336611';

mm_menu_Links.writeMenus();
}

