/***********************************************************************************
*	Linahan. 
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='white';				// Background color when mouse is not over
	var LowSubBgColor='F7EDE4';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='F7EDE4';			// Background color when mouse is over on subs
	var FontLowColor='gray';			// 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='gray';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,"		// 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='center';			// 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=14;				// 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=7;				// Left padding
	var TopPaddng=6;				// 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=800;				// 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=0;					// 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}


//	for rollover images set ("", to:  "rollover:image1.jpg:image2.jpg"


Menu1=new Array("rollover:images/Navigation/Top-Nav_02.jpg:images/Navigation/Top-Nav_02.jpg","","",4,19,86);
	Menu1_1=new Array("Tickets","tickets.html","",0,19,120);
	Menu1_2=new Array("Seating Chart","seatingchart.html","",0);
	Menu1_3=new Array("Season Schedule","SeasonSchedule.html","",0);
	Menu1_4=new Array("Calendar","OSNYCalendar.html","",0);

Menu2=new Array("rollover:images/Navigation/Top-Nav_03.jpg:images/Navigation/Top-Nav_03.jpg","","",2,19,67);
	Menu2_1=new Array("  Features Archive","FeaturesArchive.html","",0,19,200);
	Menu2_2=new Array("  Lyndon Woodside Memorial","InMemoriam-LyndonWoodside.html","",0);

Menu3=new Array("rollover:images/Navigation/Top-Nav_04.jpg:images/Navigation/Top-Nav_04.jpg","","",3,19,124);
	Menu3_1=new Array("Information","solo.html","",0,19,120);
	Menu3_2=new Array("Finals Concert","SoloFinals.html","",0);
	Menu3_3=new Array("Recent Winners","SoloWinners.html","",0);

Menu4=new Array("rollover:images/Navigation/Top-Nav_05.jpg:images/Navigation/Top-Nav_05.jpg","","",8,19,118);
	Menu4_1=new Array("Music Director","director.html","",0,19,150);
	Menu4_2=new Array("Associate Conductor","associate-conductor.html","",0);
	Menu4_3=new Array("Accompanist","Accompanist.html","",0);
	Menu4_4=new Array("History","history.html","",0);
	Menu4_5=new Array("Chorus Members","ChorusList.html","",0);
	Menu4_6=new Array("Board of Directors","Board.html","",0);
	Menu4_7=new Array("Contributors","Contributors.html","",0);
	Menu4_8=new Array("Freiman Stoltzfus","FreimanStoltzfus.html","",0);

Menu5=new Array("rollover:images/Navigation/Top-Nav_06.jpg:images/Navigation/Top-Nav_06.jpg","","",2,19,75);
	Menu5_1=new Array("School Program","outreach.html","",0,19,77);
	Menu5_2=new Array("In the Media","media.html","",0,19,75);

Menu6=new Array("rollover:images/Navigation/Top-Nav_07.jpg:images/Navigation/Top-Nav_07.jpg","","",2,19,164);
	Menu6_1=new Array("Auditions","memAuditions.html","",0,19,100);
	Menu6_2=new Array("Chorus News","ChorusNews.html","",0);
