/**
 * Main Street Enterprises
 * Javascript Navagation File  use "&nbsp" for a space;
 */

function mmLoadMenus() {
  if (window.mm_aboutus) return;
    window.mm_aboutus = new Menu("root",160,24,"Arial, Helvetica, sans-serif",12,"#FFFFFF","#28168C","#ACBAAB","#E6E2DD","left","middle",3,0,200,-5,7,true,true,true,0,true,true);
  mm_aboutus.addMenuItem("welcome","location='/welcome.html'");
  mm_aboutus.addMenuItem("membership&nbsp;info","location='/membership.html'");
  mm_aboutus.addMenuItem("location&nbsp;/&nbsp;map","location='/location.html'");
  mm_aboutus.addMenuItem("worship&nbsp;services","location='/services.html'");
  mm_aboutus.addMenuItem("facilities","location='/facilities.html'");
  mm_aboutus.addMenuItem("history","location='/history.html'");
  mm_aboutus.addMenuItem("about&nbsp;the&nbsp;episcopal&nbsp;church","location='/episcopal.html'");
  mm_aboutus.addMenuItem("contact&nbsp;the&nbsp;staff","location='/contact.html'");
   mm_aboutus.hideOnMouseOut=true;
   mm_aboutus.bgColor='#28168C';
   mm_aboutus.menuBorder=1;
   mm_aboutus.menuLiteBgColor='#28168C';
   mm_aboutus.menuBorderBgColor='';

  window.mm_news = new Menu("root",130,24,"Arial, Helvetica, sans-serif",12,"#FFFFFF","#28168C","#ACBAAB","#E6E2DD","left","middle",3,0,200,-5,7,true,true,true,0,true,true);
  mm_news.addMenuItem("announcements","location='/cgi-bin/NewsList.cgi?section=&cat=Announcements'");
  mm_news.addMenuItem("calendar&nbsp;of&nbsp;events","location='/cgi-bin/CalendarList.cgi?section='");
  mm_news.addMenuItem("newsletter&nbsp;download","location='/cgi-bin/DownloadList.cgi?section=&cat=Newsletter'");
  mm_news.addMenuItem("newsletter&nbsp;subscribe","location='/cgi-bin/NewsletterMgr.cgi?section='");
  mm_news.addMenuItem("schedules","location='/cgi-bin/DownloadList.cgi?section=&cat=Schedules'");
   mm_news.hideOnMouseOut=true;
   mm_news.bgColor='#28168C';
   mm_news.menuBorder=1;
   mm_news.menuLiteBgColor='#28168C';
   mm_news.menuBorderBgColor='';

  window.mm_ministries = new Menu("root",120,24,"Arial, Helvetica, sans-serif",12,"#FFFFFF","#28168C","#ACBAAB","#E6E2DD","left","middle",3,0,200,-5,7,true,true,true,0,true,true);
  mm_ministries.addMenuItem("lay ministry areas","location='/lay.html'"); 
  mm_ministries.addMenuItem("youth ministry","location='/youth.html'"); 
   mm_ministries.hideOnMouseOut=true;
   mm_ministries.bgColor='#28168C';
   mm_ministries.menuBorder=1;
   mm_ministries.menuLiteBgColor='#28168C';
   mm_ministries.menuBorderBgColor='';

  window.mm_education = new Menu("root",170,24,"Arial, Helvetica, sans-serif",12,"#FFFFFF","#28168C","#ACBAAB","#E6E2DD","left","middle",3,0,200,-5,7,true,true,true,0,true,true);
  mm_education.addMenuItem("adults","location='/adults.html'");
  mm_education.addMenuItem("youth","location='/yevents.html'");
  mm_education.addMenuItem("children","location='/children.html'");
  mm_education.addMenuItem("holy&nbsp;nativity&nbsp;episcopal&nbsp;school","location='/school.html'");
   mm_education.hideOnMouseOut=true;
   mm_education.bgColor='#28168C';
   mm_education.menuBorder=1;
   mm_education.menuLiteBgColor='#28168C';
   mm_education.menuBorderBgColor='';

   
mm_education.writeMenus();
} // mmLoadMenus()

