	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='808080';			// Background color when mouse is not over
	var LowSubBgColor='808080';			// Background color when mouse is not over on subs
	var HighBgColor='yellow';			// Background color when mouse is over
	var HighSubBgColor='yellow';			// Background color when mouse is over on subs
	var FontLowColor='yellow';			// Font color when mouse is not over (originally 'ffffff')
	var FontSubLowColor='yellow';			// Font color subs when mouse is not over (originally 'ffffff')
	var FontHighColor='red';			// Font color when mouse is over - originally 003366
	var FontSubHighColor='red';			// Font color subs when mouse is over - originally 003366
	var BorderColor='000000';			// Border color
	var BorderSubColor='000000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=0;				// 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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=90;				// Menu offset x coordinate
	var StartLeft=1;				// 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=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// 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=['http://rocktour.net/tri_wht.gif',5,10,'http://rocktour.net/tridown_wht.gif',10,5,'http://rocktour.net/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","http://rocktour.net","button_20-1001.jpg",0,20,90);

Menu2=new Array("About Us","","button_20-1001.jpg",5);
	Menu2_1=new Array("About Us","http://rocktour.net/htm/about_rocktour.htm","",0,20,90);
	Menu2_2=new Array("My Coach","http://rocktour.net/htm/my_coach.htm","",0);
	Menu2_3=new Array("Client List","http://rocktour.net/htm/client_list.htm","",0);
	Menu2_4=new Array("Quotes Archives","http://rocktour.net/htm/quotes.htm","",0);
	Menu2_5=new Array("Privacy Policy","http://rocktour.net/htm/privacy_policy.htm","",0);
	
Menu3=new Array("Contact Us","http://rocktour.net/htm/contact_us.htm","button_20-1001.jpg",0);

Menu4=new Array("Resources","","button_20-1001.jpg",10);
	Menu4_1=new Array("Driver's Road Page","http://rocktour.net/road_home.htm","",0,30,90);
	Menu4_2=new Array("Venue Directions","http://rocktour.net/htm/directions_start.htm","",0,30);
	Menu4_3=new Array("Prevost Service Centers","http://rocktour.net/htm/PrevostStart.htm","",0,30);
	Menu4_4=new Array("Airport Info","http://rocktour.net/htm/airport_start.htm","",0,20);
	Menu4_5=new Array("Western States Road Conditions","http://rocktour.net/RoadConditions.htm","",0,30);
	Menu4_6=new Array("Bus/Truck Parking Locations","http://rocktour.net/htm/BusTruckParkingHome.htm","",0,40);
	Menu4_7=new Array("State Traffic & Speed Laws","http://www.mit.edu/~jfc/laws.html","",0,30);
	Menu4_8=new Array("State Keep Right Laws","http://www.mit.edu/~jfc/right.html","",0,30);
	Menu4_9=new Array("Time Zone Map","http://rocktour.net/htm/time_zone_map.htm","",0,20);
	Menu4_10=new Array("Hotel Room Fitness","http://rocktour.net/fitness/index.htm","",0,30);
	
Menu5=new Array("Downloads","http://rocktour.net/htm/downloads.htm","button_20-1001.jpg",0);
	Menu5_1=new Array("Ohio Speed Rules","http://rocktour.net/htm/ohio_rules.pdf","",0,30);

Menu6=new Array("Submittals","http://rocktour.net/htm/submittals.htm","button_20-1001.jpg",0);
	Menu6_1=new Array("Airport Data Submittal","http://rocktour.net/htm/airport_data_submittal.htm","",0,30);
	
Menu7=new Array("Links","http://rocktour.net/htm/links.htm","button_20-1001.jpg",0);