/***********************************************************************************************************
* Selection Menu                                                                                           *
* Last Update: 2008 March 6                                                                            *
* Updated By: Vicky Lam                                                                                 *
***********************************************************************************************************/

/***********************************************************************************************************
* Menu Variables                                                                                           *
***********************************************************************************************************/
	var NoOffFirstLineMenus=9;		// Number of first level items
	var LowBgColor='FFFFFF';		// Background color when mouse is not over
	var LowSubBgColor='FFFFFF';		// Background color when mouse is not over on subs
	var HighBgColor='CCCCCC';		// Background color when mouse is over
	var HighSubBgColor='CCCCCC';	// Background color when mouse is over on subs
	var FontLowColor='990000';		// Font color when mouse is not over
	var FontSubLowColor='990000';	// Font color subs when mouse is not over
	var FontHighColor='FFFFFF';		// Font color when mouse is over
	var FontSubHighColor='FFFFFF';	// Font color subs when mouse is over
	var BorderColor='FFFFFF';		// Border color
	var BorderSubColor='CCCCCC';	// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;	  		// Border between elements 1 or 0
	var FontFamily="verdana"		// 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.05;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;	// vertical overlap child/ parent
	var StartTop=210;					// Menu offset x coordinate
	var StartLeft=17;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// 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 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/common/menu/tri_right.jpg',5,10,'/common/menu/tri_down.jpg',10,5,'/common/menu/tri_left.jpg',5,10];	// Arrow source, width and height

/***********************************************************************************************************
* Menu Functions                                                                                           *
***********************************************************************************************************/
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"                       *
***********************************************************************************************************/

// Home
Menu1=new Array("Home","/index.htm","",0,20,160);

// Current Info
Menu2=new Array("ECCCLC 2011","/current/index.htm","",10,20,160);
	Menu2_1=new Array("Living Camp Info","/current/index.htm","",0,20,180);	
//	Menu2_2=new Array("Latest News","/current/latest.htm","",0,20,180);	
	Menu2_2=new Array("2011 Committee","/current/committee.htm","",0,20,180);
	Menu2_3=new Array("Speaker Info","/current/speaker.htm","",0,20,180);	
	Menu2_4=new Array("Local Visits","/current/local_visits.htm","",0,20,180);	
	Menu2_5=new Array("Working Team Leaders","/current/leaders.htm","",0,20,180);		
	Menu2_6=new Array("Local Representatives","/current/localreps.htm","",0,20,180);	
	Menu2_7=new Array("Things to Bring","/current/things.htm","",0,20,180);	
	Menu2_8=new Array("Boarding Locations","/current/boarding.htm","",0,20,180);
	Menu2_9=new Array("Campsite Info","/current/campsite.htm","",0,20,180);
	Menu2_10=new Array("Privacy Policy","/current/privacy_policy.htm","",0,20,180);	

//  Fundraising
//Menu3=new Array("Fundraising 2007","/fundraising/index.htm","",0,20,160);

//  Online Registration
//Menu3=new Array("Online Registration","/current/registration.html","",0,20,160);
Menu3=new Array("Online Registration","/current/registration_2011.html","",0,20,160);

// Volunteer SignUo
//Menu9=new Array("Volunteer Sign-Up","/volunteer/index.htm","",0,20,160);
Menu4=new Array("Volunteer Sign-Up","/volunteer/","",0,20,160);

// History
Menu5=new Array("History","/history/index.htm","",5,20,160);
	Menu5_1=new Array("Overview","/history/index.htm","",0,20,75);
	Menu5_2=new Array("Chapter 1","/history/chapter1.htm","",0,20,75);
	Menu5_3=new Array("Chapter 2","/history/chapter2.htm","",0,20,75);
	Menu5_4=new Array("Chapter 3","/history/chapter3.htm","",0,20,75);
	Menu5_5=new Array("Chapter 4","/history/chapter4.htm","",0,20,75);

