    var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='000000';			// Background color when mouse is not over
	var LowSubBgColor='000000';			// Background color when mouse is not over on subs
	var HighBgColor='#f3dc52';			// Background color when mouse is over
	var HighSubBgColor='#f3dc52';			// Background color when mouse is over on subs
	var FontLowColor='#eee3ab';			// Font color when mouse is not over
	var FontSubLowColor='eee3ab';			// Font color subs when mouse is not over
	var FontHighColor='000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='5b352c';			// Border color
	var BorderSubColor='5b352c';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,times"	// 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='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='justify';			// 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=1;				// 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=0;				// Left padding
	var TopPaddng=0;				// 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=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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highlighted
	var Arrws=['',5,10,'',10,5,'',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<br>Us","aboutus.html","",6,40,100);
    Menu1_1=new Array("Intro/Mission","aboutus.html","",0,35,120);    
	Menu1_2=new Array("Contributors","aboutus.html#contributors","",0,35,120);
	Menu1_3=new Array("Giving Back","aboutus.html#givingback","",0,35,120);
	Menu1_4=new Array("Board of Directors","aboutus.html#board","",0,45,120);
	Menu1_5=new Array("History","aboutus_history.html","",0,35,120);
	Menu1_6=new Array("Location","location.html","",0,35,120);


Menu2=new Array("2010-2011 Season","season.html","",2,40,100);
	Menu2_1=new Array("Evening Theater Schedule","season.html","",0,45,140);
	Menu2_2=new Array("Children's Theater Schedule","season_children.html","",0,45,140);


Menu3=new Array("Box<br>Office","tickets.htm","",4,40,100);
	Menu3_1=new Array("Ticket Information","tickets.htm","",0,35,140);
	Menu3_2=new Array("Purchase Tickets","purchase.htm","",0,35,140);
    Menu3_3=new Array("Purchase Season Tickets","tickets_season.htm","",0,35,140);
	Menu3_4=new Array("Make Reservations (without<br>Pre-Purchase)","reservations.htm","",0,55,140);


Menu4=new Array("How to<br>Get Involved","getinvolved.html","",5,40,100);
	Menu4_1=new Array("Auditions","getinvolved.html","",0,35,140);
	Menu4_2=new Array("Crew Positions","getinvolved.html#crew","",0,35,140);
	Menu4_3=new Array("Volunteering Opportunities","getinvolved.html#volunteering","",0,45,140);
	Menu4_4=new Array("Classes","getinvolved.html#classes","",0,35,140);
	Menu4_5=new Array("Donations","getinvolved.html#donations","",0,35,140);


Menu5=new Array("Gallery of Past Shows","gallery_0809.html","",0,40,100);


Menu6=new Array("Program Advertising","programadvertising.html","",3,40,100);
	Menu6_1=new Array("Distribution Information","programadvertising.html","",0,45,120);
	Menu6_2=new Array("Advertising<br>Rates","programadvertising.html#rates","",0,45,120);
    Menu6_3=new Array("Submission Information","programadvertising.html#submission","",0,45,120);


Menu7=new Array("Our<br>Location","location.html","",3,40,100);
	Menu7_1=new Array("How to Find Us","location.html","",0,35,120);
	Menu7_2=new Array("Directions","location.html#directions","",0,35,120);
    Menu7_3=new Array("Map","location.html#map","",0,35,120);


Menu8=new Array("Contact<br>Us","contactcos.htm","",3,40,100);
	Menu8_1=new Array("Reservations","reservations.htm","",0,35,140);
    Menu8_2=new Array("Contact<br>Information","contactcos.htm#contact","",0,45,140);
	Menu8_3=new Array("Mailing List","contactcos.htm#mailinglist","",0,35,140);
