
	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#FFCC00';			// Background color when mouse is not over
	var HighBgColor='#FF9933';			// Background color when mouse is over
	var LowSubBgColor='#FFCC00';			// SUBS - Background color when mouse is not over
	var HighSubBgColor='#FF9933';			// SUBS - Background color when mouse is over
	var FontLowColor='#FF6600';			// Font color when mouse is not over
	var FontHighColor='#FFFFFF';		// Font color when mouse is over
	var FontSubLowColor='#FF6600';			// SUBS - Font color when mouse is not over
	var FontSubHighColor='#FFFFFF';			// SUBS - Font color when mouse is over
	var BorderColor='#FF6600';			// Border color
	var BorderSubColor='#FF6600';				// SUBS - Border color
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// 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 '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=198;				// 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=0;				// 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=350;			// 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("Home","index.html","",0,24,101);

	Menu1_1=new Array("Sub Link 1","","",0,24,143);
	Menu1_2=new Array("Sub Link 2","","",0,24,143);
	Menu1_3=new Array("Sub Link 3","","",0,24,143);
	Menu1_4=new Array("Sub Link 4","","",0,24,143);

Menu2=new Array("About","","",2,24,101);

	Menu2_1=new Array("About F.I.D.O.","","",4,24,204);

		Menu2_1_1=new Array("History","af_history.html","",0,24,206);
		Menu2_1_2=new Array("Officers","af_officers.html","",0,24,206);
		Menu2_1_3=new Array("ByLaws","af_bylaws.html","",0,24,206);
		Menu2_1_4=new Array("Contact Us","af_contactus.html","",0,24,206);

	Menu2_2=new Array("About South Euclid Dog Park","","",10,24,204);

		Menu2_2_1=new Array("Location","asedp_location.html","",0,24,206);
		Menu2_2_2=new Array("Dog Park Rules","asedp_rules.html","",0,24,206);
		Menu2_2_3=new Array("Download Dog Park Brochure","fido_brochure.pdf","",0,24,206);
		Menu2_2_4=new Array("Helpful Tips For Your First Visit","asedp_tips.html","",0,24,206);
		Menu2_2_5=new Array("Children At The Dog Park","asedp_children.html","",0,24,206);
		Menu2_2_6=new Array("Fashion At The Dog Park","asedp_fashion.html","",0,24,206);
		Menu2_2_7=new Array("What If A Dog Fight Occurs","asedp_dogfight.html","",0,24,206);
		Menu2_2_8=new Array("Help Keep The Park Clean","asedp_cleanpark.html","",0,24,206);
		Menu2_2_9=new Array("Groundcover Recommendation","asedp_groundcover.html","",0,24,206);
		Menu2_2_10=new Array("Frequently Asked Questions","asedp_faq.html","",0,24,206);
			
Menu3=new Array("Donate","","",3,24,101);

	Menu3_1=new Array("Donate Through PayPal","donate_paypal.html","",0,24,205);
	Menu3_2=new Array("Donate By Check","donate_check.html","",0,24,205);
	Menu3_3=new Array("Fundraising - Wish List","donate_fundraising.html","",0,24,205);
	Menu3_4=new Array("Sub Link Example 4","","",0,24,205);
	
Menu4=new Array("Forums/Blogs","","",2,24,102);

	Menu4_1=new Array("Forum Rules / Login","forum_rules_login.html","",0,24,206);
	Menu4_2=new Array("President's Blog","blog_president.html","",0,24,206);

Menu5=new Array("Photos","photo_gallery.html","",0,24,102);

	Menu5_1=new Array("Sub Link 1","","",0,24,143);
	Menu5_2=new Array("Sub Link 2","","",0,24,143);
	Menu5_3=new Array("Sub Link 3","","",0,24,143);
	Menu5_4=new Array("Sub Link 4","","",0,24,143);

Menu6=new Array("Recipes","recipes.html","",0,24,101);

	Menu6_1=new Array("Sub Link 1","","",0,24,143);
	Menu6_2=new Array("Sub Link 2","","",0,24,143);
	Menu6_3=new Array("Sub Link 3","","",0,24,143);
	Menu6_4=new Array("Sub Link 4","","",0,24,143);
	
Menu7=new Array("Links","links.html","",0,24,101);

	Menu7_1=new Array("Sub Link 1","","",0,24,143);
	Menu7_2=new Array("Sub Link 2","","",0,24,143);
	Menu7_3=new Array("Sub Link 3","","",0,24,143);
	Menu7_4=new Array("Sub Link 4","","",0,24,143);