
	var NoOffFirstLineMenus=17;			// Number of first level items
	var LowBgColor='black';			// Background color when mouse is not over
	var LowSubBgColor='black';			// Background color when mouse is not over on subs
	var HighBgColor='#E70121';			// Background color when mouse is over
	var HighSubBgColor='#E70121';			// Background color when mouse is over on subs
	var FontLowColor='#E70121';			// Font color when mouse is not over
	var FontSubLowColor='#E70121';			// 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='black';			// Border color
	var BorderSubColor='black';		// Border color for subs
	var BorderWidth=1;				// 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=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=145;				// Menu offset x coordinate
	var StartLeft=5;				// 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=600;			// 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=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("About Us","aboutus.htm","",1,20,115);
	Menu1_1=new Array("BCR in the Community","community.htm","",0,20,160);

//Menu2=new Array("News & FAQ","news","",0);

Menu2=new Array("Track Location","location.htm","",0,20,100);

Menu3=new Array("Admission Fees","admission.htm","",0,20,120);

Menu4=new Array("Race Times","racetimes.htm","",0,20,120);
Menu5=new Array("Concession","SugarShack.htm","",0,20,120);
Menu6=new Array("Seating","seating.htm","",0,20,120);
                
Menu7=new Array("Racing","","",6);
	Menu7_1=new Array("Weather Policies","weather.htm","",0,20,160);
	Menu7_2=new Array("Race Results","javascript:openNewWindow('http://speednetdirect.com/syndicate/synd_resultselect.php?uid=chuck&sel_track=8490')","",0);
	Menu7_3=new Array("Point Standings","javascript:openNewWindow('http://speednetdirect.com/syndicate/synd_pointsselect.php?uid=chuck&sel_track=8490')","",0);
	Menu7_4=new Array("Rules & Regulations","rules.htm","",0);
	Menu7_5=new Array("Sportsman Sprints","sportsman.htm","",0);
	Menu7_6=new Array("NPP Late Model Series","NPP.htm","",0);
	
Menu8=new Array("Race Schedules","schedule.htm","",0);

Menu9=new Array("Driver Profiles","profiles/index.php","",0);

Menu10=new Array("Sponsors","sponsors.htm","",0,20,100);

Menu11=new Array("The Galleries","","",2);
	Menu11_1=new Array("Photo Gallery","gallery","",0,20,110);
	Menu11_2=new Array("Video Gallery","videogallery.htm","",0);

Menu12=new Array("Links","links.htm","",0,20,100);

Menu13=new Array("Classifieds","classifieds","",0,20,100);

Menu14=new Array("Volunteers","volunteers.htm","",0,20,100);

Menu15=new Array("Miracle Child","","",7,20,100);
	Menu15_1=new Array("BCR's Miracle Child Program","miracle.htm","",0,20,200);
	Menu15_2=new Array("Miracle Child for 2011","miracle11.htm","",0);
	Menu15_3=new Array("Miracle Child for 2010","miracle10.htm","",0);
	Menu15_4=new Array("Miracle Child for 2009","miracle09.htm","",0);
	Menu15_5=new Array("Miracle Child for 2008","miracle08.htm","",0);
	Menu15_6=new Array("Miracle Child for 2007","miracle07.htm","",0);
	Menu15_7=new Array("Miracle Child for 2006","miracle06.htm","",0);

Menu16=new Array("Contact Us","contactus.htm","",0,20,100);

Menu17=new Array("Remember When?","javascript:openNewWindow('http://www.bridgecountyraceway.net/pdfs/remember.pdf')","",0,30,100);
