	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='red';			// Background color when mouse is not over
	var LowSubBgColor='red';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// 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='red';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;	
	var FontBold=1;		
	var FontItalic=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=80;	
	var StartLeft=170;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=5;
	var TopPaddng=2;
	var FirstLineHorizontal=1;
	var MenuFramesVertical=1;
	var DissapearDelay=500;	
	var TakeOverBgColor=1;	
	var FirstLineFrame='navig';	
	var SecLineFrame='space';	
	var DocTargetFrame='space';
	var TargetLoc='';		
	var HideTop=0;			
	var MenuWrap=0;			
	var RightToLeft=0;		
	var UnfoldsOnClick=0;	
	var WebMasterCheck=0;	
	var ShowArrow=1;
	var KeepHilite=1;
	var Arrws=['/bg_pix/tri.gif',5,10,'/bg_pix/cone2.gif',14,14,'/bg_pix/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","/","",0,20,50);

Menu2=new Array(" Solo","/solo2.htm","",4, 20, 70);
	Menu2_1=new Array("Schedule","/schedule.htm","",0,20,120);
	Menu2_2=new Array("Results","/results.htm","",0);
	Menu2_3=new Array("Event Site Info","/autoxEventInfo.htm","",0);
	Menu2_4=new Array("Other","/solo2.htm","",9,20,120);	
		Menu2_4_1=new Array("2010 PAX","/2010pax.htm","",0,20,150);
		Menu2_4_2=new Array("Solo2 Misc. Info","/solo2.htm","",0);
		Menu2_4_3=new Array("Solo2 Class Number Book","http://www.cs.unm.edu/~donour/cars/car_numbers.html","",0);
		Menu2_4_4=new Array("Solo/Rally Waiver","http://www.scca.org/interactive/insurance/RallySoloRW.pdf","",0);
		Menu2_4_5=new Array("2005 Archived Results","/results2005.htm","",0);		
		Menu2_4_6=new Array("2006 Archived Results","/results2006.htm","",0);		
		Menu2_4_7=new Array("2007 Archived Results","/results2007.htm","",0);	
		Menu2_4_8=new Array("2008 Archived Results","/results2008.htm","",0);	
		Menu2_4_9=new Array("2009 Archived Results","/results2009.htm","",0);	
		

Menu3=new Array("Club Racing","/clubracing.htm","",4,20,100);
	Menu3_1=new Array("Main Club Racing Page","/clubracing.htm","",0,20,160);
	Menu3_2=new Array("2008 Western Sprints","/club/2008_wsr.html","",0);
	Menu3_3=new Array("2008 Rules/Procedures","/club/rules.htm","",0);	
	Menu3_4=new Array("Western Sprints Gallery","/gallery/2008-sprints/","",0);	


Menu4=new Array("Gallery","/gallery/","",8,20,70);
	Menu4_1=new Array("All 2008 Events","/gallery/2008index.html","",0,20,180);
	Menu4_2=new Array("All 2009 Events","/gallery/2009index.html","",0);
	Menu4_3=new Array("2/6/10 Cliffs Solo2","/gallery/2010-2-8/","",0);	
	Menu4_4=new Array("3/20/10 Farmington Solo2 1","/gallery/2010-3-20.1/","",0);
	Menu4_5=new Array("3/20/10 Farmington Solo2 2","/gallery/2010-3-20.2/","",0);
	Menu4_6=new Array("3/21/10 Farmington Solo2","/gallery/2010-3-21/","",0);
	Menu4_7=new Array("6/6/10 Santa Fe Solo2","/gallery/2010-6-6/","",0);
	Menu4_8=new Array("7/17/10 Santa Fe Solo2","/gallery/2010-7-17.1/","",0);

Menu5=new Array("FSAE","javascript:top.location.href='/fsae'","",1,20,60);
	Menu5_1=new Array("Schedule","/fsae","",0,20,110);
	


Menu6=new Array("Other","javascript:top.location.href='blank.htm'","",5,20,70);
	Menu6_1=new Array("Classifieds","/classifieds.htm","",0,20,130);
	Menu6_2=new Array("Contacts","/contacts.htm","",0);
	Menu6_3=new Array("Newsletter","/newsletter.html","",0);		
	Menu6_4=new Array("Meetings","/meetings.htm","",0);	
	Menu6_5=new Array("Steve Randall Award","/randall.htm","",0);	

Menu7=new Array("Links","/links.htm","",0,20,60);

Menu8=new Array("Email List","/email.htm","",0,20,70);