/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#61825F';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='#61825F';			// 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='#993300';			// Font color when mouse is over
	var FontSubHighColor='#993300';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=10;				// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=0;				// 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=3;				// Left padding
	var TopPaddng=4;				// 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=500;			// 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='MenuPos';				// 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/NewW.gif:images/NewW2.gif","what_its_about.htm","",5,25,200);
	Menu1_1=new Array("What Is Shady Creek?","what_is_shadycreek.htm","",0,25,150);	
	Menu1_2=new Array("Who We Are","who_we_are.htm","",0);	
	Menu1_3=new Array("Where We Are","where_we_are.htm","",0);	
	Menu1_4=new Array("When Do We Operate","when_do_we_operate.htm","",0);	
	Menu1_5=new Array("Why Shady Creek?","why_shadycreek.htm","",0);	

Menu2=new Array("rollover:images/NewO1.gif:images/NewO1b.gif","outdoor_ed.htm","",12,25,200);
	Menu2_1=new Array("Aquatic Ecology","aquatic_ecology.htm","",0,25,150);	
	Menu2_2=new Array("Arts","arts.htm","",0);
	Menu2_3=new Array("Birds","birds.htm","",0);
	Menu2_4=new Array("Earth Science","earth_science.htm","",0);
    Menu2_5=new Array("Forest Ecology","forest_ecology.htm","",0);
    Menu2_6=new Array("Health and Nutrition","health_nutrition.htm","",0);
    Menu2_7=new Array("Meteorology","meteorology.htm","",0);
    Menu2_8=new Array("Music","music.htm","",0);
	Menu2_9=new Array("Native American Studies","na_studies.htm","",0);
	Menu2_10=new Array("Social Growth","social_growth.htm","",0);
	Menu2_11=new Array("Survival","survival.htm","",0);
	Menu2_12=new Array("Class Descriptions","class_descriptions.htm","",0);

Menu3=new Array("rollover:images/NewO2.gif:images/NewO2b.gif","opportunities.htm","",4,25,200);
	Menu3_1=new Array("Employment","employment.htm","",0,25,150);
	Menu3_2=new Array("Volunteer","volunteer.htm","",0);
	Menu3_3=new Array("Gifting","gifting.htm","",0);
	Menu3_4=new Array("Learning Opportunities","learning_opps.htm","",0);

Menu4=new Array("rollover:images/NewD.gif:images/NewD2.gif","details.htm","",3,25,200);
	Menu4_1=new Array("Teachers","details.htm","",3,25,100);
		Menu4_1_1=new Array("Forms","teachers_forms.htm","",0,25,80);
		Menu4_1_2=new Array("FAQ","FAQ.htm","",0);
		Menu4_1_3=new Array("Links","details.htm","",0);
	Menu4_2=new Array("Parents","details.htm","",3);
		Menu4_2_1=new Array("Forms","parents_forms.htm","",0,25,80);
		Menu4_2_2=new Array("List","forms/parents/woodleaf_checklist.pdf","",0);
		Menu4_2_3=new Array("FAQ","parents_FAQ.htm","",0);
	Menu4_3=new Array("Students","details.htm","",2);
		Menu4_3_1=new Array("List","forms/parents/woodleaf_checklist.pdf","",0,25,100);
		Menu4_3_2=new Array("FAQ","FAQ.htm","",0);

Menu5=new Array("rollover:images/NewL.gif:images/NewL2.gif","lifelong.htm","",1,25,200);
	Menu5_1=new Array("Learning Opportunities","learning_opps.htm","",0,25,150);

Menu6=new Array("rollover:images/NewE.gif:images/NewE2.gif","everystudent.htm","",1,25,200);
	Menu6_1=new Array("Serving All Students","everystudent.htm","",0,25,150);

Menu7=new Array("rollover:images/NewA.gif:images/NewA2.gif","addl_res.htm","",5,25,200);
	Menu7_1=new Array("Shady Creek Foundation","http://www.woodleaf.org","",0,25,200);
	Menu7_2=new Array("Kestrels Across America","http://www.kestrelsacrossamerica.org/","",0);
	Menu7_3=new Array("COSA","http://www.sdcoe.net/outdoored/cosa/welcome.html","",0);
	Menu7_4=new Array("AEOE","http://www.aeoe.org/","",0);
	Menu7_5=new Array("Sierra Club Inside The Outdoors","http://www.sierraclub.org/","",0);

Menu8=new Array("rollover:images/NewF.gif:images/NewF2.gif","fun.htm","",3,25,200);
	Menu8_1=new Array("Nature Games","nature_games.htm","",0,25,100);
	Menu8_2=new Array("Student Work","student_work.htm","",0);
	Menu8_3=new Array("Be An Eco-Kid","eco-kid.htm","",0);