/***********************************************************************************
*	(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=20;			// 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=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='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)-((900)/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+",");
   }

// 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("Initiative Overview","#","",3,20,128);
	Menu1_1=new Array("Main","trash_index.shtml","",0,20,160);
	Menu1_2=new Array("Executive Summary","trash_summary.shtml","",0);
	Menu1_3=new Array("Accomplishments & Goals","#","",2);
		Menu1_3_1=new Array("What's been accomplished?","trash_accomplishments.shtml","",0,20,180);
		Menu1_3_2=new Array("Potomac Watershed Trash Treaty (PDF)","javascript:PopUp('trashtreaty_currentSECURE.pdf')","",0,30);
			
	
Menu2=new Array("Leadership & Partners","#","",3,30);
	Menu2_1=new Array("Advisory Council","trash_council.shtml","",0,20,120);
	Menu2_2=new Array("PRWC Partners","rc_currentpartners.shtml","",0,20);
	Menu2_3=new Array("Network Partners","trash_networkpartners.shtml","",0,20);


Menu3=new Array("Sponsors","#","",2);
	Menu3_1=new Array("Current Sponsors","trash_sponsors.shtml","",0,20,110);
	
	Menu3_2=new Array("Become a Sponsor","trash_becomesponsor.shtml","",0);
	

Menu4=new Array("Legislation","#","",3);
	Menu4_1=new Array("Legislation Committee","legislation.shtml","",0,20,140);
	Menu4_2=new Array("In the News","inthenews.shtml","",0);
	Menu4_3=new Array("Press Materials", "#", "",2);
		Menu4_3_1=new Array("Press Releases & Media Advisories","trash_pressreleases.shtml","",0,30,180);
		Menu4_3_2=new Array("Press Kits","trash_presskit.shtml","",0,20);

Menu5=new Array("Regulation","#","",5);
	Menu5_1=new Array("Regulation Committee", "regulation.shtml","",0,20,180);
	Menu5_2=new Array("Total Maximum Daily Load (TMDL)","#","",0,30,180);
	Menu5_3=new Array("Stormwater Permits (MS4)","#","",0,20);
	Menu5_4=new Array("In the News","inthenews.shtml","",0,20);
	Menu5_5=new Array("Press Materials", "#", "",2,20);
		Menu5_5_1=new Array("Press Releases & Media Advisories","trash_pressreleases.shtml","",0,30,180);
		Menu5_5_2=new Array("Press Kits","trash_presskit.shtml","",0,20);

Menu6=new Array("Public Education","#","",6);
	Menu6_1=new Array("Potomac River Outreach & Awareness Campaign for Trash (PROACT)","proact.shtml","",0,45,190);
	Menu6_2=new Array("Opinion Survey Executive Summary","javascript:PopUp('08_OpinionWorksSurvey.pdf')","",0,30);
	Menu6_3=new Array("Partners","#","",0,20);
	Menu6_4=new Array("Trash-a-Thon","trashathon.shtml","",0,20);
	Menu6_5=new Array("In the News","inthenews.shtml","",0,20);
	Menu6_6=new Array("Press Materials", "#", "",2,20);
		Menu6_6_1=new Array("Press Releases & Media Advisories","trash_pressreleases.shtml","",0,30,180);
		Menu6_6_2=new Array("Press Kits","trash_presskit.shtml","",0,20);

Menu7=new Array("Trash Reduction Strategies","#","",4,30);
	Menu7_1=new Array("Market Based Trash Reduction Committee","trashreduction.shtml","",0,30,180);
	Menu7_2=new Array("Trash Free Potomac Facility","trash_freepotomacfacility.shtml","",0,20);
	Menu7_3=new Array("In the News","inthenews.shtml","",0,20);
	Menu7_4=new Array("Press Materials", "#", "",2,20);
		Menu7_4_1=new Array("Press Releases & Media Advisories","trash_pressreleases.shtml","",0,30,180);
		Menu7_4_2=new Array("Press Kits","trash_presskit.shtml","",0,20);	

Menu8=new Array("Enforcement","#","",6);
	Menu8_1=new Array("Enforcement Committee","enforcement.shtml", "",0,20,160);
	Menu8_2=new Array("Litter Enforcement Week","LEW.shtml","",0,20,160);
	Menu8_3=new Array("Litter Enforcement Codes Reference Sheet","javascript:PopUp('litterenforcement_codes.pdf')","",0,30);
	Menu8_4=new Array("Enforcement Awards","trash_summit.shtml#awards","",0,20);
	Menu8_5=new Array("In the News","inthenews.shtml","",0);
	Menu8_6=new Array("Press Materials", "#", "",2);
		Menu8_6_1=new Array("Press Releases & Media Advisories","trash_pressreleases.shtml","",0,30,180);
		Menu8_6_2=new Array("Press Kits","trash_presskit.shtml","",0,20);
		
	
Menu9=new Array("Trash Summit","#","",8);
	Menu9_1=new Array("Summit Overview","trash_summit.shtml","",0,20,140);
	Menu9_2=new Array("Be an Exhibitor","javascript:PopUp('SummitExhibitorForm.pdf')","",0,20,140);
	
	Menu9_3=new Array("Videos and Photos","summit_videogallery.shtml","",0,20,140);
	Menu9_4=new Array("2009 Summit Summary","ts_summary09.shtml","",0,20);
	Menu9_5=new Array("2008 Summit Summary","ts_summary08.shtml","",0,20);
	
	Menu9_6=new Array("2007-2008 Roundtable Meetings","roundtable_calendar.shtml","",0,30);
	Menu9_7=new Array("2007 Summit Summary","ts_summary07.shtml","",0,20,140);
	Menu9_8=new Array("2006 Summit Summary","ts_summary06.shtml","",0,20);
	

Menu10=new Array("Potomac River Watershed Cleanup","trash_cleanup.shtml","",0,30);
	

Menu11=new Array("Trash Free Potomac Facility ","trash_freepotomacfacility.shtml","",0,30);

Menu12=new Array("Trash Treaty ","javascript:PopUp('trashtreaty_currentSECURE.pdf')","",0,20);

Menu13=new Array("Citizen Pledge","../phpPETITION/index.php", "",0,20);

Menu14=new Array("Valuable Resources","trash_resources.shtml","",0,20);
	
	
Menu15=new Array("Press Materials", "#", "",3);
	Menu15_1=new Array("Press Releases & Media Advisories","trash_pressreleases.shtml","",0,30,180);
	Menu15_2=new Array("Press Kits","trash_presskit.shtml","",0,20);
	Menu15_3=new Array("In the News","inthenews.shtml","",0,20);
	
Menu16=new Array("Video & Photos", "#", "",3);
	Menu16_1=new Array("River Cleanup","rc_videogallery.shtml", "",0,20,120);
	Menu16_2=new Array("Trash Summit","summit_videogallery.shtml", "",0);
	Menu16_3=new Array("More...","../gallery.shtml", "",0);

Menu17=new Array("Sign up for our Newsletter","javascript:PopUp('http://visitor.constantcontact.com/d.jsp?m=1101584152395&p=oi')","",0,30);

Menu18=new Array("AFF Store","javascript:PopUp('https://co.clickandpledge.com/default.aspx?wid=33490')","",0);

Menu19=new Array("Contact Us", "../contact.shtml", "", 0);

Menu20=new Array("Site Map","../affsitemap.shtml","",0);