// Archive
Menu6=new Array("Archive","/archive/index.htm","",3,20,160);
	Menu6_1=new Array("Past Camps","#","",5,20,90);	
		Menu6_1_1=new Array("1977-1979","#","",3,20,85);
			Menu6_1_1_1=new Array("1977","/archive/1977/index.htm","",0,20,40);
			Menu6_1_1_2=new Array("1978","/archive/1978/index.htm","",0,20,40);
			Menu6_1_1_3=new Array("1979","/archive/1979/index.htm","",0,20,40);
		Menu6_1_2=new Array("1980-1989","#","",10,20,85);
			Menu6_1_2_1=new Array("1980","/archive/1980/index.htm","",0,20,40);
			Menu6_1_2_2=new Array("1981","/archive/1981/index.htm","",0,20,40);
			Menu6_1_2_3=new Array("1982","/archive/1982/index.htm","",0,20,40);
			Menu6_1_2_4=new Array("1983","/archive/1983/index.htm","",0,20,40);
			Menu6_1_2_5=new Array("1984","/archive/1984/index.htm","",0,20,40);
			Menu6_1_2_6=new Array("1985","/archive/1985/index.htm","",0,20,40);
			Menu6_1_2_7=new Array("1986","/archive/1986/index.htm","",0,20,40);
			Menu6_1_2_8=new Array("1987","/archive/1987/index.htm","",0,20,40);
			Menu6_1_2_9=new Array("1988","/archive/1988/index.htm","",0,20,40);
			Menu6_1_2_10=new Array("1989","/archive/1989/index.htm","",0,20,40);
		Menu6_1_3=new Array("1990-1999","#","",10,20,85);
			Menu6_1_3_1=new Array("1990","/archive/1990/index.htm","",0,20,40);
			Menu6_1_3_2=new Array("1991","/archive/1991/index.htm","",0,20,40);
			Menu6_1_3_3=new Array("1992","/archive/1992/index.htm","",0,20,40);
			Menu6_1_3_4=new Array("1993","/archive/1993/index.htm","",0,20,40);
			Menu6_1_3_5=new Array("1994","/archive/1994/index.htm","",0,20,40);
			Menu6_1_3_6=new Array("1995","/archive/1995/index.htm","",0,20,40);
			Menu6_1_3_7=new Array("1996","/archive/1996/index.htm","",0,20,40);
			Menu6_1_3_8=new Array("1997","/archive/1997/index.htm","",0,20,40);
			Menu6_1_3_9=new Array("1998","/archive/1998/index.htm","",0,20,40);
			Menu6_1_3_10=new Array("1999","/archive/1999/index.htm","",0,20,40);
		Menu6_1_4=new Array("2000-2009","#","",10,20,85);
			Menu6_1_4_1=new Array("2000","/archive/2000/index.htm","",0,20,40);
			Menu6_1_4_2=new Array("2001","/archive/2001/index.htm","",0,20,40);
			Menu6_1_4_3=new Array("2002","/archive/2002/index.htm","",0,20,40);
			Menu6_1_4_4=new Array("2003","/archive/2003/index.htm","",0,20,40);
			Menu6_1_4_5=new Array("2004","/archive/2004/index.htm","",0,20,40);		
			Menu6_1_4_6=new Array("2005","/archive/2005/index.htm","",0,20,40);		
			Menu6_1_4_7=new Array("2006","/archive/2006/index.htm","",0,20,40);		
			Menu6_1_4_8=new Array("2007","/archive/2007/index.htm","",0,20,40);
			Menu6_1_4_9=new Array("2008","/archive/2008/index.htm","",0,20,40);		
			Menu6_1_4_10=new Array("2009","/archive/2009/index.htm","",0,20,40);
		Menu6_1_5=new Array("2010-2011","#","",2,20,85);
			Menu6_1_5_1=new Array("2010","/archive/2010/index.htm","",0,20,40);
			Menu6_1_5_2=new Array("2011","/archive/2011/index.htm","",0,20,40);
	Menu6_2=new Array("Seed","/archive/seed/index.htm","",0,20,90);
	Menu6_3=new Array("Reunion","/archive/reunion/index.htm","",8,20,90);
		Menu6_3_1=new Array("1991","/archive/reunion/1991.htm","",0,20,40);
		Menu6_3_2=new Array("1992","/archive/reunion/1992.htm","",0,20,40);
		Menu6_3_3=new Array("1993","/archive/reunion/1993.htm","",0,20,40);
		Menu6_3_4=new Array("1994","/archive/reunion/1994.htm","",0,20,40);				
		Menu6_3_5=new Array("1995","/archive/reunion/1995.htm","",0,20,40);
		Menu6_3_6=new Array("1996","/archive/reunion/1996.htm","",0,20,40);
		Menu6_3_7=new Array("1999","/archive/reunion/1999.htm","",0,20,40);
		Menu6_3_8=new Array("2000","/archive/reunion/2000.htm","",0,20,40);
	
// Email Network
Menu7=new Array("E-Mail Network","/email/index.htm","",2,20,160);
	Menu7_1=new Array("Mailing List Guidelines","/email/index.htm","",9,20,160);
		Menu7_1_1=new Array("Chapter 1","/email/chapter1.htm","",0,20,75);
		Menu7_1_2=new Array("Chapter 2","/email/chapter2.htm","",0,20,75);
		Menu7_1_3=new Array("Chapter 3","/email/chapter3.htm","",0,20,75);
		Menu7_1_4=new Array("Chapter 4","/email/chapter4.htm","",0,20,75);
		Menu7_1_5=new Array("Chapter 5","/email/chapter5.htm","",0,20,75);
		Menu7_1_6=new Array("Chapter 6","/email/chapter6.htm","",0,20,75);
		Menu7_1_7=new Array("Chapter 7","/email/chapter7.htm","",0,20,75);
		Menu7_1_8=new Array("Chapter 8","/email/chapter8.htm","",0,20,75);
		Menu7_1_9=new Array("Chapter 9","/email/chapter9.htm","",0,20,75);
	Menu7_2=new Array("Subscription","/email/subscribe.htm","",0,20,150);

// Links		
Menu8=new Array("Links","/links/index.htm","",0,20,160);


// Contacts
Menu9=new Array("Contacts","#","",3,20,160);
	Menu9_1=new Array("2011 Committee","/current/contact_us.htm","",0,20,165);
	Menu9_2=new Array("Mailing List Moderators","mailto:eccclc-owner@yahoogroups.com?subject=ECCCLC Web","",0,20,165);
	Menu9_3=new Array("Webmaster","mailto:bjoe.chan@gmail.com?subject=ECCCLC Web","",0,20,165);


/***********************************************************************************************************
* End of File                                                                                              *
***********************************************************************************************************/
