menunum=0;menus=new Array();
_d=document;
function addmenu()
{
   menunum++;
   menus[menunum]=menu;
}
function dumpmenus()
{
   mt="<script language=javascript>";
   for(a=1;a<menus.length;a++)
   {
      mt+=" menu"+a+"=menus["+a+"];"
   }
   mt+="<\/script>";

   // alert( mt );
   _d.write(mt)
}

timegap=200;
followspeed=5;
followrate=40;
suboffset_top=10;
suboffset_left=10;

// Style Info
// 1. Font Color
// 2. Background Color
// 3. Selected Font Color
// 4. Selected Background Color
// 5. Border Color
// 6. ---
// 7.
// 8. 

menustyle=["003993","DEDEDD","FFFFFF","D91D29","003993",12,"normal","bold","Veranda, Arial",1,, ,"BDBDBF","F5F5F5"]


 
	addmenu(menu=["home",
	,,150,1,"",menustyle,,,,,,,,,,,,,,,
	,"&nbsp;&nbsp;Home Page","P47-Millville.cfm?p=Home",,"go to MAAFMs Home Page",1
	]);



	addmenu(menu=["about",
	,,190,1,"",menustyle,,,,,,,,,,,,,,,
	,"&nbsp;&nbsp;About The Museum","P47-Millville.cfm?p=About",,"go to MAAFMs About The Museum Page",1
	,"&nbsp;&nbsp;Hours of Operation","P47-Millville.cfm?p=Museum-HoursOfOperation",,"go to MAAFMs Hours of Operation Page",1
	,"&nbsp;&nbsp;Tours","P47-Millville.cfm?p=Museum-Tours",,"go to MAAFMs Tours Information Page",1
	,"&nbsp;&nbsp;Directions","P47-Millville.cfm?p=Directions",,"go to MAAFMs Directions Page",1
	,"&nbsp;&nbsp;Volunteers","P47-Millville.cfm?p=Volunteers",,"go to MAAFMs Volunteers Page",1
  ,"&nbsp;&nbsp;Board of Directors","P47-Millville.cfm?p=Board-Members",,"go to MAAFMs Board of Directors Page",1
  ,"&nbsp;&nbsp;Advisory Board","P47-Millville.cfm?p=Advisory-Board",,"go to MAAFMs Advisory Board Page",1
,"&nbsp;&nbsp;Membership","P47-Millville.cfm?p=Membership-Info",,"go to MAAFMs Membership Page",1
	,"&nbsp;&nbsp;Donations","P47-Millville.cfm?p=Donations-Home",,"go to MAAFMs Donation Page",1
	]);


	addmenu(menu=["membership",
	,,190,1,"",menustyle,,,,,,,,,,,,,,,
	,"&nbsp;&nbsp;Membership Information","P47-Millville.cfm?p=Membership-Info",,"go to MAAFMs Membership Information Page",1
	,"&nbsp;&nbsp;Become A Member","P47-Millville.cfm?p=Membership-Cart",,"go to MAAFMs Become A Member Page",1
	,"&nbsp;&nbsp;Donations","P47-Millville.cfm?p=Donations-Home",,"go to MAAFMs Donations Page",1
	]);


	addmenu(menu=["history",
	,,190,1,"",menustyle,,,,,,,,,,,,,,,
	,"&nbsp;&nbsp;MAAFM Historic Overview","P47-Millville.cfm?p=History-Home",,"go to MAAFMs Historic Overview Page",1
	,"&nbsp;&nbsp;Millville Flying Club","P47-Millville.cfm?p=Flying-Club",,"go to MAAFMs Millville Flying Club Page",1
	,"&nbsp;&nbsp;Millville Army Airfield","P47-Millville.cfm?p=MAAF-Home",,"go to MAAFMs Millville Army Airfield Page",1
	,"&nbsp;&nbsp;History of the Museum","P47-Millville.cfm?p=MAAFM-History",,"go to MAAFMs History of the Museum Page",1
	,"&nbsp;&nbsp;The P47 Thunderbolt","P47-Millville.cfm?p=P47-Thunderbolt",,"go to MAAFMs P47 Thunderbolt Page",1
	,"&nbsp;&nbsp;The Pilots","P47-Millville.cfm?p=Pilots-Home",,"go to MAAFMs Pilots Page",1
	,"&nbsp;&nbsp;Mural","P47-Millville.cfm?p=Mural",,"go to MAAFMs Mural Page",1
	,"&nbsp;&nbsp;Past MAAFM Newsletters","P47-Millville.cfm?p=MAAFM-Newsletters",,"go to MAAFMs Newsletters Page",1
	]);


   addmenu(menu=["features",
   ,,150,1,"",menustyle,,,,,,,,,,,,,,,
   ,"&nbsp;&nbsp;Join Our Mailing List","P47-Millville.cfm?p=*&c=incEmailOnlineSubscriberForm2.cfm",,"go to MAAFMs Mailing List Page",1
   ,"&nbsp;&nbsp;News","P47-Millville.cfm?p=*&c=incNewsTeaser.cfm",,"go to MAAFMs News Page",1
   ,"&nbsp;&nbsp;Newsletter","P47-Millville.cfm?p=*&c=incNewsletterHome.cfm",,"go to MAAFMs Newsletter Page",1
   ,"&nbsp;&nbsp;FAQ","P47-Millville.cfm?p=*&c=incFAQHome.cfm",,"go to MAAFMs FAQ Page",1
   ,"&nbsp;&nbsp;Guestbook","P47-Millville.cfm?p=*&c=_incGuestbookList.cfm",,"go to MAAFMs Guestbook Page",1
   ,"&nbsp;&nbsp;Articles & Information","P47-Millville.cfm?p=*&c=incCommunityTipsTOC.cfm",,"go to MAAFMs Articles and Information Page",1
   ,"&nbsp;&nbsp;Videos","P47-Millville.cfm?p=Videos-Home",,"go to MAAFMs Articles and Information Page",1
   ,"&nbsp;&nbsp;Photo Gallery","/Gallery/",,"go to MAAFMs Photo Gallery",1
   ,"&nbsp;&nbsp;Useful Links","P47-Millville.cfm?p=*&c=incUsefulLinksHome.cfm",,"go to MAAFMs Useful Links Page",1

	]);  

   addmenu(menu=["contact",
	,,150,1,"",menustyle,,,,,,,,,,,,,,,
	,"&nbsp;&nbsp;Contact Information","P47-Millville.cfm?p=Contact-Us",,"go to Contact page",1
    ,"&nbsp;&nbsp;Directions","P47-Millville.cfm?p=Directions",,"go to Directions page",1
	]);


dumpmenus()