	var NoOffFirstLineMenus=12;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#e9e9e9";			// Background color when mouse is not over
	var HighBgColor="#e9e9e9";			// Background color when mouse is over
//	var HighBgColor="#92a001";			// Background color when mouse is over
	var FontLowColor="#393939";			// Font color when mouse is not over
	var FontHighColor="#000000";		// Font color when mouse is over
	var BorderColor="black";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Border width between elements main items
	var BorderBtwnSub=3;			// Border width between elements sub items
	var FontFamily="tahoma";	// Font family menu items
	var FontSize=11;				// 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 can be: left, center, right
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.01;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.15;			// vertical overlap child/ parent
	var StartTop=3;				// Menu offset x coordinate
	var StartLeft=4;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=3;				// Left padding
	var TopPaddng=4;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=0;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=900;			// delay before menu folds in
	var UnfoldDelay=10;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";			// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=../menu2//""+BaseHref+"MyImage/">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"menu/tri.gif",5,10,BaseHref+"menu/tridown.gif",10,5,BaseHref+"menu/trileft.gif",5,10,BaseHref+"menu/triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
	var OverFormElements=0;			// Set this to 0 when the menu does not need to cover form elements.

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=1;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=95)";

	function BeforeStart(){return}
//	function AfterBuild(){return}
	function AfterBuild(){FrstCntnr.className="NoPrint";} 
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

	Menu1=new Array("<img src='images-os/a1.gif' style='margin-left:5px; margin-top:9px; margin-right:10px'>Home","index.html","",0,21,180,"","","","","","",-1,-1,-1,"","Home Page");
	
	
	Menu2=new Array("<img src='images-os/a1.gif' style='margin-left:5px; margin-top:9px; margin-right:10px'>About Us","About-Us.html","",7,21,180,"","","","","","",-1,-1,-1,"","About Us");
		Menu2_1=new Array("Contact Us","Contact-Us.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Contact Us");	
		Menu2_2=new Array("Directions","Directions.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Directions");	
		Menu2_3=new Array("Timeline","Timeline.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Rookery Bay National Estuarine Research Reserve Timeline");	
		Menu2_4=new Array("Facts and Figures","Facts-Figures.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Facts and Figures");	
		Menu2_5=new Array("Career Opportunities","Careers.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Career Opportunities at Rookery Bay");	
		Menu2_6=new Array("Links of Interest","Links.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","External Links");	
		Menu2_7=new Array("News Archives","News-Archives.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","News Archives");	

	
	Menu3=new Array("<img src='images-os/a1.gif' style='margin-left:5px; margin-top:9px; margin-right:10px'>Resource Management","Resource-Management.html","",3,21,0,"","","","","","",-1,-1,-1,"","Resource Mangement");
		Menu3_1=new Array("Biodiversity Overview","Biodiversity-Introduction.html","",0,22,200,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Biodiversity Overview");
		Menu3_2=new Array("Outdoor Experiences","Outdoors.html","",0,22,200,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Outdoor Experiences");	
		Menu3_3=new Array("Finding Solutions","Finding-Solutions.html","",0,22,200,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Finding Solutions");	
	
	
	
	Menu4=new Array("<img src='images-os/a1.gif' style='margin-left:5px; margin-top:9px; margin-right:10px'>Learning Center","Learning-Center.html","",4,21,0,"","","","","","",-1,-1,-1,"","Enviromental Learning Center");
		Menu4_1=new Array("Art Exhibitions","Exhibits.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Art Exhibitions");	
		Menu4_2=new Array("Support The Center","Support-The-Center.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Support The Center");	
		Menu4_3=new Array("Watercolors of Kathy Spalding","Kathy-Spalding.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Watercolors of Kathy Spalding");	
		Menu4_4=new Array("Podcasts","Podcasts.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Podcasts");			
	
	
	Menu5=new Array("<img src='images-os/a1.gif' style='margin-left:5px; margin-top:9px; margin-right:10px'>Education","Education.html","",1,21,0,"","","","","","",-1,-1,-1,"","Education");
		Menu5_1=new Array("School Programs","School-Programs.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","School Programs");

	
	Menu6=new Array("<img src='images-os/a1.gif' style='margin-left:5px; margin-top:9px; margin-right:10px'>Professional Development","CTP-Home.html","",4,21,0,"","","","","","",-1,-1,-1,"","Professional Development");
		Menu6_1=new Array("Background","CTP-Background.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Background");	
		Menu6_2=new Array("Ongoing Classes","CTP-Classes.html","",5,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Ongoing Classes");	
			Menu6_2_1=new Array("Landscaper Education Program","CTP-BMP.html","",0,22,240,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Landscaper Education Program");
			Menu6_2_2=new Array("Introduction to ArcGIS","CTP-GIS.html","",0,22,240,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Introduction to ArcGIS");
			Menu6_2_3=new Array("Coastal Considerations for Professionals","CTP-Coastal-Considerations.html","",0,22,240,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Coastal Considerations for Professionals");
			Menu6_2_4=new Array("Summer 2009 Ecotour Operator Series","CTP-Ecotour-09.html","",0,22,240,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Summer 2009 Ecotour Operator Series");
			Menu6_2_5=new Array("Erosion Control Training","CTP-Erosion.html","",0,22,240,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Erosion Control Training");			
		Menu6_3=new Array("Gulf of Mexico Alliance","CTP-GOMA.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Gulf of Mexico Alliance");	
		Menu6_4=new Array("Project Greenscape","CTP-BMP.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Project Greenscape");		
	
	
	Menu7=new Array("<img src='images-os/a1.gif' style='margin-left:5px; margin-top:9px; margin-right:10px'>Calendar","Calendar.html","",3,21,0,"","","","","","",-1,-1,-1,"","Calendar");
			Menu7_1=new Array("Full Daily Calendar","/cal/","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Full Daily Calendar");			
			Menu7_2=new Array("Daily Programs Overview","Daily-Programs.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Daily Programs Overview");
			Menu7_3=new Array("Past Events","Past-Events.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Past Events");
	
	
	
	Menu8=new Array("<img src='images-os/a1.gif' style='margin-left:5px; margin-top:9px; margin-right:10px'>Research","Research.html","",6,21,0,"","","","","","",-1,-1,-1,"","Research");
	Menu8_1=new Array("Visiting Investigators","Visiting-Investigators.html","",0,22,200,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Rookery Bay Reserve Visiting Investigator Program");
	Menu8_2=new Array("Shark Nurseries","Shark-Nurseries.html","",0,22,200,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Shark Nurseries in the Ten Thousand Islands Estuaries");
	Menu8_3=new Array("Shorebird Monitoring","Least-Terns.html","",0,22,200,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Shorebird Monitoring");	
	Menu8_4=new Array("Water Quality Monitoring","Water-Quality-Monitoring.html","",0,22,200,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Water Quality Monitoring");
	Menu8_5=new Array("Restoration Effects on Fishes","Restoration-Effects-on-Fishes.html","",0,22,200,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Restoration Effects on Fishes in the 10,000 Islands");
	Menu8_6=new Array("GIS Shapefiles","Shape-Files.html","",0,22,200,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","GIS Shapefiles");

	
	
	Menu9=new Array("<img src='images-os/a1.gif' style='margin-left:5px; margin-top:9px; margin-right:10px'>Become a Member","Become-A-Member.html","",2,21,0,"","","","","","",-1,-1,-1,"","Become a Member");
		Menu9_1=new Array("Friends of Rookery Bay","Forb.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Friends of Rookery Bay");	
		Menu9_2=new Array("Phase II Bridge","Suspension-Bridge.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Phase II - Suspension Bridge");	
	
	
	Menu10=new Array("<img src='images-os/a1.gif' style='margin-left:5px; margin-top:9px; margin-right:10px'>Get Involved","Get-Involved.html","",1,21,0,"","","","","","",-1,-1,-1,"","Get Involved");	
		Menu10_1=new Array("Volunteer Application","Volunteer-Application.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,""," Volunteer Application Form");
	
	
	Menu11=new Array("<img src='images-os/a1.gif' style='margin-left:5px; margin-top:9px; margin-right:10px'>Publications","Publications.html","",5,21,0,"","","","","","",-1,-1,-1,"","Publications");
			Menu11_1=new Array("Research Papers","Visiting-Investigators-Research-Papers.html","",0,22,200,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Visiting Investigators Research Papers");	
			Menu11_2=new Array("Finding Solutions","Finding-Solutions.html","",0,22,200,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Finding Solutions - Current Research");	
			Menu11_3=new Array("Past Projects","Past-Projects.html","",5,22,200,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Past Projects");	
				Menu11_3_1=new Array("Key Island Restoration","Key-Island-Restoration.html","",0,22,200,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Key Island Restoration");
				Menu11_3_2=new Array("Tarpon Bay Hydrologic","Tarpon-Bay-Restoration.html","",0,22,200,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Tarpon Bay Hydrologic Restoration");
				Menu11_3_3=new Array("Ten Thousand Islands","Ten-Thousand-Islands.html","",0,22,200,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Ten Thousand Islands Outparcel Acquisition Project");
				Menu11_3_4=new Array("Least Terns","Least-Terns.html","",0,22,200,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Least Terns");
				Menu11_3_5=new Array("Reducing Effects of Pesticides","Reducing-Pesticides.html","",0,22,200,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Reducing Effects of Pesticides on Wildlife");
		Menu11_4=new Array("Field Guide","Field-Guide.html","",0,22,190,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Field Guide");	
		Menu11_5=new Array("Marine Science Field/Lab Manual","Marine-Science-Manual.html","",0,22,200,"#9f9f9f","#92a001","black","","","",-1,-1,-1,"","Marine Science Field and Lab Manual");	

	Menu12=new Array("<img src='images-os/a1.gif' style='margin-left:5px; margin-top:9px; margin-right:10px'>Visitor Use","Visitor-Use.html","",3,21,0,"","","","","","",-1,-1,-1,"","Visitor Use");
			Menu12_1=new Array("Keewaydin Island","KI.html","",0,22,240,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Keewaydin Island");
			Menu12_2=new Array("Keewaydin Island - Public Access and Use","KI-Public-Access-and-Use.html","",0,22,240,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Keewaydin Island - Public Access and Use");
			Menu12_3=new Array("Keewaydin Island - Wildlife","KI-Wildlife.html","",0,22,240,"#9f9f9f","#92a001","black","black","","",-1,-1,-1,"","Keewaydin Island - Wildlife");			