/***********************************************************************************
*	(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=8;			// Number of first level items
	var LowBgColor='#e9db98';			// Background color when mouse is not over
	var LowSubBgColor='#e9db98';		// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='red';				// Font color when mouse is not over
	var FontSubLowColor='green';		// 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='red';				// Border color
	var BorderSubColor='red';			// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0	
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;						// 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=.2;		// vertical overlap child/ parent
	var StartTop=25;					// Menu offset x coordinate
	var StartLeft=4;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=8;					// Left padding
	var TopPaddng=10;					// 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=300;				// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='LeftNavFrame';	// Frame where first level appears
	var SecLineFrame='BodyFrame';		// Frame where sub levels appear
	var DocTargetFrame='BodyFrame';		// 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 highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'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","/home.htm","",0,30,150);

Menu2=new Array("  JAD Calendar","/eventtxt.htm","",0,30,150);

Menu3=new Array("  District","/jad-what.htm","",8,30,150);
	Menu3_1=new Array("What is JAD?","/jad-what.htm","",0,30,150);	
	Menu3_2=new Array("JAD Calendar","/eventtxt.htm","",0,30,150);	
	Menu3_3=new Array("JAD Divisions","/divisions.htm","",7,30,150);
	    Menu3_3_1=new Array("Baldwin","/baldwin_division.htm","",0,30,150);
	    Menu3_3_2=new Array("Cortland","/cortland_division.htm","",0,30,150);
	    Menu3_3_3=new Array("Jonathan","/jonathan_division.htm","",0,30,150);
	    Menu3_3_4=new Array("Macintosh","/macintosh_division.htm","",0,30,150);
	    Menu3_3_5=new Array("Melrose","/melrose_division.htm","",0,30,150);
	    Menu3_3_6=new Array("Rome","/rome_division.htm","",0,30,150);
	    Menu3_3_7=new Array("Stayman","/stayman_division.htm","",0,30,150);
	Menu3_4=new Array("JAD Directory","/Directory/JADinfo/Information.html","",0,30,150);
	Menu3_5=new Array("JAD Champions","javascript:NewWin=window.open(\"http://www.singjad.com/champs/index.php\",\"NWin\");window[\"NewWin\"].focus()","",0,30,150);		
	Menu3_6=new Array("Cider Press Online","/cider_press_index.htm","",0,30,150);	
	Menu3_7=new Array("Men of Note","/men_of_note/index.htm","",0,30,150);	
	Menu3_8=new Array("Admin Info","/admin.htm","",0,30,150);	
		
Menu4=new Array(" Convention/Contest","/contests.htm","",9,30,150);
	Menu4_1=new Array("Prelims","/contests.htm#prelims","",0,30,175);
	Menu4_2=new Array("District","/contests.htm#district","",0,30,175);
	Menu4_3=new Array("Judging","/jad-cj.htm","",0,30,175);
	Menu4_4=new Array("Register to Compete","/jad-cj.htm#register","",0,30,175);
	Menu4_5=new Array("Convention Host Manual","javascript:NewWin=window.open(\"http://www.singjad.com/docs/2007_JAD_Convention_Manual.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,30,175);
	Menu4_6=new Array("Directions/Maps","/jad-cj.htm#schedule","",0,30,175);
	Menu4_7=new Array("Schedules","/jad-cj.htm#schedule","",0,30,175);
	Menu4_8=new Array("Scores","/jad-cj.htm#scores-archive","",0,30,175);
	Menu4_9=new Array("Rules","/contests.htm#rules","",0,30,175);
	
Menu5=new Array(" Contacts","","",5,30,150);
	Menu5_1=new Array("Chapters","/chapters.htm","",4,30,150);
	    Menu5_1_1=new Array("Ohio","/ohtable.htm","",0,30,150);
	    Menu5_1_2=new Array("Pennsylvania","/patable.htm","",0,30,150);
	    Menu5_1_3=new Array("West Virginia","/wvtable.htm","",0,30,150);
	    Menu5_1_4=new Array("Kentucky","/kytable.htm","",0,30,150);
	Menu5_2=new Array("Quartets","/quartets.htm","",0,30,150);
	Menu5_3=new Array("Divisions","/divisions.htm","",7,30,150);
	    Menu5_3_1=new Array("Baldwin","/baldwin_division.htm","",0,30,150);
	    Menu5_3_2=new Array("Cortland","/cortland_division.htm","",0,30,150);
	    Menu5_3_3=new Array("Jonathan","/jonathan_division.htm","",0,30,150);
	    Menu5_3_4=new Array("Macintosh","/macintosh_division.htm","",0,30,150);
	    Menu5_3_5=new Array("Melrose","/melrose_division.htm","",0,30,150);
	    Menu5_3_6=new Array("Rome","/rome_division.htm","",0,30,150);
	    Menu5_3_7=new Array("Stayman","/stayman_division.htm","",0,30,150);
	Menu5_4=new Array("JAD Board","/Directory/JADinfo/Information.html","",0,30,150);
	Menu5_5=new Array("Webmaster","mailto:webmaster1@singjad.com?subject=Inquiry from SingJAD Main Menu","",0,30,150);
	
Menu6=new Array("  Music Education","educate.htm","",6,30,150);
	Menu6_1=new Array("Apple Corps","/educate.htm#apple-corps","",0,30,200);
	Menu6_2=new Array("Chorus Director Development","/chorus_director_development.htm","",0,30,200);
	Menu6_3=new Array("Leadership Academy","/educate.htm#cots","",0,30,200);
	Menu6_4=new Array("Youth Outreach","/educate.htm#ymih","",0,30,200);
	Menu6_5=new Array("Standing Ovation","/sop.htm","",0,30,200);
	Menu6_6=new Array("Harmony Camp","/educate.htm#harmonycamp","",0,30,200);

Menu7=new Array(" JAD Web Site","","",4,30,150);
	Menu7_1=new Array("Home Page","/home.htm","",0,30,150);
	Menu7_2=new Array("Download Logo","/logo.htm","",0,30,150);
	Menu7_3=new Array("Feedback","/feedback.htm","",0,30,150);
	Menu7_4=new Array("Site Map","/site_map.htm","",0,30,150);
	
Menu8=new Array(" Our Society","","",2,30,150);
	Menu8_1=new Array("Barbershop Harmony Society","/jad-what.htm#spebsqsa","",0,30,200);
	Menu8_2=new Array("Harmony Foundation","/harmonyfoundation.htm","",0,30,200);		
	
	
	