/***********************************************************************************
*	(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	          *		
***********************************************************************************/


	var NoOffFirstLineMenus=15;			// Number of first level items
	var LowBgColor='#2e4560';			// Background color when mouse is not over
	var LowSubBgColor='#2e4560';			// Background color when mouse is not over on subs
	var HighBgColor='#445C78';			// Background color when mouse is over
	var HighSubBgColor='#445C78';			// Background color when mouse is over on subs
	var FontLowColor='#E5E5CA';			// Font color when mouse is not over
	var FontSubLowColor='#E5E5CA';			// Font color subs when mouse is not over
	var FontHighColor='#cccc99';			// Font color when mouse is over
	var FontSubHighColor='#cccc99';			// Font color subs when mouse is over
	var BorderColor='#2e4560';			// Border color
	var BorderSubColor='#445C78';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="tahoma, sans serif, 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='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=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=2;				// 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='menupos';				// 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=['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}


function PopUp(PopUpUrl){
    var ScreenWidth=window.screen.width;
    var ScreenHeight=window.screen.height;
    var movefromedge=0;
    placementx=(ScreenWidth/2)-((750)/2);
    placementy=(ScreenHeight/2)-((700+50)/2);
    WinPop=window.open(PopUpUrl,"","width=1060,height=700,toolbar=1,location=0,directories=0,status=1,scrollbars=1,menubar=1,resizable=1,left="+placementx+",top="+placementy+",screenX="+placementx+",screenY="+placementy+",");
   }
function PopUp2(PopUpUrl){
    var ScreenWidth=window.screen.width;
    var ScreenHeight=window.screen.height;
    var movefromedge=0;
    placementx=(ScreenWidth/2)-((250)/2);
    placementy=(ScreenHeight/2)-((800+50)/2);
    WinPop=window.open(PopUpUrl,"","width=550,height=450,toolbar=1,location=0,directories=0,status=1,scrollbars=1,menubar=1,resizable=1,left="+placementx+",top="+placementy+",screenX="+placementx+",screenY="+placementy+",");
   }
// 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("Welcome","index.shtml","",0,20,130);

Menu2=new Array("About AFF","#","",7,20);
	Menu2_1=new Array("AFF Mission", "mission.shtml","",0,20,160);
	Menu2_2=new Array("Programs and Accomplishments","aff_overview.shtml","",0,30);
	Menu2_3=new Array("Major Awards", "awards.shtml","",0);
	Menu2_4=new Array("Board of Directors", "board.shtml","",0);
	Menu2_5=new Array("Sponsors & Partners","partners.shtml","",0);
	Menu2_6=new Array("Membership","membership.shtml","",0);
	Menu2_7=new Array("Job Opportunities","aff_jobs.shtml", "",0);
	

Menu3=new Array("Environmental Education","#","",7,34);
	Menu3_1=new Array("Hard Bargain Farm Environmental Center (K-8)","hbf/hbf_index.shtml","",0,30,190);
	Menu3_2=new Array("Bridging the Watershed (9-12)","btw/btw_index.shtml","",0,20);
	Menu3_3=new Array("Teacher Training","#","",3,20);
		Menu3_3_1=new Array("Environmental Science Summer Teacher Institute (4-8)","hbf/teacher_training.shtml","",0,30,220);
		Menu3_3_2=new Array("BTW Summer Institutes(9-12)","btw/training.shtml","",0,20);
		Menu3_3_3=new Array("BTW Workshops (9-12)","btw/workshops.shtml","",0,20);
	Menu3_4=new Array("NPS Ranger Training","btw/ranger_workshops.shtml","",0,20);
	Menu3_5=new Array("Weekend Facility Rentals","hbf/rentals.shtml","",0,20);
	Menu3_6=new Array("HBF Kids' Zone","hbf/kidszone_index.shtml","",0,20);
	Menu3_7=new Array("BTW Students Page","btw/btw_students.shtml","",0,20);

Menu4=new Array("Environmental <br />Outreach","#","",4,34);
	Menu4_1=new Array("Trash Free Potomac Watershed Initiative","trash_initiative/trash_index.shtml","",0,30,190);
	Menu4_2=new Array("Potomac Trash Summit","trash_initiative/trash_summit.shtml","",0,20);
	Menu4_3=new Array("Potomac River Watershed Cleanup","trash_initiative/trash_cleanup.shtml","",0,30);
	Menu4_4=new Array("Model Environmental School","javascript:PopUp('hbf/modelschool.shtml')","",0,20);
	
	
	
	

