 /***********************************************
*	(c) Ger Versluis 2000 version 13.21 April 28, 2008    *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='white';				// Background color when mouse is not over
	var HighBgColor='black';			// Background color when mouse is over
	var FontLowColor="#2F4F4F";			// Font color when mouse is not over
	var FontHighColor="white";			// Font color when mouse is over
	var BorderColor="#A3A3A3";			// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Borderwidth between elements
	var BorderBtwnSub=1;			// Borderwidth between elements sub items
	var FontFamily="arial,comic sans ms,technical";
	var FontSize=14;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="center";		// Item text position left, center or right
	var MenuCentered="center";			// Menu horizontal position can be: left, center, 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=155;
	var StartLeft=0;			
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=0;				// Left padding
	var TopPaddng=2;			// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";
	var Arrws="";
	var MenuUsesFrames=0;
	var OverFormElements=0;			// Set this to 0 when the menu does not need to cover form elements.
	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;
	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=85)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 


Menu1=new Array("HOME","index.htm","",0,20,55,"","","","","","",-1,-1,-1,"","");
Menu2=new Array("GET STARTED","getstarted.htm","",0,20,105,"","","","","","",-1,-1,-1,"","");
Menu3=new Array("EVENTS","events.htm","",8,20,65,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("Calendar","calendar.htm","",0,20,120,"","","","","","",-1,-1,-1,"","Calendar");
	Menu3_2=new Array("Combined","ev_combined.htm","",0,20,120,"","","","","","",-1,-1,-1,"","Combined Events");
	Menu3_3=new Array("Field","ev_field.htm","",0,20,120,"","","","","","",-1,-1,-1,"","Field Events");
	Menu3_4=new Array("Long Distance","ev_ldr.htm","",0,20,120,"","","","","","",-1,-1,-1,"","Long Distance Events");
	Menu3_5=new Array("Racewalk","ev_racewalk.htm","",0,20,120,"","","","","","",-1,-1,-1,"","Racewalking Events");
	Menu3_6=new Array("Throws","ev_throws.htm","",0,20,120,"","","","","","",-1,-1,-1,"","Throwing Events");
	Menu3_7=new Array("Track","ev_track.htm","",0,20,120,"","","","","","",-1,-1,-1,"","Track Events");
	Menu3_8=new Array("Types","ev_types.htm","",0,20,120,"","","","","","",-1,-1,-1,"","Types of Events");
Menu4=new Array("FOR ATHLETES","forathletes.htm","",0,20,115,"","","","","","",-1,-1,-1,"","");
Menu5=new Array("GOVERNANCE","governance.htm","",5,20,110,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("Associations","http://www.usatf.org/associations/","",0,20,120,"","","","","","",-1,-1,-1,"","Associations");
	Menu5_2=new Array("Org. Chart","orgchart.htm","",0,20,120,"","black","","","","",-1,-1,-1,"","Organization Chart");
	Menu5_3=new Array("Regions","regions.htm","",0,20,120,"","","","","","",-1,-1,-1,"","Regions");
	Menu5_4=new Array("Subcommittees","subcommittees.htm","",0,20,120,"","","","","","",-1,-1,-1,"","Sub-Committees");
	Menu5_5=new Array("USATF","http://www.usatf.org/about/","",0,20,120,"","","","","","",-1,-1,-1,"","USATF");
Menu6=new Array("REGIONS","regions.htm","",7,20,75,"","","","","","",-1,-1,-1,"","Regions");
	Menu6_1=new Array("East","reg_east.htm","",0,20,100,"","","","","","",-1,-1,-1,"","East Region");
	Menu6_2=new Array("Mid-America","reg_ma.htm","",0,20,100,"","","","","","",-1,-1,-1,"","Mid-America Region");
	Menu6_3=new Array("Midwest","reg_mw.htm","",0,20,100,"","","","","","",-1,-1,-1,"","Midwest Region");
	Menu6_4=new Array("Northwest","reg_nw.htm","",0,20,100,"","","","","","",-1,-1,-1,"","Northwest Region");
	Menu6_5=new Array("Southeast","reg_se.htm","",0,20,100,"","","","","","",-1,-1,-1,"","Southeast Region");
	Menu6_6=new Array("Southwest","reg_sw.htm","",0,20,100,"","","","","","",-1,-1,-1,"","Southwest Region");
	Menu6_7=new Array("West","reg_west.htm","",0,20,100,"","","","","","",-1,-1,-1,"","West Region");
Menu7=new Array("LINKS","links.htm","",0,20,55,"","","","","","",-1,-1,-1,"","Links");
Menu8=new Array("CONTACT","contact.htm","",2,20,75,"","","","","","",-1,-1,-1,"","Contact Page");
	Menu8_1=new Array("Directory","http://www.usatf.org/about/directory/info.asp?parent=General+Competition+Division&group=Masters+Track+%26+Field+Committee","",0,20,120,"","","","","","",-1,-1,-1,"","USATF Directory");
	Menu8_2=new Array("Webmaster","contact.htm","",0,20,120,"","","","","","",-1,-1,-1,"","Contact Page");
Menu9=new Array("SITEMAP","sitemap.htm","",0,20,75,"","","","","","",-1,-1,-1,"","");
