/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#880000';			// Background color when mouse is not over
	var LowSubBgColor='#DDDDDD';		// Background color when mouse is not over on subs
	var HighBgColor='#750000';			// Background color when mouse is over
	var HighSubBgColor='#AAAAAA';		// Background color when mouse is over on subs
	var FontLowColor='#DDDDDD';			// Font color when mouse is not over
	var FontSubLowColor='#333333';		// Font color subs when mouse is not over
	var FontHighColor='#D0D0D0';		// Font color when mouse is over
	var FontSubHighColor='#000000';		// Font color subs when mouse is over
	var BorderColor='#880000';			// Border color
	var BorderSubColor='#AAAAAA';		// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// 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='center';			// 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' or 'bottom'
	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=0;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=200;			// 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='MenuPos';				// DIV id for relative positioning (refer to config.htm for info)
	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}

//parameters for the menu below
//added by rob buels '04 rmb32@cornell.edu
var mainheight=18;
var mainwidth=143;
var subheight=24;
var subwidth=mainwidth;

// 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("About","","",6,mainheight,mainwidth);
	
//Menu1_1=new Array("News","http://www.gleeclub.com/about/news.php","",0,subheight,subwidth);
	
Menu1_1=new Array("Auditions","http://www.gleeclub.com/about/auditions.php","",0,subheight,subwidth);
	
//Menu1_3=new Array("Members","http://www.gleeclub.com/about/members.php","",0);
	
Menu1_2=new Array("About the Director","http://www.gleeclub.com/about/director.php","",0);
	
Menu1_3=new Array("Glee Club Officers","http://www.gleeclub.com/about/officers.php","",0);
	
Menu1_4=new Array("The Hangovers","http://www.gleeclub.com/about/hangovers.php","",0);
	
Menu1_5=new Array("History","http://www.gleeclub.com/about/history.php","",0);
	
Menu1_6=new Array("Past Directors", "http://www.gleeclub.com/about/pastdirectors.php","",0);

Menu2=new Array("Concerts & Events","","",3,mainheight,mainwidth);
	Menu2_1=new Array("Concert Schedule","http://www.gleeclub.com/events/schedule.php","",0,subheight,subwidth);	
	Menu2_2=new Array("Repertoire","http://www.gleeclub.com/events/repertoire.php","",0,subheight,subwidth);
	//Menu2_2=new Array("Reunions Weekend 2010","http://www.gleeclub.com/events/reunions2010.php","",0);
	//Menu2_3=new Array("Major Works","http://www.gleeclub.com/events/majorworks.php","",0);
	//Menu2_3=new Array("Fall Concert Raffle","http://www.gleeclub.com/events/fallconcert2007raffle.php","",0);
	// Menu2_4=new Array("NYYMS","http://www.gleeclub.com/nyyms.php","",0);
	Menu2_3=new Array("Past Tours","http://www.gleeclub.com/events/tours.php","",0);

Menu3=new Array("Contact","","",1,mainheight,mainwidth);
	Menu3_1=new Array("By Telephone & Mail","http://www.gleeclub.com/contact/info.php","",0,subheight,subwidth);
	//Menu3_2=new Array("Online Email Form","http://www.gleeclub.com/contact/email.php","",0);

Menu4=new Array("Experience","","",3,mainheight,mainwidth);
	Menu4_1=new Array("Cornell Songs","http://www.gleeclub.com/experience/cornellsongs.php","",0,subheight,subwidth);
	Menu4_2=new Array("Online Store","http://www.gleeclub.com/experience/store.php","",0,subheight,subwidth);
	//Menu4_3=new Array("Photo Gallery","http://www.gleeclub.com/gallery/","",0);
	Menu4_3=new Array("Recordings","http://www.gleeclub.com/experience/sounds.php","",0);

Menu5=new Array("Alumni & Friends","","",5,mainheight,mainwidth);
	Menu5_1=new Array("Alumni Home","http://www.gleeclub.com/alumni/index.php","",0,subheight,subwidth);
	Menu5_2=new Array("Directory","http://www.gleeclub.com/alumni/directory.php","",0,subheight,subwidth);
	Menu5_3=new Array("Support the CUGC","http://www.gleeclub.com/alumni/gleeclubgift.php","",0);
	Menu5_4=new Array("Advisory Council","http://www.gleeclub.com/alumni/advisorycouncil.php","",0);
	Menu5_5=new Array("Newsletters","http://www.gleeclub.com/alumni/newsletters.php","",0);

