/***********************************************************************************
*	(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	          *	
*   Edit these values to control layout and properties of menu (says Bruce)     *
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#708B60';			// Background color when mouse is not over
	var LowSubBgColor='#FFFFFF';			// Background color when mouse is not over on subs
	var HighBgColor='#728960';			// Background color when mouse is over
	var HighSubBgColor='#728960';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// 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 -- was CCCCCC
	var BorderSubColor='#000000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,sans serif"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var SubFontSize=5;			// Sub menu font size
	var FontBold=0;				// 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','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=143;				// Menu offset x coordinate (150)  143
	var StartLeft=0;				// Menu offset y coordinate (6)
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=4;				// 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=100;			// 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=1;				// 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=0;				// Keep selected path highlighted (0)
	var Arrws=['cleardot.gif',5,10,'cleardot.gif',10,5,'cleardot.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"


//  BRUCE NOTES - HOW TO DO THIS - meaning of the slots in each menu item
//  at the top of this page, enter the number of first line menu items
//  slot 1: background image (optional)
//  slot 2: number of sub elements in each menu group
//  slot 3: height of cell
//  slot 4: width of cell



// array:
// ("Title as displayed in menu", "filename", "" (blank), [in first line] "number of menu items beneath"
// Menu5=new Array("CALENDAR","http://lightpages.net/lp/calendar.cfm?login=463177","",2,22,80);

// Edit text of menu below //




Menu1=new Array("WHO WE ARE","history.cfm","",5,22,90);
	Menu1_1=new Array("Welcome","welcome.cfm","",0,22,140);
	Menu1_2=new Array("Mission & Vision","mission.cfm","",0,22,140);
	Menu1_3=new Array("History","history.cfm","",0,22,140);
	Menu1_4=new Array("Board of Directors","board.cfm","",0);
	Menu1_5=new Array("Staff - Contact Us","staff.cfm","",0);

Menu2=new Array("COMMUNITY LINKS","links.cfm","",1,22,130);
	Menu2_1=new Array("Acknowledgements","acknowledgements.cfm","",0,22,145);


Menu3=new Array("NEWS & ANNOUNCEMENTS","news.cfm","",1,22,150);
	Menu3_1=new Array("Newsletters","newsletters.cfm","",0,22,150);

Menu4=new Array("GALLERY/ARCHIVE","gallery2011.cfm","",7,22,110);
	Menu4_1=new Array("Gallery/Archive - 2005","gallery2005.cfm","",0,22,140);
	Menu4_2=new Array("Gallery/Archive - 2006","gallery2006.cfm","",0,22,140);
	Menu4_3=new Array("Gallery/Archive - 2007","gallery2007.cfm","",0,22,140);
	Menu4_4=new Array("Gallery/Archive - 2008","gallery2008.cfm","",0,22,140);
	Menu4_5=new Array("Gallery/Archive - 2009","gallery2009.cfm","",0,22,140);
	Menu4_6=new Array("Gallery/Archive - 2010","gallery2010.cfm","",0,22,140);
	Menu4_7=new Array("Gallery/Archive - 2011","gallery2011.cfm","",0,22,140);
	
Menu5=new Array("CALENDAR","calendar.cfm","",3,22,80);
	Menu5_1=new Array("Calendar of events","calendar.cfm","",0,22,145);
	Menu5_2=new Array("Current event registration","eventreg.cfm","",0,22,145);
	Menu5_3=new Array("List calendar event","listevent.cfm","",0);

Menu6=new Array("CONTACT US","staff.cfm","",2,22,90);
	Menu6_1=new Array("Subscribe to mailing list","subscribe.cfm","",0,22,145);
	Menu6_2=new Array("Current event registration","eventreg.cfm","",0)

