var NoOffFirstLineMenus=14;		// Number of first level items
	var LowBgColor='CCCCCC';			// Background color when mouse is not over
	var LowSubBgColor='CCCCCC';		// 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='black';		// Font color when mouse is not over
	var FontSubLowColor='black';		// 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='#808080';		// Border color
	var BorderSubColor='black';		// Border color for subs
	var BorderWidth=1;			// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="tahoma,arial,comic sans ms,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=.3;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=-.5;		// vertical overlap child/ parent
	var StartTop=150;			// Menu offset x coordinate
	var StartLeft=12;			// Menu offset y coordinate
	var VerCorrect=1;			// Multiple frames y correction
	var HorCorrect=1;			// Multiple frames x correction
	var LeftPaddng=3;			// Left padding
	var TopPaddng=5;			// 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 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=['tri.gif',10,10,'tridown.gif',10,10,'trileft.gif',10,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://www.wandobands.org","",0,20,200);


Menu2=new Array("Band","","",3);
	Menu2_1=new Array("Directors & Staff","","",3,20,200);
		Menu2_1_1=new Array("Staff Bios","http://wandobands.org/directors.html","",0,20,200);
		Menu2_1_2=new Array("Director's Message","http://wandobands.org/greeting.html","",0);
		Menu2_1_3=new Array("Send the Directors an e-mail","mailto:director@wandobands.org","",0);
	Menu2_2=new Array("Bands","","",6);
		Menu2_2_1=new Array("Symphonic Band","http://wandobands.org/symphonic.html","",0,20,200);
		Menu2_2_2=new Array("Concert Band","http://wandobands.org/concert.html","",0);	
        Menu2_2_3=new Array("Jazz Band","http://wandobands.org/jazz.html","",0);
		Menu2_2_4=new Array("Marching Band","http://wandobands.org/marching.html","",0);
		Menu2_2_5=new Array("Percussion","http://wandobands.org/percussion.html","",0);
        Menu2_2_6=new Array("Chamber Ensemble","http://wandobands.org/chamber.html","",0);
	Menu2_3=new Array("Color Guard and Winter Guard","http://wandobands.org/guard.html","",0);

Menu3=new Array("Calendar","http://wandobands.org/calendar.html","",0);

//Menu4=new Array("Homework Assignments","http://wandobands.org/homework.html","",0);

Menu4=new Array("","","",0);

Menu5=new Array("Student Information","","",5);
	Menu5_1=new Array("Calendar","http://www.wandobands.org/calendar.html","",0,20,200);
	Menu5_2=new Array("Wando High School-CCSD (eChalk)","http://wando.ccsdschools.com/home.asp","",0);
	Menu5_3=new Array("Homework Assignments","http://wandobands.org/homework.html","",0);
	Menu5_4=new Array("Member Section","http://wandobands.org/members.html","",0);
	Menu5_5=new Array("Email your recording","mailto:wandobandstudents@gmail.com","",0);

Menu6=new Array("Parent Information","","",10);
	Menu6_1=new Array("Parent Announcements","http://www.wandobands.org/parents.html","",0,20,200);
	Menu6_2=new Array("Calendar","http://www.wandobands.org/calendar.html","",0,20,200);
	Menu6_3=new Array("Member Section","http://wandobands.org/members.html","",0);
//	Menu6_4=new Array("Band Handbook","","",7,20,200);
//		Menu6_4_1=new Array("Cover","http://wandobands.org/HBcover.pdf","",0,20,200);
//		Menu6_4_2=new Array("Policies","http://wandobands.org/HBpolicies.pdf","",0);
//		Menu6_4_3=new Array("Expectations","http://wandobands.org/HBexpectations.pdf","",0);
//		Menu6_4_4=new Array("Letters","http://wandobands.org/HBletters.pdf","",0);
//		Menu6_4_5=new Array("Sponsors","http://wandobands.org/HBsponsors.pdf","",0);
//		Menu6_4_6=new Array("Forms","http://wandobands.org/forms.html","",0);
//		Menu6_4_7=new Array("Roster","http://wandobands.org/members.html","",0);
//	Menu6_4=new Array("Homework Assignments","http://wandobands.org/homework.html","",0);
	Menu6_4=new Array("Forms","http://wandobands.org/forms.html","",0);
//	Menu6_6=new Array("Newsletters","http://wandobands.org/newsletters.html","",0);
	Menu6_5=new Array("Fund Raising Opportunities","http://wandobands.org/fundraising.html","",0);
//	Menu6_8=new Array("Competition Info","http://wandobands.org/competitions.html","",0);
//	Menu6_7=new Array("Directions","http://wandobands.org/directions.html","",0);
	Menu6_6=new Array("Marching Band Etiquette","http://wandobands.org/etiquette.html","",0);
	Menu6_7=new Array("Why Music?","http://wandobands.org/whymusic.html","",0);
	Menu6_8=new Array("The Band Beatitudes","http://wandobands.org/beatitudes.html","",0);
	Menu6_9=new Array("Music Advocacy's Top 10 for Parents","http://wandobands.org/topten_P.html","",0);
	Menu6_10=new Array("Email the directors","mailto:director@wandobands.org","",0);

Menu7=new Array("Future Members","http://wandobands.org/futuremembers.html","",0);

Menu8=new Array("","","",0);

Menu9=new Array("Wando Band Boosters","","",4);
	Menu9_1=new Array("Booster Bylaws","http://wandobands.org/WandoBandBylaws2008.pdf","",0,20,200);
	Menu9_2=new Array("Booster Board / Committee Chairs","http://wandobands.org/boosters.html","",0);
	Menu9_3=new Array("Fund Raising Opportunities","http://wandobands.org/fundraising.html","",0);
	Menu9_4=new Array("Stadium Sign Information","http://wandobands.org/stadium.html","",0);

