/***********************************************************************************
*	(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=15;			// Number of first level items
	var LowBgColor='#000066';			// Background color when mouse is not over
	var LowSubBgColor='#000066';			// Background color when mouse is not over on subs
	var HighBgColor='#660000';			// Background color when mouse is over
	var HighSubBgColor='#660000';			// 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='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#black';			// Border color
	var BorderSubColor='#black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var BorderBtwnMain=1;			// Borderwidth between elements
	var BorderBtwnSub=1;			// Borderwidth between elements sub items
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=11;				// 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=.05;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=205;				// Menu offset x coordinate
	var StartLeft=16;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=6;				// Left padding
	var TopPaddng=2;				// 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=1000;			// delay before menu folds in
		var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	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='MenuPos';				// 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 BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	
	var BaseHref="http://www.lafayettechoir.org/";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height


	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
	// In all other cases it must be 1
	var OverFormElements=1;			// Set this to 0 when the menu does not need to cover form elements.
	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";


	var MenuShadow="";


	var MenuOpacity="";


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("Academics","http://www.lafayettechoir.org","",11,21,150);
	Menu1_1=new Array("Current Class Info","classes.html","",0,20,190);
	Menu1_2=new Array("AP Music Theory","http://www.lafayettechoir.org/aptheory","",0);
	Menu1_3=new Array("Student Resources","listeninglab.html","",4);
		Menu1_3_1=new Array("Sight-Singing Lab","sightsing.html","",0,20,150);
		Menu1_3_2=new Array("Listening Lab","listeninglab.html","",0);
		Menu1_3_3=new Array("Theory Lab","theorylab.html","",0);
		Menu1_3_4=new Array("New Grove Dict.","newgrove.html","",0);
	Menu1_4=new Array("Choir Handbook","handbook.html","",0);
	Menu1_5=new Array("Classroom Guidelines (.pdf)","guidelines.pdf","",0);
	Menu1_6=new Array("Choirs","ensembles.html","",0);  
	Menu1_7=new Array("Curriculum","curriculum.html","",0,20,150);
	Menu1_8=new Array("Accolades","accolades.html","",0);
	Menu1_9=new Array("Auditions","auditions.html","",0);    
	Menu1_10=new Array("Grades (STI Home)","https://iiod.ssts.com/login.asp?stname=Kentucky&disname=FAYETTE+COUNTY+SCHOOLS&code=165&selschool=060&submit1=Submit","",0);         
	Menu1_11=new Array("Philosophy (.pdf)","marshteachingphil.pdf","",0);   

Menu2=new Array("M2 Lessons","m2.html","",0);
	Menu2_1=new Array("Calendar","calendar.html","",0,20,180);
	Menu2_2=new Array("Schedule","schedule.html","",0);   

Menu3=new Array("Fees & Fundraising","feesandfundraisers.html","",5);
	Menu3_1=new Array("Main Page","feesandfundraisers.html","",0,20,190);
	Menu3_2=new Array("Fees","fees.html","",0);
	Menu3_3=new Array("Fundraising","feesandfundraisers.html#fundraisers","",5);
		Menu3_3_1=new Array("Cookie Dough","cookiedough.html","",0,20,150);
		Menu3_3_2=new Array("Raffle","raffle.html","",0);
		Menu3_3_3=new Array("Candy Sales","cookiedough.html","",0);
		Menu3_3_4=new Array("Sponsorships","sponsorship.html","",0);
		Menu3_3_5=new Array("Gala/Silent Auction","gala.html","",0);
		Menu3_3_6=new Array("Gala/Silent Auction","gala.html","",0);
	Menu3_4=new Array("Opt-Out","optout.html","",0);
	Menu3_5=new Array("Credits/Accounts","credits.html","",0);
	Menu3_6=new Array("Credits/Accounts","credits.html","",0);
	
Menu4=new Array("Chorus Boosters","boosters.html","",9);
	Menu4_1=new Array("Board Web Page","boosters.html","",0,20,190);
	Menu4_2=new Array("Board Members","boosters.html","",0);
	Menu4_3=new Array("Join","joinboosters.html","",0);
	Menu4_4=new Array("Board Minutes","boosterminutes.html","",0);
	Menu4_5=new Array("Policies","boosterpolicies.html","",0);
	Menu4_6=new Array("Credits/Accounts","credits.html","",0,20,150);
	Menu4_7=new Array("Fundraising","feesandfundraisers.html","",0);
	Menu4_8=new Array("Bingo","bingo.html","",0);
	Menu4_9=new Array("Board Member Login","http://homepage.mac.com/lafayettechoir/chorusboosters","",0);

Menu5=new Array("Parental Support","parents.html","",8);
	Menu5_1=new Array("Introduction","parents.html","",0,20,190);
	Menu5_2=new Array("Submit Your Contact Info","https://www.charmsmusic.com/charms/parents.asp","",0);
	Menu5_3=new Array("Volunteer","volunteer.html","",0);
	Menu5_4=new Array("Join Chorus Boosters","joinboosters.html","",0);
	Menu5_5=new Array("Become a Board Member","joinboosters.html","",0,20,150);
	Menu5_6=new Array("Chaperone","chaperone.html","",0);
	Menu5_7=new Array("Donate","donate.html","",0);
	Menu5_8=new Array("Corporate Sponsorship","corporatesponsors.html","",0);
	Menu5_9=new Array("Other Info","boosters.html","",0);
	
Menu6=new Array("Calendar / Events","calendar.html","",2);
	Menu6_1=new Array("Calendar","calendar.html","",0,20,180);
	Menu6_2=new Array("Schedule","schedule.html","",0);

Menu7=new Array("News","newsletter.html","",2);
	Menu7_1=new Array("Current Newsletter","newsletter.html","",0,20,180);
	Menu7_2=new Array("Previous Newsletter","newsletter.html","",0);
	Menu7_3=new Array("Email Archive","emailarchive.html","",0);

Menu8=new Array("Forms","forms.html","",11);
	Menu8_1=new Array("Forms Main","forms.html","",0,20,200);
	Menu8_2=new Array("Field Trip Forms","forms.html","",0,20,200);
	Menu8_3=new Array("Parent Driver Form","forms.html","",0);
	Menu8_4=new Array("Other Info","forms.html","",0);
	Menu8_5=new Array("Department Volunteer Form","http://www.lafayette.fcps.net/chorus/volunteerdatabase.html","",0);
	Menu8_6=new Array("Demographic Form","forms.html","",0);
	Menu8_7=new Array("Handbook Signature Form","forms.html","",0);
	Menu8_8=new Array("All-State Forms","allstate.html","",0);
	Menu8_9=new Array("Corporate Sponshorship","boosters.html","",0);
	Menu8_10=new Array("Choir Medical Form","medical.html","",0);
	Menu8_11=new Array("FCPS Volunteer Permission","http://www.fcps.net/forms/hr/volunteer.pdf?rev=040714","",0);
	
Menu9=new Array("Annual Events","forms.html","",11);
	Menu9_1=new Array("Fall Concert","fallconcert.html","",0,20,200);
	Menu9_2=new Array("Chorus Gala","gala.html","",0,20,200);
	Menu9_3=new Array("Winter Concerts","winterconcerts.html","",0);
	Menu9_4=new Array("Choral Invitational","invitational.html","",0);
	Menu9_5=new Array("KMEA Assessment","contest.html","",0);
	Menu9_6=new Array("Women's Choir Festival","womensfestival.html","",0);
	Menu9_7=new Array("Chorus Banquet","banquet.html","",0);
	Menu9_8=new Array("Ice Cream Concert","icecreamconcert.html","",0);
	Menu9_9=new Array("Spring Concerts","springconcerts.html","",0);
	Menu9_10=new Array("Baccalaureate","baccalaureate.html","",0);
	Menu9_11=new Array("Commencement","commencement.html","",0);
	
Menu10=new Array("Student Activities","activityinfo.html","",20);
	Menu10_1=new Array("Activity Main Page","activityinfo.html","",0,20,220);
	Menu10_2=new Array("All-State Choir (10-12)","allstate.html","",0);
	Menu10_3=new Array("9th Grade All-State (KYACDA)","freshmenallstate.html","",0);
	Menu10_4=new Array("ACDA Honor Choirs","acdahonorchoir.html","",0);	
	Menu10_5=new Array("Choir Officers","officers.html","",0);
	Menu10_6=new Array("Harambee Choir","harambee.html","",0);
	Menu10_7=new Array("UK Bluegrass Festival","ukfest.html","",0);
	Menu10_8=new Array("UK Male Chorus Day","ukmalechorusday.html","",0);
	Menu10_9=new Array("National Anthem","nationalanthem.html","",0);
	Menu10_10=new Array("Master Classes","masterclasses.html","",0);
	Menu10_11=new Array("Solo and Ensemble","soloandensemble.html","",0);
	Menu10_12=new Array("UofL Honor Choir","uoflhonorchoir.html","",0);
	Menu10_13=new Array("Choir Contest","contest.html","",0);
	Menu10_14=new Array("Vocal Camp","vocalcamp.html","",0);
	Menu10_15=new Array("SCAPA Voice","scapavoice.html","",0);
	Menu10_16=new Array("","  ","",0);
	Menu10_17=new Array("Private Voice Teachers","privatevoice.html","",0);
	Menu10_18=new Array("Governor's School for the Arts","http://www.kentuckygsa.com","",0);
	Menu10_19=new Array("KY Ambassadors of Music","ambassadors.html",0);
	Menu10_20=new Array("Foster Music Camp","http://www.fostermusic.eku.edu","",0);
	
Menu11=new Array("Travel","travel.html","",9);
	Menu11_1=new Array("Travel Intro","travel.html","",0,20,190);
	Menu11_2=new Array("Tour Info","tourinfo.html","",0);
	Menu11_3=new Array("Chaperoning","chaperone.html","",0);
	Menu11_4=new Array("Permission Forms","forms.html","",0);
	Menu11_5=new Array("All-State","allstate.html","",0,20,150);
	Menu11_6=new Array("9th Gr. All-State","freshmenallstate.html","",0);
	Menu11_7=new Array("UofL Honor Choir","uoflhonorchoir.html","",0);
	Menu11_8=new Array("Galleries","photogallery.html","",0);
	Menu11_9=new Array("Washington DC Tour","washingtondc.html","",0);
	
Menu12=new Array("Future Members","newmembers.html","",5);
	Menu12_1=new Array("New Member Page","newmembers.html","",0,20,190);
	Menu12_2=new Array("Chorus Invitational","invitational.html","",0);
	Menu12_3=new Array("Audition Info","auditions.html","",0);
	Menu12_4=new Array("Stay Informed","newmembers.html","",0);
	Menu12_5=new Array("Vocal Camp","vocalcamp.html","",0);

Menu13=new Array("Links","links.html","",0);
	Menu13_1=new Array("Audition Info","http://www.dynamicdrive.com","",0,20,190);
	Menu13_2=new Array("Stay Informed","http://www.javascriptkit.com","",0);
	Menu13_3=new Array("Vocal Camp","http://www.freewarejava.com","",0);

Menu14=new Array("Stay Connected","studentregistration.html","",2);
	Menu14_1=new Array("Submit/Update Contact Info","studentregistration.html","",0,20,180);
	Menu14_2=new Array("Database Coordinator","mailto:charms@lafayettechoir.org","",0);
	Menu14_3=new Array("Friends Listserv","listserv.html","",0);
	
Menu15=new Array("Contact","contact.html","",4);
	Menu15_1=new Array("Mr. Marsh","contactformmarsh.html","",0,20,190);
	Menu15_2=new Array("Mrs. Gabbard","contactformgabbard.html","",0);
	Menu15_3=new Array("Office Assistant","contactformlamb.html","",0);
	Menu15_4=new Array("By Phone","contact.html","",0);

