/***********************************************************************************
*	(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=13;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#4865B1';			// Background color when mouse is over
	var HighSubBgColor='#4865B1';			// Background color when mouse is over on subs
	var FontLowColor='#4865B1';			// Font color when mouse is not over
	var FontSubLowColor='#4865B1';			// 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='#4865B1';			// Border color
	var BorderSubColor='#4865B1';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=240;				// Menu offset x coordinate
	var StartLeft=1;				// 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=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=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=1;				// 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("Softball 101 Home","index.htm","",0,20,138);

Menu2=new Array("Defense","defense.htm","",2);
		Menu2_1=new Array("Positions","","",5,20,150);	
		Menu2_1_1=new Array("Defensive Play","defense.htm","",0,20,150);
		Menu2_1_2=new Array("Pitcher","blank.htm","",6);
			  Menu2_1_2_1=new Array("General Pitching Info","pitching.htm","",0,20,200);
                          Menu2_1_2_2=new Array("All About Pitching","pitching2.htm","",0);
 			  Menu2_1_2_3=new Array("Complete Guide","pitching3.htm","",0);
	  		  Menu2_1_2_4=new Array("Grips & Movement","grips.htm","",0);
	  		  Menu2_1_2_5=new Array("Finch Windmill","finchwindmill.htm","",0);
 			  Menu2_1_2_6=new Array("ERA Calculator","eracalc.htm","",0);
		Menu2_1_3=new Array("Catcher","catcher.htm","",0);
                Menu2_1_4=new Array("Infield","infield.htm","",0);
                Menu2_1_5=new Array("Outfield","outfield.htm","",0);
                          
	Menu2_2=new Array("Practice & Drills","blank.htm","",2);
		Menu2_2_1=new Array("Drills","drills.htm","",0,20,150);
		Menu2_2_2=new Array("ETeamz Drills","http://www.eteamz.com/fastpitch/instruction/tips","",0,20,150);

Menu3=new Array("Offense","blank.htm","",3);
	Menu3_1=new Array("Hitting","hitting.htm","",0,20,150);
	Menu3_2=new Array("Bunting","bunting.htm","",0);
	Menu3_3=new Array("Base Running","running.htm","",0);

Menu4=new Array("Coaches Corner","blank.htm","",4);
	Menu4_1=new Array("Coaching Tips","coaching.htm","",6,20,180);
		Menu4_1_1=new Array("Tips & Drills","coaching.htm","",0,20,200);
                Menu4_1_2=new Array("Instructional Guide","instruction.htm","",0);
  		Menu4_1_3=new Array("Instructional Drills","instruction2.htm","",0);
		Menu4_1_4=new Array("Player Development","development.htm","",0);
	  	Menu4_1_5=new Array("Game Situations","situations.htm","",0);
	  	Menu4_1_6=new Array("Positive Coaching","positive.htm","",0);
	Menu4_2=new Array("Signals","signals.htm","",0);
	Menu4_3=new Array("Keeping Score","scoring.htm","",0);
	Menu4_4=new Array("Trick Plays","trickplays.htm","",0);

Menu5=new Array("Mind and Body","blank.htm","",6);
	Menu5_1=new Array("Conditioning","condition.htm","",0,20,180);
	Menu5_2=new Array("Running Drills","runningdrills.htm","",0);
	Menu5_3=new Array("The Mental Game","mental.htm","",0);
	Menu5_4=new Array("Words to Live By","wordstoliveby.htm","",0);
	Menu5_5=new Array("Softball Cheers","cheers.htm","",0);
	Menu5_6=new Array("Softball Poems","poems.htm","",0);


Menu6=new Array("College Info","blank.htm","",5);
	Menu6_1=new Array("Recruiting Information","college.htm","",0,20,200);
	Menu6_2=new Array("Recruiting Checklist & Info","recruiting.htm","",0);
	Menu6_3=new Array("College Programs","collegeprograms.htm","",0);
	Menu6_4=new Array("Complete College Listing","uscolleges.htm","",0);
	Menu6_5=new Array("Division I Listing","collegesoftball.htm","",0);


Menu7=new Array("Search & Links","blank.htm","",4);
	Menu7_1=new Array("Softball Links Galore","links.htm","",0,20,180);
	Menu7_2=new Array("Team Search","http://www.eteamz.com/fastpitch/sites/finder","",0);
	Menu7_3=new Array("Tournament Search","http://www.eteamz.com/tournaments/","",0);
	Menu7_4=new Array("Organizations","blank.htm","",7);
		Menu7_4_1=new Array("US Fastpitch","http://www.usfastpitch.com","",0,20,250);
		Menu7_4_2=new Array("ASA Softball","http://www.softball.org","",0);
		Menu7_4_3=new Array("NSA Softball","http://www.nsasoftball.com","",0);
		Menu7_4_4=new Array("ISA Softball","http://www.isasoftball.com","",0);
		Menu7_4_5=new Array("Spy Softball","http://www.spysoftball.com","",0);

		Menu7_4_6=new Array("International Softball Federation","http://www.internationalsoftball.com","",0);
		Menu7_4_7=new Array("National Fastpitch Coaches Assoc","http://www.nfca.org","",0);
	

Menu8=new Array("Tryouts & Clinics","tryouts.htm","",0);
Menu9=new Array("Fundraising","fundraise.htm","",0);
Menu10=new Array("Forms & Handouts","forms.htm","",0);
Menu11=new Array("Parents Info","parents.htm","",0);
Menu12=new Array("Rules & Glossary","rules.htm","",0);
Menu13=new Array("Calculators","blank.htm","",3);
	Menu13_1=new Array("Batting Average","average.htm","",0,20,200);
	Menu13_2=new Array("Slugging Percentage","slugging.htm","",0);
	Menu13_3=new Array("Earned Run Average","eracalc.htm","",0);
	




