//UDMv3.8
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.8 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////





// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment mode
var absLEFT = 	186;		// absolute left or right position (if menu is left or right aligned)

var staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)

var stretchMENU = false;	// show empty cells
var showBORDERS = false;	// show empty cell borders
//MKD
//var urlname = "lorax/new_eopb";
var urlname = "www.eopb.org";
var baseHREF =	"http://" + urlname + "/menu/";	
//var baseHREF =	"http://www.eopb.org/menu/";	        
var zORDER = 	100;		// base z-order of nav structure

//palest gray blue BFD8D8
//Aliceblue	F0F8FF 
//Green #004539
var mCOLOR = 	"#B7CDE4";	// main nav cell color  #7299C1
var rCOLOR = 	"#D2E0EE";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	mCOLOR;	// main nav border color
var aLINK = 	"#591919";	// main nav link color #990033
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial,sans-serif";	// main nav font face
var fSIZE = 	13;		// main nav font size (pixels)
var fWEIGHT = 	"bold";		// main nav font weight
var tINDENT = 	1;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	1;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	mCOLOR;	// submenu cell color	//#ececec
var srCOLOR = 	rCOLOR;	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	bCOLOR;	// submenu border color
var saLINK = 	aLINK;	// submenu link color
var saHOVER = 	"Black";	// submenu link hover-color (dual purpose)	#005439
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial,sans-serif";	// submenu font face
var sfSIZE = 	12;		// submenu font size (pixels)
var sfWEIGHT = 	"normal";	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu dropshadow size
var shCOLOR =	"";	// submenu dropshadow color		#bcbcbc
var shOPACITY = 75;		// submenu dropshadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var openTIMER = 100;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 200;	// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 400;		// menu closing delay time

var aCURSOR = "hand";		// cursor for active links (not ns4, op5 or op6)
var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 585;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		//arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		//arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		//arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		//arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	//arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		//left arrow (not ns4/op5/op6)
var arrLEFT_ROLL = "";		//left rollover arrow (not ns4/op5/op6)
var arrRIGHT = ">";		//right arrow (not ns4/op5/op6)
var arrRIGHT_ROLL = "";		//right rollover arrow (not ns4/op5/op6)





//** LINKS ***********************************************************



// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")

//MI("http://" + urlname,"Home",75,"center","","",0,0,"u","","","","");

MI("","Watershed Information",163,"center","","",0,0,"u","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(164,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://" + urlname + "/watershed_info/basics.php","Basic Watershed Facts","_parent","");
	SI("http://" + urlname + "/watershed_info/chronology.php","Chronology of Protection","_parent","");
	SI("http://" + urlname + "/watershed_info/protection.php","Comprehensive Protection","_parent","");
	SI("http://" + urlname + "/watershed_info/gallery.php","Nature Gallery","_parent","");
	//SI("http://" + urlname + "/watershed_info/wildlife.php","Wildlife","_parent","");
	//SI("http://" + urlname + "/watershed_info/plants.php","Plants","_parent","");
	   CP(50,"left","left",10,0,"","","","","","","")
	   CI("http://" + urlname + "/watershed_info/plants.php","Plants","_parent","");
	   CI("http://" + urlname + "/watershed_info/wildlife.php","Wildlife","_parent","");
	SI("http://" + urlname + "/watershed_info/maps.php","Watershed Maps","_parent","");
	SI("http://" + urlname + "/watershed_info/history.php","Watershed History","_parent","");
		//CP(100,"left","left",10,0,"","","","","","","");
		//CI("http://" + urlname + "/watershed_info/protection/spa.html","SPA","","");
		//CI("http://" + urlname + "/watershed_info/protection/parkexpansion.html","Parkland","","");
		//CI("http://" + urlname + "/watershed_info/protection/overlayzones.html","Overlay Zone","","");
		//CI("http://" + urlname + "/watershed_info/protection/restoration.html","Restoration","","");
				
MI("","Publications",100,"center","","",0,0,"x","","","","");

	//SP(150,"left","left",0,0,"",smCOLOR,"#ffdcab","#ff9600","#99cc99","#990000","#009900");
	SP(120,"left","left",0,0,"","","","","","","");

	SI("http://" + urlname + "/publications/newsletters.php","Newsletters","","","");
	SI("http://" + urlname + "/publications/news.php","News Releases","","");
    SI("http://" + urlname + "/publications/alerts.php","Action Alerts","","");
	SI("http://" + urlname + "/publications/other.php","Other Publications","","");
	CP(155,"left","left",10,0,"","","","","","","");
		CI("http://" + urlname + "/publications/biodiversity.php","Biodiversity Survey","","");
		CI("http://" + urlname + "/publications/restoring_pb.php","Restoring the Paint Branch","","");
		CI("http://" + urlname + "/publications/montgomery_trail.php","Montgomery Trail Article","","");
		CI("http://" + urlname + "/publications/planning_study.php","Watershed Planning Study","","");

MI("","Watershed Issues",157,"center","","",0,0,"b","","","","");

	SP(150,"left","left",0,0,"","","","","","","");
	
	SI("http://stopicc.eopb.org/index.php","Intercounty Connector","","");
	SI("http://" + urlname + "/watershed_issues/conditions.php","Watershed Conditions","","");
	SI("http://" + urlname + "/watershed_issues/other_issues.php","Other Issues","","");
	//SI("http://" + urlname + "/watershed_info/restoration_story.php","Restoration Success","_parent","");
	
	
	
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")

//* DO NOT EDIT THIS BIT *
}//***********************
//************************