Menu5=new Array("Historical Resources","#","",4);
	Menu5_1=new Array("The Ferguson Era","ferguson_era.shtml","",0,20,160);
	Menu5_2=new Array("Alice and Our Beginnings","aff_history.shtml","",0);
	Menu5_3=new Array("Farm Photos: Fergusons","javascript:PopUp('ferguson_gallery.shtml')", "",0)
	Menu5_4=new Array("Watershed Timeline","javascript:PopUp('btw/watershed_timeline/timeline_frameset.shtml')","",0);
	
Menu6=new Array("Calendar of Events","#","",9);
	Menu6_1=new Array("Calendar of Events","aff_calendar.shtml","",0,20,180);
	Menu6_2=new Array("Spring Farm Festival","sff.shtml","",0,20,180);
	Menu6_3=new Array("Oktoberfest","oktoberfest.shtml","",0);
	Menu6_4=new Array("Potomac River Watershed Cleanup","trash_initiative/trash_cleanup.shtml","",0,30);
	Menu6_5=new Array("Potomac Trash Summit","trash_initiative/trash_summit.shtml","",0,20);
	Menu6_6=new Array("Teacher Training","#","",3,20);
		Menu6_6_1=new Array("Environmental Science Summer Teacher Institutes (4-8)","hbf/teacher_training.shtml","",0,30,220);
		Menu6_6_2=new Array("BTW Summer Institutes(9-12)","btw/training.shtml","",0,20);
		Menu6_6_3=new Array("BTW Workshops (9-12)","btw/workshops.shtml","",0,20);
	Menu6_7=new Array("NPS Ranger Training","btw/ranger_workshops.shtml","",0);
	Menu6_8=new Array("Concert in the Woods","concerts.shtml","",0,20);
	Menu6_9=new Array("Theater in the Woods","theater.shtml","",0,20);

Menu7=new Array("AFF Facilities","#","",2);
	Menu7_1=new Array("Facility Rentals","hbf/rentals.shtml","",0,20,180);
	Menu7_2=new Array("Facility Descriptions","hbf/facilities.shtml","",0,20,180);
	
Menu8=new Array("Fergie's Gardeners", "gardenclub/index.shtml","",0);
Menu9=new Array("Videos and Photos","gallery.shtml", "",0);	

Menu10=new Array("Support AFF","#","",2);
	Menu10_1=new Array("Membership & Sponsorship","membership.shtml","",0,30,150);
	Menu10_2=new Array("Make a Donation","donation.shtml","",0,20);

Menu11=new Array("AFF Store","javascript:PopUp('https://co.clickandpledge.com/default.aspx?wid=17772')","",0);

Menu12=new Array("Newsletter","#","",11);
	Menu12_1=new Array("February 2010", "javascript:PopUp('enews/feb10news.shtml')","",0,20,150);
	Menu12_2=new Array("December 2009", "javascript:PopUp('enews/dec09news.shtml')","",0,20,150);
	Menu12_3=new Array("October 2009", "javascript:PopUp('enews/oct09news.shtml')","",0,20,150);
	Menu12_4=new Array("August 2009", "javascript:PopUp('enews/aug09news.shtml')","",0,20,150);
	Menu12_5=new Array("June 2009", "javascript:PopUp('enews/jun09news.shtml')","",0,20,150);
	Menu12_6=new Array("February 2009", "javascript:PopUp('enews/jan09news.shtml')","",0,20,150);
	Menu12_7=new Array("September 2008", "javascript:PopUp('enews/sep08news.shtml')","",0,20,150);
	Menu12_8=new Array("June 2008", "javascript:PopUp('enews/jun08news.shtml')","",0,20,150);
	Menu12_9=new Array("March 2008", "javascript:PopUp('enews/feb08news.shtml')","",0,20,150);
	Menu12_10=new Array("December 2007", "javascript:PopUp('enews/dec07news.shtml')","",0);
	Menu12_11=new Array("Sign up for our Email Newsletter","javascript:PopUp('http://visitor.constantcontact.com/d.jsp?m=1101584152395&p=oi')","",0,30);


Menu13=new Array("Directions to AFF","#","",2);
	Menu13_1=new Array("Main Office & Hard Bargain Farm","javascript:PopUp('directions.shtml')","",0,30,150);
	Menu13_2=new Array("Dupont Circle Office","javascript:PopUp('dupont_directions.shtml')","",0,20);

Menu14=new Array("Contact Us", "contact.shtml", "", 0);

Menu15=new Array("Site Map", "affsitemap.shtml","",0);


