/***********************************************************************************
*	(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=11;			// Number of first level items
	var LowBgColor='white';				// Background color when mouse is not over
	var LowSubBgColor='wheat';			// Background color when mouse is not over on subs
	var HighBgColor='#FFCC00';			// Background color when mouse is over
	var HighSubBgColor='#FFCC00';		// Background color when mouse is over on subs
	var FontLowColor='gray';			// Font color when mouse is not over
	var FontSubLowColor='gray';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';		// 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=1;				// Border between elements 1 or 0
	var FontFamily="verdana, arial"		// Font family menu items
	var FontSize=8;						// 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=.2;		// vertical overlap child/ parent
	var StartTop=205;					// Menu offset x coordinate
	var StartLeft=25;					// 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=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=0;					// Keep selected path highligthed
	
	var Arrws=['images/Miscellaneous/tri.gif',5,10,'images/Miscellaneous/tridown.gif',10,5,'images/Miscellaneous/trileft.gif',5,10];	// Arrow source, width and height
	
// OUR FUNCTIONS/VARS
// HOME page needs the full path
var home 
var path= "http://www.coastalCruisers.net/"
if (home != "True") {
	path = "../"
	Arrws=['../images/Miscellaneous/tri.gif',5,10,'../images/Miscellaneous/tridown.gif',10,5,'../images/Miscellaneous/trileft.gif',5,10];	// 
}

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// OUR FUNCTIONS/VARS
var CBCC_MEMBER

function Test() {
	if (CBCC_MEMBER == "YES") {
		alert("Member")
	} else {
		alert("Not yet available")
	}
}



// 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", path + "Index.htm","",2,20,120);
	Menu1_1=new Array("Home Page",path + "Index.htm","",0,20,120);
	Menu1_2=new Array("Club Information",path + "clubInfo.htm","",0,20,120);

Menu2=new Array("RIDE SCHEDULE","","",1,20,70);
	Menu2_1=new Array("Weekly Rides",path + "newsletter/page2.htm","",0,20,120);

Menu3=new Array("CLASSIFIEDS", path + "newsletter/page3.htm#CLASSIFIEDS","",2,20,275);	
	Menu3_1=new Array("Classified Listings", path + "newsletter/page3.htm#Good_Deals","",0,20,130);
	Menu3_2=new Array("Add a Classified", path + "classifieds/classifiedEntry.htm","",0);
	
Menu4=new Array("MEMBERS INFO","","",7,20,130);	
	Menu4_1=new Array("Officers", path + "members/officersPhotos/Board-Staff.htm","",0,20,160);	
	Menu4_2=new Array("Bylaws",  path + "members/Club documents/FinalBylawsRevision2-8-10.pdf","",0,20,160);	
	Menu4_3=new Array("Meetings", "","",1,20,160);	
		Menu4_3_1=new Array("Meeting Minutes",  path + "members/minutes/minutes.htm","",0,20,160);	
	Menu4_4=new Array("Guidelines","","",2,20,160);	
		Menu4_4_1=new Array("Bicycling Guidelines", path + "members/Club documents/bicyclingGuidelines.htm","",0,20,160);
		Menu4_4_2=new Array("Leader Guidelines", path + "members/Club documents/leaderGuidelines.htm","",0,20,160);
	Menu4_5=new Array("Club Stuff", path + "members/Club documents/clubStuff.htm","",0,20,160);	
	Menu4_6=new Array("Membership Renewal", path + "misc/membership.pdf","",0,20,160);
	Menu4_7=new Array("Waiver of Liability", path + "members/Club documents/RideWaiver2009.pdf","",0,20,160);

Menu5=new Array("NEWSLETTER",  path + "Index.htm","",4,20,90);	
	Menu5_1=new Array("Page 1", path + "Index.htm","",0,20,60);	
	Menu5_2=new Array("Page 2", path + "newsletter/page2.htm","",0,20,60);
	Menu5_3=new Array("Page 3", path + "newsletter/page3.htm","",0,20,60);	
	Menu5_4=new Array("Page 4", path + "newsletter/page4.htm","",0,20,60);	

	
Menu6=new Array("LINKS", "","",2,20,180);
		Menu6_1=new Array("Bicycle Links", path + "misc/links.htm","",0,20,160);	
		Menu6_2=new Array("Club Links", path + "misc/clubs.htm","",0,20,160);
	
Menu7=new Array("RAIL TRAILS", path + "misc/railTrails.htm","",3,20,100);	
	Menu7_1=new Array("Cape Haze Pioneer Trail", path + "misc/railTrails.htm","",0,20,150);	
	Menu7_2=new Array("Gasparilla Island Trail", path + "misc/railTrails.htm#Gasparilla","",0,20,150);	
	Menu7_3=new Array("Florida Rail Trails ", path + "misc/railTrails.htm#Florida_Rail_Trails","",0,20,100);	
	
Menu8=new Array("BIKE SHOPS", path + "misc/dealers.htm","",4,20,270);
	Menu8_1=new Array("Charlotte County", path + "misc/dealers.htm","",0,20,150);
	Menu8_2=new Array("Collier County", path + "misc/dealers.htm#Collier","",0);
	Menu8_3=new Array("Lee County", path + "misc/dealers.htm#Lee","",0);
	Menu8_4=new Array("Sarasota County", path + "misc/dealers.htm#Sarasota","",0);

Menu9=new Array("MEMBERSHIP", path + "misc/membership.pdf","",0,20,150);
	
Menu10=new Array("CONTACT US", "","",2,20,120);
	Menu10_1=new Array("Contact Us", path + "misc/contact.htm","",0,20,150);
	Menu10_2=new Array("Officers and Staff", path + "members/officersphotos/Board-Staff.htm","",0);

Menu11=new Array("ADVOCACY", path + "misc/advocacy.htm","",0,20,110);