Menu10=new Array("Sponsor Program","http://wandobands.org/sponsors.html","",0);

Menu11=new Array("Photographs & Memories","","",11);
	Menu11_1=new Array("Aerial Photos of WHS","http://wandobands.org/wandoarial.html","",0,20,200);
	Menu11_2=new Array("2009 - Beyond","http://wandobandphotos.dotphoto.com","",0);	
	Menu11_3=new Array("2008 - Incarnata","http://wandobandphotos.dotphoto.com","",0);
	Menu11_4=new Array("2007 - Promethean Dream","http://wandobandphotos.dotphoto.com","",0);
	Menu11_5=new Array("2006 - Watermark","http://wandobands.org/pictures0607.html","",0);
	Menu11_6=new Array("2005 - Equilibrium","http://wandobands.org/pictures0506.html","",0);
	Menu11_7=new Array("2004 - Words of War","http://wandobands.org/pictures0405.html","",0);
	Menu11_8=new Array("2003 - Modern Masterpieces","http://wandobands.org/pictures0304.html","",0);
	Menu11_9=new Array("2002 - Metamorphasis of Life","http://wandobands.org/pictures0203.html","",0);
	Menu11_10=new Array("2001 - Streets of New York","http://wandobands.org/pictures0102.html","",0);
	Menu11_11=new Array("Concerts","http://wandobands.org/concertMusic.html","",0);

Menu12=new Array("Lowcountry Invitational","","",6);
	Menu12_1=new Array("General Information","http://wandobands.org/LCIinfo.html","",0,20,200);	
	Menu12_2=new Array("LCI Forms","","",3,20,200);
	    Menu12_2_1=new Array("Band Registration","http://wandobands.org/LCIRegistration.pdf","",0,20,300);
		Menu12_2_2=new Array("Program Ad Form for Businesses","http://wandobands.org/LCI_Ad.pdf","",0);
		Menu12_2_3=new Array("Program Classified Ad for Parents, Students, Friends","http://www.wandobands.org/forms/Classified.pdf","",0);
	Menu12_3=new Array("Directions and Maps","","",6,20,200);
	    Menu12_3_1=new Array("Directions","http://wandobands.org/LCIDirections.pdf","",0,20,300);
		Menu12_3_2=new Array("Band Bus Parking Map","http://wandobands.org/LCI-Map-BandParking.jpg","",0);
		Menu12_3_3=new Array("Spectator Parking Map 1","http://wandobands.org/LCI-Map-Spectator1.jpg","",0);
		Menu12_3_4=new Array("Spectator Parking Map 2","http://wandobands.org/LCI-Map-Spectator2.jpg","",0);
		Menu12_3_5=new Array("Volunteer Parking Map","http://www.wandobands.org/LCI-Map-Volunteer.jpg","",0);
		Menu12_3_6=new Array("Band Field Map","http://www.wandobands.org/LCI-Map-BandActivity.jpg","",0);
	Menu12_4=new Array("Participating Schools","http://wandobands.org/ParticipatingBands.html","",0);
	Menu12_5=new Array("Contact Information","http://wandobands.org/LCIContact.html","",0);
	Menu12_6=new Array("Previous Invitationals, including RESULTS","","",4,20,330);
	    Menu12_6_1=new Array("2007","","",3,20,80);
	    Menu12_6_1_1=new Array("2007 Results","http://www.wandobands.org/LCI2006.pdf","",0,20,200);
	    Menu12_6_1_2=new Array("Photographs of Participating Bands","http://www.wandobands.org/07pictures/LCI_Other/otherschools.html","",0);
    	Menu12_6_1_3=new Array("Photographs from the Day","http://www.wandobands.org/07pictures/LCI/LCI.html","",0);
	    Menu12_6_2=new Array("2006","","",3,20,80);
	    Menu12_6_2_1=new Array("2006 Results","http://www.wandobands.org/LCI2006.pdf","",0,20,200);
	    Menu12_6_2_2=new Array("Photographs of Participating Bands","http://www.wandobands.org/06pictures/LCI_Other/otherschools.html","",0);
    	Menu12_6_2_3=new Array("Photographs from the Day","http://www.wandobands.org/06pictures/LCI/LCI.html","",0);
		Menu12_6_3=new Array("2005","","",2,20,80);
		Menu12_6_3_1=new Array("2005 Results","http://www.bandlink.org/events/Marching/mc2005/cr-LowcountryInvitational05.htm","",0,20,200);
		Menu12_6_3_2=new Array("Photographs","http://www.wandobands.org/05pictures/wando101/wando101.html","",0);
		Menu12_6_4=new Array("2004","","",2,20,80);
		Menu12_6_4_1=new Array("2004 Results","http://www.bandlink.org/events/Marching/mc2004/cr-Wando04.htm","",0,20,225);
		Menu12_6_4_2=new Array("Photographs","http://www.wandobands.org/Wando102/wando102.htm","",0);

Menu13=new Array("Useful Links","","",7);
	Menu13_1=new Array("South Carolina Band Link","http://www.bandlink.org","",0,20,200);
	Menu13_2=new Array("Wando High School","http://www.wandohigh.com","",0);	
	Menu13_3=new Array("Charleston County School District","http://www.ccsdschools.com","",0);
	Menu13_4=new Array("Cario Middle School Band","http://www.cariobands.org/","",0);
	Menu13_5=new Array("Laing Middle School Band","http://www.laingbands.org","",0);
	Menu13_6=new Array("Moultrie Middle School Band","http://www.moultriebands.org","",0);
	Menu13_7=new Array("A Page of Great Links","http://wandobands.org/links.html","",0);

Menu14=new Array("Contact Information","http://www.wandobands.org/contact.html","",0);

