/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/
	var NoOffFirstLineMenus=10;			// Number of first level items

	// menu scheme 1 (green)
	var LowBgColor='#CF3D04';			// Background color when mouse is not over
	var LowSubBgColor='#CF3D04';			// Background color when mouse is not over on subs
	var HighBgColor='#ECA81E';			// Background color when mouse is over
	var HighSubBgColor='#ECA81E';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#ffffff';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,times new roman,arial,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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// 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=5;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='';			// Frame where first level appears
	var SecLineFrame='';			// Frame where sub levels appear
	var DocTargetFrame='';			// Frame where target documents appear
	var TargetLoc='MenuPos2';				// 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=['js_menus/tri.gif',5,10,'js_menus/tridown.gif',10,5,'js_menus/trileft.gif',5,10];	// Arrow source, width and height

	
	// menu scheme 2 (green) affects sub menus only
	var LowBgColor2='#000000';			// Background color when mouse is not over
	var HighBgColor2='#000000';			// Background color when mouse is not over
	var LowSubBgColor2='#000000';			// Background color when mouse is not over on subs
	var HighSubBgColor2='#6B0045';			// Background color when mouse is over on subs
	var FontSubLowColor2='#FFFFFF';			// Font color subs when mouse is not over
	var FontSubHighColor2='#666666';		// Font color subs when mouse is over
	var BorderSubColor2='#666666';			// Border color for subs

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, menu scheme);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","index.php","",0,27,160,"");

Menu2=new Array("About Strings","about.php","",8,27,150,"");
	Menu2_1=new Array("General Information","general_information.php","",0,27,175,"");
	Menu2_2=new Array("Mission Statement","mission_statement.php","",0,27,175,"");
	Menu2_3=new Array("Staff/Board of Directors","staff.php","",0,27,175,"");
	Menu2_4=new Array("Music Directors","classical_music_directors.php","",0,27,175,"");
	Menu2_5=new Array("Steamboat Springs","steamboat_springs.php","",0,27,175,"");
	Menu2_6=new Array("Directions","driving_directions.php","",0,27,175,"");
	Menu2_7=new Array("Parking","parking.php","",0,27,175,"");
	Menu2_8=new Array("Travel","lodging_information.php","",0,27,175,"");

Menu3=new Array("Calendar/Tickets","events.php","",6,27,150,"");
	Menu3_1=new Array("Buy Tickets","order_tickets.php","",3,27,175,"");
		Menu3_1_1=new Array("Special Offers","special_offers.php","",0,27,150,"");
		Menu3_1_2=new Array("Box Office Hours","box_office_hours.php","",0,27,150,"");
		Menu3_1_3=new Array("FAQ's","faqs.php","",0,27,150,"");
	Menu3_2=new Array("Classical Music","chamber_music_series.php","",0,27,175,"");
	Menu3_3=new Array("Different Tempo","different_tempo_series.php","",0,27,175,"");
	Menu3_4=new Array("Youth and Family","youth_and_family_concert_series.php","",0,27,175,"");
	Menu3_5=new Array("Community Outreach","education_outreach.php","",1,27,175,"");
		Menu3_5_1=new Array("Music on the Green","botanic_park.php","",0,27,175,"");
	Menu3_6=new Array("Special Events","special_events.php","",0,27,175,"");
	
Menu4=new Array("Strings Music Pavilion","","",4,27,150,"");
	Menu4_1=new Array("Pavilion Photos","pavilion_gallery.php","",0,27,175,"");
	Menu4_2=new Array("Venue Information","venue_information.php","",0,27,175,"");
	Menu4_3=new Array("Technical Information","betse_technical_information.php","",0,27,175,"");
	Menu4_4=new Array("Strings Cafe","cafe.php","",0,27,175,"");

//Menu4=new Array("Strings Music Pavilion","our_venue.php","",4,27,150,"");
//	Menu4_1=new Array("Construction Photos","pavilion_gallery.php","",0,27,175,"");
//	Menu4_2=new Array("History","history_of_the_park.php","",0,27,175,"");
//	Menu4_3=new Array("Technical Information","betse_technical_information.php","",0,27,175,"");
//	Menu4_4=new Array("Strings Festival Park","","",2,27,175,"");
//		Menu4_4_1=new Array("Strings Cafe","cafe.php","",0,27,150,"");
//		Menu4_4_2=new Array("Rentals","rentals.php","",0,27,150,"");

Menu5=new Array("Artists","musicians.php","",4,27,150,"");
	Menu5_1=new Array("Chamber Musicians","chamber_musicians.php","",0,27,175,"");
	Menu5_2=new Array("Chamber Ensembles","ensembles.php","",0,27,175,"");
	Menu5_3=new Array("Chamber Orchestra","chamber_orchestra.php","",0,27,175,"");
	Menu5_4=new Array("Different Tempo","different_tempo_series.php","",0,27,175,"");

Menu6=new Array("Get Involved","","",4,27,150,"");
	Menu6_1=new Array("Donate to Strings","donations.php","",0,27,175,"");
	Menu6_2=new Array("Sponsors","sponsors.php","",0,27,175,"");
	Menu6_3=new Array("Volunteers","volunteer.php","",0,27,175,"");
	Menu6_4=new Array("Advertise with Strings","advertise.php","",0,27,175,"");

Menu7=new Array("Education","education_outreach.php","",4,27,150,"");
	Menu7_1=new Array("Youth and Family Series","youth_and_family_concert_series.php","",0,27,175,"");
	Menu7_2=new Array("Youth Touring Program","youth_touring_program.php","",0,27,175,"");
	Menu7_3=new Array("Moguls to Mozart","moguls_to_mozart.php","",0,27,175,"");
	Menu7_4=new Array("Kids Supporting Kids","kids_supporting_kids.php","",0,27,175,"");

Menu8=new Array("Media","","",4,27,150,"");
	Menu8_1=new Array("Press Releases","press_releases.php","",0,27,175,"");
	Menu8_2=new Array("Downloads","downloads.php","",0,27,175,"");
	Menu8_3=new Array("Photo Gallery","photo_gallery.php","",0,27,175,"");
	Menu8_4=new Array("In the News","in_the_news.php","",0,27,175,"");

Menu9=new Array("Strings eStore","","",2,27,150,"");
	Menu9_1=new Array("Strings Cookbook","cookbook.php","",0,27,175,"");
	Menu9_2=new Array("Souvenirs","poster.php","",0,27,175,"");

Menu10=new Array("Contact Us","contact.php","",0,27,150,"");
