	var NoOffFirstLineMenus=9;			 //Number of first level items
	var LowBgColor='#ffffff';			 //Background color when mouse is not over
	var LowSubBgColor='#e1e1e1';			 //Background color when mouse is not over on subs
	var HighBgColor='white';			 //Background color when mouse is over
	var HighSubBgColor='#ffffff';			// Background color when mouse is over on subs
	var FontLowColor='black';			 //Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='black';			 //Font color when mouse is over
	var FontSubHighColor='black';			 //Font color subs when mouse is over
	var BorderColor='black';			 //Border color
	var BorderSubColor='black';			 //Border color for subs
	var BorderWidth=0;				 //Border width
	var BorderBtwnElmnts=0;			 //Border between elements 1 or 0
	var FontFamily="verdana"	 //Font family menu items
	var FontSize=7;				 //Font size menu items
	var FontBold=0;				 //Bold menu items 1 or 0
	var FontItalic=0;				 //Italic menu items 1 or 0
	var MenuTextCentered='left';			 //Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			 //Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		 //Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				 //horizontal overlap child parent
	var ChildVerticalOverlap=.2;			 //vertical overlap child parent
	var StartTop=85;				 //Menu offset x coordinate
	var StartLeft=50;				 //Menu offset y coordinate
	var VerCorrect=0;				 //Multiple frames y correction
	var HorCorrect=0;				 //Multiple frames x correction
	var LeftPaddng=3;				 //Left padding
	var TopPaddng=2;				 //Top padding
	var FirstLineHorizontal=1;			 //SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			 //Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			 //delay before menu folds in
	var TakeOverBgColor=1;			 //Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			 //Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				 //span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				 //enables disables menu wrap 1 or 0
	var RightToLeft=0;				// enables disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick onmouseover
	var WebMasterCheck=0;			 //menu tree checking on or off 1 or 0
	var ShowArrow=0;				 //Uses arrow gifs when 1
	var KeepHilite=1;				 //Keep selected path highligthed
	var Arrws=['tri.gif',5,5,'tridown.gif',5,5,'trileft.gif',5,5];	 //Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","/index.html","",0,20,60);

Menu2=new Array("About","","",8,20,60);
	Menu2_1=new Array("What is ABATE","/about/what_is.html","",0,20,175);
	Menu2_2=new Array("History of ABATE	","/about/history.html","",0,20,175);
	Menu2_3=new Array("Officers & Meetings","/officers/meeting_calendar.php","",0,20,175);
    Menu2_4=new Array("News Archives","/about/news_archives.html","",0,20,175);
	Menu2_5=new Array("ABATE By-Laws","/about/bylaws.html","",0,20,175);
	Menu2_6=new Array("Board Meeting Minutes","/about/board_minutes.html","",0,20,175);
	Menu2_7=new Array("Classified Ads","/about/ads.html","",0,20,175);
	Menu2_8=new Array("ABATE FAQs","/about/faqs.html","",0,20,175);
  
Menu3=new Array("Education","","",8,20,75);	
	Menu3_1=new Array("General Information","/education/general_info.html","",0,20,175);
	Menu3_2=new Array("Motorcycle License Testing","/education/mc_testing.html","",0,20,175);
	Menu3_3=new Array("Basic Rider Course","/education/brc.html","",0,20,175);
    Menu3_4=new Array("Experienced Rider Course","/education/erc.html","",0,20,175);
	Menu3_5=new Array("Locate a Class Near You","/education/register.php","",0,20,175);
	Menu3_6=new Array("Register for a Class","/education/register.php","",0,20,175);
	Menu3_7=new Array("Off-road Riding Classes","/education/off_road.html","",0,20,175);
	Menu3_8=new Array("Rider Education FAQs","/education/safety_faqs.html","",0,20,175);

Menu4=new Array("Legislative","","",5,20,75);
	Menu4_1=new Array("Current State Alerts","/legislative/state_legislation.html","",0,20,175);
	Menu4_2=new Array("Current Federal Alerts","/legislative/federal_legislation.html","",0,20,175);
	Menu4_3=new Array("Find Your Legislator","/legislative/your_legislator.html","",0,20,175);
    Menu4_4=new Array("Legislative Resources","/legislative/legislative_resources.html","",0,20,175);
	Menu4_5=new Array("State Motorcycle Laws","/legislative/state_mc_laws.html","",0,20,175);
	
Menu5=new Array("Programs","","",8,20,75);
	    Menu5_1=new Array("ABATE Legal Services","/programs/legal_services.html","",0,20,185); 
	    Menu5_2=new Array("Motorcycle Insurance","/programs/mc_insurance.html","",0,20,185);
		Menu5_3=new Array("Motorcycle Rider Education","/education/general_info.html","",0,20,185);
		Menu5_4=new Array("Lawrence County Recreational Park","/programs/lc_recreation_park.html","",0,20,185);
		Menu5_5=new Array("Hoosier Motorcyclist Magazine","/programs/hm_mag.html","",0,20,185);
        Menu5_6=new Array("Indiana Tour Program","/programs/tour_indiana.html","",0,20,185);
		Menu5_7=new Array("ABATE Coliseum Bingo","/programs/bingo.html","",0,20,185);
		Menu5_8=new Array("Indiana Motorcycle Safety Memorial","/programs/mc_memorial.html","",0,20,185);
				
Menu6=new Array("Events","","",4,20,75);
        Menu6_1=new Array("Calendar of Events","/events/event_calendar.php","",0,20,175); 
	    Menu6_2=new Array("The Boogie","/events/boogie_history.html","",0,20,175);
		Menu6_3=new Array("State Charity Event","/events/state_charity_event.html","",0,20,175);
		Menu6_4=new Array("Event FAQs","/events/event_faqs.html","",0,20,175);
		
Menu7=new Array("Officers","","",6,20,75);
        Menu7_1=new Array("Calendar of Meetings","/officers/meeting_calendar.php","",0,20,175); 
	    Menu7_2=new Array("Officer Forms","/officers/officer_forms.html","",0,20,175);
		Menu7_3=new Array("Officer FAQs","/officers/officer_faqs.html","",0,20,175);
		Menu7_4=new Array("Find Officers","/Regions/FindRegion.php","",0,20,175);
		Menu7_5=new Array("Submit T-Shirt Request","http://www.abateonline.org/officers/ShirtRequest.html","",0,20,175);
		Menu7_6=new Array("Submit Flyer Request","http://www.abateonline.org/officers/FlyerRequest.html","",0,20,175);

Menu8=new Array("Store","","",4,20,75);
        Menu8_1=new Array("Purchase ABATE Products","http://store.abateonline.org", "",0,20,175); 
		Menu8_2=new Array("Join ABATE of Indiana","http://store.abateonline.org/catalog/index.php?main_page=index&cPath=1","",0,20,175); 
        Menu8_3=new Array("Renew Your Membership","http://store.abateonline.org/catalog/index.php?main_page=index&cPath=1","",0,20,175); 
        Menu8_4=new Array("Printable Membership App","http://www.abateonline.org/images/ABATEMemberApp.pdf","",0,20,175); 

Menu9=new Array("Contact","","",4,20,75);
        Menu9_1=new Array("ABATE Office","/contact/office_staff.php","",0,20,175); 
	    Menu9_2=new Array("Advertising Information","/contact/ad_info.html","",0,20,175);
		Menu9_3=new Array("Change of Address","/contact/change_address.php","",0,20,175);
		Menu9_4=new Array("Important Websites","/contact/links.html","",0,20,175);