
	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor= '009933';			// Background color when mouse is not over
	var LowSubBgColor='009933';			// Background color when mouse is not over on subs
	var HighBgColor='006400';			// Background color when mouse is over
	var HighSubBgColor='006400';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';		// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=4;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,helvetica"		// Font family menu items
	var FontSize=7;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=110;				// 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=5;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=0;			// 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=0;			// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highlighted
	var Arrws=['../images/tri.gif',5,5,'../images/tridown.gif',5,5,'../images/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,14,100);
	

Menu2=new Array("OUR HISTORY","","",1,14,100);
	Menu2_1=new Array("Our History","../about/history.shtml","",0,14,80);
	
Menu3=new Array("MEMBERSHIP","","",2,14,100);
	Menu3_1=new Array("Membership","../membership/membership.shtml","",0,14,100);
	Menu3_2=new Array("Membership Form","../membership/membershipform.shtml","",0);
	
Menu4=new Array("PARTNERSHIPS","","",3);
	Menu4_1=new Array("Partnerships","../partnership/partnerships.shtml","",0,14,100);
	Menu4_2=new Array("Get Involved","../partnership/get-involved.shtml","",0,14,100);
	Menu4_3=new Array("Sponsorship Form","../membership/membershipform.shtml","",0);

Menu5=new Array("EDUCATION","","",6);
	Menu5_1=new Array("Education Programs","../education/programs.shtml","",0,14,120);
	Menu5_2=new Array("Focus on Forests","../education/focus_on_forests.shtml","",0,14,120);
	Menu5_3=new Array("Interpretive Trails","../education/trails.shtml","",0);
	Menu5_4=new Array("National Forest Week","../education/forest_week.shtml","",0);
	Menu5_5=new Array("Envirothon","../education/envirothon.shtml","",0);
	Menu5_6=new Array("Friends of the Tree","../education/friends.shtml","",0);

Menu6=new Array("SPECIAL TREES","","",9);
	Menu6_1=new Array("Introduction","../special-trees/about.shtml","",0,14,120);
	Menu6_2=new Array("Find a Tree","../special-trees/browse.php","",0,14,120);
	Menu6_3=new Array("Nominate a Tree","../special-trees/nomination.php","",0);
	Menu6_4=new Array("Program Sponsors","../special-trees/sponsors.shtml","",0);
	Menu6_5=new Array("Benefits of Trees","../special-trees/benefits.shtml","",0);
	Menu6_6=new Array("Explanations","../special-trees/explanations.shtml","",0);
	Menu6_7=new Array("Categories","../special-trees/categories.shtml","",0);
	Menu6_8=new Array("Links","../special-trees/links.shtml","",0);
	Menu6_9=new Array("Contact SFA","../special-trees/contact.shtml","",0);

Menu7=new Array("EVENTS","","",3);
	Menu7_1=new Array("National Forest Week","../events/forest_week.shtml","",0,14,120);
	Menu7_2=new Array("Focus on Forests","../education/focus_on_forests.shtml","",0);
	Menu7_3=new Array("Conferences","../events/conferences.shtml","",0,14,120);
	
Menu8=new Array("RESOURCES","","",7);
	Menu8_1=new Array("Resources","../resources/resources.shtml","",0,14,144);
	Menu8_2=new Array("TreeLines","../resources/treelines.shtml","",0,14,144);
	Menu8_3=new Array("Focus on Forests Example Lessons","../resources/focus-on-forests.shtml","",0,28,144);
	Menu8_4=new Array("Focus on Forests Complementary Resources","../resources/adventures.shtml","",0,28,144);
	Menu8_5=new Array("Forest Facts","../resources/facts.shtml","",0,14,144);
	Menu8_6=new Array("Glossary of Forestry Terms","../resources/glossary.shtml","",0,14,144);
	Menu8_7=new Array("Links","../resources/links.shtml","",0,14,144);
	
Menu9=new Array("FOR KIDS","","",4);
	Menu9_1=new Array("For Kids","../kids/kids.shtml","",0,14,100);
	Menu9_2=new Array("Games","../kids/games.shtml","",0,14,100);
	Menu9_3=new Array("Contests","../kids/contests.shtml","",0,14,100);
	Menu9_4=new Array("Bug Hunt!!!","../kids/bughunt.shtml","",0,14,100);


Menu10=new Array("FOF First Nations Lessons","../about/careers.shtml","",0,14,100);

