	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#ccffff';			// Background color when mouse is not over
	var LowSubBgColor='#ccffff';			// Background color when mouse is not over on subs
	var HighBgColor='#000000';			// Background color when mouse is over
	var HighSubBgColor='#000000';			// Background color when mouse is over on subs
	var FontLowColor='#000000';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='#ccffff';			// Font color when mouse is over
	var FontSubHighColor='#ccffff';			// Font color subs when mouse is over
	var BorderColor='#000000';			// Border color
	var BorderSubColor='#000000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"	// Font family menu items
	var FontSize=10;				// 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=0;			// vertical overlap child/ parent
	var StartTop=180;				// Menu offset x coordinate
	var StartLeft=10;				// 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=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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/toc/tri.gif',5,10,'/toc/tridown.gif',10,5,'/toc/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("About Us","/about.htm","",6,20,150,"","","","","");
	Menu1_1=new Array("History","/history.htm","",0,20,200,"","","","","");	
	Menu1_2=new Array("Programs","/programs.htm","",0,20,200,"","","","","");
	Menu1_3=new Array("Partners","/partners.htm","",5,20,200,"","","","","");
		Menu1_3_1=new Array("AmeriCorps","/partner-americorps.htm","",0,20,150,"","","","","");
		Menu1_3_2=new Array("Foothills United Way","/partner-unitedway.htm","",0,20,150,"","","","","");
		Menu1_3_3=new Array("GEAR UP","/partner-gearup.htm","",0,20,150,"","","","","");
		Menu1_3_4=new Array("Housing Programs","/partner-housing.htm","",0,20,150,"","","","","");
		Menu1_3_5=new Array("Schools","/partner-schools.htm","",0,20,150,"","","","","");
	Menu1_4=new Array("Classes of Dreamers","/clases.htm","",0,20,200,"","","","","");	
	Menu1_5=new Array("Jobs","/jobs.htm","",0,20,200,"","","","","");
	Menu1_6=new Array("Photo Gallery","/photogallery.htm","",0,20,200,"","","","","");
	
Menu2=new Array("How to Help","/help.htm","",4,20,150,"","","","","");
	Menu2_1=new Array("Online Volunteer Application","/volapplication.htm","",0,20,200,"","","","","");	
	Menu2_2=new Array("Volunteer","/volunteer.htm","",5,20,200,"","","","","");
		Menu2_2_1=new Array("Tutor","/tutor.htm","",0,20,150,"","","","","");
		Menu2_2_2=new Array("Mentor","/mentor.htm","",0,20,150,"","","","","");
		Menu2_2_3=new Array("Join the Board","/joinboard.htm","",0,20,150,"","","","","");
		Menu2_2_4=new Array("Assist Staff","/assist.htm","",0,20,150,"","","","","");
		Menu2_2_5=new Array("AmeriCorps","/jobs-americorps.htm","",0,20,150,"","","","","");
	Menu2_3=new Array("Donate","/donate.htm","",4,20,200,"","","","","");
		Menu2_3_1=new Array("Cash or by Credit Card","/cash.htm","",0,20,150,"","","","","");
		Menu2_3_2=new Array("In-Kind","/inkind.htm","",0,20,150,"","","","","");
		Menu2_3_3=new Array("Shop Online","/donate-shop.htm","",0,20,150,"","","","","");
		Menu2_3_4=new Array("Miscellaneous","/flyfrontier.htm","",0,20,150,"","","","","");
	Menu2_4=new Array("Sponsor a Class","/sponsor.htm","",0,20,200,"","","","","");
	
Menu3=new Array("News and Events","/newevents.htm","",5,20,150,"","","","","");
	Menu3_1=new Array("Newsletters","/newsletters.htm","",0,20,200,"","","","","");	
	Menu3_2=new Array("Stories by Local Media","/stories.htm","",0,20,200,"","","","","");
	Menu3_3=new Array("Press Releases","/pr.htm","",0,20,200,"","","","","");
	Menu3_4=new Array("Dream Maker Award Luncheon","/dreammaker.htm","",0,20,200,"","","","","");
	Menu3_5=new Array("Golf Tournament","/golf.htm","",0,20,200,"","","","","");
	
Menu4=new Array("Current Volunteers","/currentvols.htm","",4,20,150,"","","","","");
	Menu4_1=new Array("Volunteer Tutor Survey","http://www.ioxphere.com/f.asp?A=ZIFYBPF&B=FMZQUEO&C=2","",0,20,200,"","","","","");
	Menu4_2=new Array("Volunteer Mentor Survey","http://www.ioxphere.com/f.asp?A=ZIFYBPF&B=QDYWOEU&C=2","",0,20,200,"","","","","");
	Menu4_3=new Array("Volunteer Newsletter","/volnews/index.php","",0,20,200,"","","","","");	
	Menu4_4=new Array("Report Hours","/report.htm","",0,20,150);
		
Menu5=new Array("Contact Us","/contactus.htm","",4,20,150,"","","","","");
	Menu5_1=new Array("Central Office","/central.php","",0,20,200,"","","","","");	
	Menu5_2=new Array("Board of Directors","/directors.htm","",0,20,200,"","","","","");
	Menu5_3=new Array("Project Coordinators","/pc.htm","",0,20,200,"","","","","");
	Menu5_4=new Array("By Dreamer Class","/byclass.htm","",8,20,200,"","","","","");
		Menu5_4_1=new Array("Boulder","/clas-boulder.htm","",0,20,150,"","","","","");
		Menu5_4_2=new Array("Lafayette","/clas-lafayette.htm","",0,20,150,"","","","","");
		Menu5_4_3=new Array("Kalmia","/clas-kalmia.htm","",0,20,150,"","","","","");
		Menu5_4_4=new Array("Broadway","/clas-broadway.htm","",0,20,150,"","","","","");
		Menu5_4_5=new Array("Pioneer","/clas-pioneer.htm","",0,20,150,"","","","","");
		Menu5_4_6=new Array("Longmont","/clas-longmont.htm","",0,20,150,"","","","","");
		Menu5_4_7=new Array("Sanchez","/clas-sanchez.htm","",0,20,150,"","","","","");
		Menu5_4_8=new Array("Columbine","/clas-columbine.htm","",0,20,150,"","","","","");
		
Menu6=new Array("Staff Login","/login/","",0,20,150,"","","","","");