function jumpBox(list) { location.href = list.options[list.selectedIndex].value}

function navMouseOver(imgid1,imgnew1) {

        if (navigator.appVersion.substring(0,1) >= 3) {
                document.images[imgid1].src=eval(imgnew1 + ".src");
        }
}

function mmLoadMenus() {
  if (window.mm_menu_3) return;

  window.mm_menu_3 = new Menu("root",225,20,"Arial",12,"#000000","#ffffff","#afb9f8","#005c93","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
   mm_menu_3.addMenuItem("The&nbsp;Village","location='village.htm'");
   mm_menu_3.addMenuItem("The&nbsp;Beginnings","location='beginning.htm'");
   mm_menu_3.addMenuItem("Services","location='services.htm'");
   mm_menu_3.addMenuItem("Central&nbsp;Location","location='location.htm'");
   mm_menu_3.addMenuItem("Growth","location='growth.htm'");
   mm_menu_3.addMenuItem("Transportation&nbsp;Links","location='transportation.htm'");
   mm_menu_3.addMenuItem("Community&nbsp;Values","location='values.htm'");
   mm_menu_3.hideOnMouseOut=true;
   mm_menu_3.menuBorder=0;
   mm_menu_3.menuLiteBgColor='#ffffff';
   mm_menu_3.menuBorderBgColor='#555555';
   mm_menu_3.bgColor='#000000';
  window.mm_menu_2 = new Menu("root",210,20,"Arial",12,"#000000","#ffffff","#afb9f8","#005c93","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
   mm_menu_2.addMenuItem("Meetings&nbsp;&amp;&nbsp;Events","location='meetings.htm'");
   mm_menu_2.addMenuItem("Annual&nbsp;General&nbsp;Meeting&nbsp;Records","location='agm_records.htm'");
   mm_menu_2.addMenuItem("Civic&nbsp;Leadership&nbsp;Award&nbsp;for&nbsp;Students","location='student_award.htm'");
   mm_menu_2.addMenuItem("Sponsors","location='pdfdoc/SPONSORS%202011.pdf'");
   mm_menu_2.addMenuItem("Volunteers","location='volunteer.htm'");
   mm_menu_2.addMenuItem("Youth","location='youth.htm'");
   mm_menu_2.hideOnMouseOut=true;
   mm_menu_2.menuBorder=0;
   mm_menu_2.menuLiteBgColor='#ffffff';
   mm_menu_2.menuBorderBgColor='#555555';
   mm_menu_2.bgColor='#000000';
    window.mm_menu_1 = new Menu("root",77,20,"Arial",12,"#000000","#ffffff","#afb9f8","#005c93","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
   mm_menu_1.addMenuItem("Constitution","location='constitution.htm'");
   mm_menu_1.hideOnMouseOut=true;
   mm_menu_1.menuBorder=0;
   mm_menu_1.menuLiteBgColor='#ffffff';
   mm_menu_1.menuBorderBgColor='#555555';
   mm_menu_1.bgColor='#000000';

  mm_menu_1.writeMenus();
} // mmLoadMenus()


