	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#FFFFFF';			// Background color when mouse is not over
	var LowSubBgColor='#404F2E';			// Background color when mouse is not over on subs
	var HighBgColor='#7C9B56';			// Background color when mouse is over
	var HighSubBgColor='#A9B897';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='#7C9B56';			// Border color
	var BorderSubColor='#FFFFFF';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial, helvetica, sans-serif;"	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=1;				// 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='center';			// 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=60;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=5;				// 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,10,'tridown.gif',10,5,'trileft.gif',5,10];	// 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("rollover:images/home_nav_about.jpg:images/home_nav_roll_about.jpg","about/overview_about.html","",6,140,134);
	Menu1_1=new Array("Overview","about/overview_about.html","",0,25,152);
	Menu1_2=new Array("History","about/history.html","",0);
	Menu1_3=new Array("Mission","about/mission.html","",0);
	Menu1_4=new Array("MA AgComs","about/maagcoms.html","",0);
	Menu1_5=new Array("MAAC","about/maac.html","",0);
	Menu1_6=new Array("Contact Information","about/contact.html","",0);
		
Menu2=new Array("rollover:images/home_nav_whats.jpg:images/home_nav_roll_whats.jpg","what/events.html","",3,140,133);
    Menu2_1=new Array("Events Calendar","what/events.html","",0,25,140);
	Menu2_2=new Array("Current Issues","what/issues.html","",0);
	Menu2_3=new Array("Success Stories","what/stories.html","",0);
			
Menu3=new Array("rollover:images/home_nav_resources.jpg:images/home_nav_roll_resources.jpg","resources/handbooks.html","",7,140,133);
	Menu3_1=new Array("Resources","resources/handbooks.html","",0,25,181);
	Menu3_2=new Array("Guides & Publications","resources/guides.html","",0);
	Menu3_3=new Array("Conference & Meeting Info","resources/confmeet.html","",0);
	Menu3_4=new Array("Ag Support Organizations","resources/organizations.html","",5);
	  Menu3_4_1=new Array("Federal","resources/org_federal.html","",0,25,172);
	  Menu3_4_2=new Array("State","resources/org_state.html","",0);
	  Menu3_4_3=new Array("Regional","resources/org_regional.html","",0);
	  Menu3_4_4=new Array("Land Trust Organizations","resources/org_landtrust.html","",0);
	  Menu3_4_5=new Array("County Extension","resources/org_extension.html","",0);
	Menu3_5=new Array("FAQs","resources/faqs.html","",0);
	Menu3_6=new Array("Glossary of Terms","resources/glossary.html","",0);
	Menu3_7=new Array("AgCom Forum","resources/forum.html","",0);
	
Menu4=new Array("rollover:images/home_nav_laws.jpg:images/home_nav_roll_laws.jpg","laws/federal.html","",3,140,133);
	Menu4_1=new Array("Federal","laws/federal.html","",0,25,140);
	Menu4_2=new Array("State","laws/state.html","",0);
	Menu4_3=new Array("Local","laws/local.html","",0);
		
Menu5=new Array("rollover:images/home_nav_funding.jpg:images/home_nav_roll_funding.jpg","funding/fund_federal.html","",2,140,133);
    Menu5_1=new Array("Federal","funding/fund_federal.html","",0,25,150);
	Menu5_2=new Array("State","funding/fund_state.html","",0);
		
Menu6=new Array("rollover:images/home_nav_starting.jpg:images/home_nav_roll_starting.jpg","starting/starting.html","",1,140,134);
	Menu6_1=new Array("Getting Started","starting/starting.html","",0,25,129);