	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='000080';			// Background color when mouse is not over
	var LowSubBgColor='dddddd';			// Background color when mouse is not over on subs
	var HighBgColor='dddddd';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='ffffff';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='000080';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='ffffff';			// Border color
	var BorderSubColor='000080';			// Border color for subs
	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=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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=-3;				// Menu offset x coordinate
	var StartLeft=-9;				// 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=3;				// 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=250;				// 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='MainMenuPos';			// 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=1;				// 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=['images/tri.gif',6,11,'images/tridown.gif',11,6,'images/trileft.gif',6,11];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

var cellHeight=20;
var rootCellWidth=152;
var childCellWidth=152;
var resultsItemWidth=250;
var faqItemWidth=350;

// 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("SFR SCCA","http://www.sfrscca.org/","",0,cellHeight,rootCellWidth);
Menu2=new Array("SFR RallyCross","./","",0,cellHeight,rootCellWidth);
Menu3=new Array("SFR Rally","http://www.sfrscca.org/Rally/","",0,cellHeight,rootCellWidth);
Menu4=new Array("RallyCross FAQ","?faq","",5,cellHeight,rootCellWidth);
	Menu4_1=new Array("What is RallyCross?","?faq#WhatIsRallyCross","",0,cellHeight,faqItemWidth);	
	Menu4_2=new Array("Does my car require any special modifications?","?faq#CarEquipment","",0);	
	Menu4_3=new Array("How much does it cost?","?faq#Cost","",0);	
	Menu4_4=new Array("What are the vehicle classes?","?faq#Classes","",0);	
	Menu4_5=new Array("More...","?faq","",0);	
Menu5=new Array("Event Organizers","?contact","",0,cellHeight,rootCellWidth);
Menu6=new Array("Photo Gallery","?gallery","",0,cellHeight,rootCellWidth);

Menu7=new Array("Event Results","","",5,cellHeight,rootCellWidth);
	Menu7_1=new Array("2006","","",7,cellHeight,rootCellWidth);
		Menu7_1_1=new Array("Oct 21, 2006","./scoring/RXScores.2006.10.21.pdf","",0,cellHeight,resultsItemWidth);
		Menu7_1_2=new Array("Sept 17, 2006","./scoring/RXScores.2006.09.17.pdf","",0,cellHeight,resultsItemWidth);
		Menu7_1_3=new Array("June 24/25, 2006 National Challenge","http://www.scca.org/garage/forum/uploads/PegoMack/2006-06-28_170605_SFRXNCbyclassFinal.pdf","",0,cellHeight,resultsItemWidth+50);
		Menu7_1_4=new Array("June 25, 2006","./scoring/RXScores.2006.06.25.pdf","",0,cellHeight,resultsItemWidth);
		Menu7_1_5=new Array("June 24, 2006","./scoring/RXScores.2006.06.24.pdf","",0,cellHeight,resultsItemWidth);
		Menu7_1_6=new Array("June 11, 2006","./scoring/RXScores.2006.06.11.pdf","",0,cellHeight,resultsItemWidth);
		Menu7_1_7=new Array("SCCA Standings","./scoring/standings2006.pdf","",0,cellHeight,resultsItemWidth);

	Menu7_2=new Array("2005","","",7,cellHeight,rootCellWidth);
		Menu7_2_1=new Array("November 6, 2005 @ Altamont","./scoring/RXScores.2005.11.06.pdf","",0,cellHeight,resultsItemWidth);
		Menu7_2_2=new Array("October 2, 2005","./scoring/RXScores.2005.10.02.pdf","",0,cellHeight,resultsItemWidth);
		Menu7_2_3=new Array("October 1, 2005","./scoring/RXScores.2005.10.01.pdf","",0,cellHeight,resultsItemWidth);
		Menu7_2_4=new Array("August 13, 2005","./scoring/RXScores.2005.8.13.pdf","",0,cellHeight,resultsItemWidth);
		Menu7_2_5=new Array("June 25, 2005","./scoring/RXScores.2005.6.25.pdf","",0,cellHeight,resultsItemWidth);
		Menu7_2_6=new Array("May 14, 2005","./scoring/RXScores.2005.5.14.pdf","",0,cellHeight,resultsItemWidth);
		Menu7_2_7=new Array("SCCA Standings","./scoring/standings2005.pdf","",0,cellHeight,resultsItemWidth);
	
	Menu7_3=new Array("2004","","",7,cellHeight,rootCellWidth);
		Menu7_3_1=new Array("October 17, 2004","./scoring/rxresults_10172004.pdf","",0,cellHeight,resultsItemWidth);
		Menu7_3_2=new Array("July 31, 2004","./scoring/rxresults_07312004.pdf","",0,cellHeight,resultsItemWidth);
		Menu7_3_3=new Array("June 26, 2004","./scoring/rxresults_06262004.pdf","",0,cellHeight,resultsItemWidth);
		Menu7_3_4=new Array("May 23, 2004","./scoring/rxresults_05232004.html","",0,cellHeight,resultsItemWidth);
		Menu7_3_5=new Array("May 15, 2004","./scoring/rxresults_05152004.html","",0,cellHeight,resultsItemWidth);
		Menu7_3_6=new Array("SCCA Standings","./scoring/standings2004.pdf","",0,cellHeight,resultsItemWidth);
		Menu7_3_7=new Array("CRS Standings","http://californiarallyseries.com/total_points_04x.htm","",0,cellHeight,resultsItemWidth);

	Menu7_4=new Array("2003","","",6,cellHeight,rootCellWidth);	
		Menu7_4_1=new Array("Final Standings","./scoring/RallyCross_2003_Standings.html","",0,cellHeight,resultsItemWidth);
	        Menu7_4_2=new Array("October 25, 2003","./scoring/RCScoring20031025.pdf","",0);
	        Menu7_4_3=new Array("September 28, 2003","./scoring/RCScoring20030928.pdf","",0);
		Menu7_4_4=new Array("June 29, 2003","./scoring/RCScoring20030629.pdf","",0);
		Menu7_4_5=new Array("June 28, 2003","./scoring/RCScoring20030628.pdf","",0);
		Menu7_4_6=new Array("May 31, 2003","./scoring/RCScoring20030503.pdf","",0);
	
	Menu7_5=new Array("2002","","",3);
		Menu7_5_1=new Array("November 24, 2002","./scoring/RCScoring20021124.pdf","",0,cellHeight,resultsItemWidth);
		Menu7_5_2=new Array("September 29, 2002","./scoring//RCScoring20020928.pdf","",0);
		Menu7_5_3=new Array("July 27, 2002","./scoring/RCScoring20020727.pdf","",0);

//Menu8=new Array("Online Registration","?registration","",0,cellHeight,rootCellWidth);

