	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#666633';			// Background color when mouse is not over
	var LowSubBgColor='#333300';			// Background color when mouse is not over on subs
	var HighBgColor='#666633';			// Background color when mouse is over
	var HighSubBgColor='#CCCCCC';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='#666633';			// Border color
	var BorderSubColor='#FFFFFF';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial, helvetica, sans-serif;"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=94;				// 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=9;				// Left padding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=1;			// 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=0;				// 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}


// 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/overview.html","",6,25,78);
	Menu1_1=new Array("Overview","/about/overview.html","",0,20,135);
	Menu1_2=new Array("Board of Directors","/about/board.html","",0);
	Menu1_3=new Array("Committees","/about/committees.html","",0);
	Menu1_4=new Array("Staff","/about/staff.html","",0);
	Menu1_5=new Array("Membership","/about/membership.html","",3);
	  Menu1_5_1=new Array("Grower","/about/grower.html","",0,20,135);
	  Menu1_5_2=new Array("Associate","/about/associate.html","",0);
	  Menu1_5_3=new Array("Sustaining","/about/sustaining.html","",0);
	Menu1_6=new Array("Advertising","/about/advertising.html","",0);
		
Menu2=new Array("Cranberries","/cranberries/overview.html","",9,25,94);
    Menu2_1=new Array("History","/cranberries/history.html","",0,20,135);
	Menu2_2=new Array("Growing Cranberries","/cranberries/growing.html","",12);
	  Menu2_2_1=new Array("Introduction","/cranberries/grow_intro.html","",0,20,135);
	  Menu2_2_2=new Array("Winter","/cranberries/grow_winter.html","",0,20,135);
	  Menu2_2_3=new Array("Spring","/cranberries/grow_spring.html","",0,20,135);
	  Menu2_2_4=new Array("Summer","/cranberries/grow_summer.html","",0,20,135);
	  Menu2_2_5=new Array("Fall","/cranberries/grow_fall.html","",0,20,135);
	  Menu2_2_6=new Array("Spring Frost","/cranberries/grow_springfrost.html","",0,20,135);
	  Menu2_2_7=new Array("Fall Frost","/cranberries/grow_fallfrost.html","",0,20,135);
	  Menu2_2_8=new Array("Ice Sanding","/cranberries/grow_icesanding.html","",0,20,135);
	  Menu2_2_9=new Array("Nutrition","/cranberries/grow_nutrition.html","",0,20,135);
	  Menu2_2_10=new Array("Pesticide Use","/cranberries/grow_pesticideuse.html","",0,20,135);
	  Menu2_2_11=new Array("Pollination","/cranberries/grow_pollination.html","",0,20,135);
	  Menu2_2_12=new Array("Water Use","/cranberries/grow_water.html","",0,20,135);
	Menu2_3=new Array("Recipes","/cranberries/recipes.html","",0);
	Menu2_4=new Array("Health","/cranberries/health.html","",0);
	Menu2_5=new Array("FAQs","/faq/index.cgi","",3);
	  Menu2_5_1=new Array("Top FAQs","/faq/index.cgi","",0,20,135);
	  Menu2_5_2=new Array("View All FAQs","/faq/faq.cgi","",0,20,135);
	  Menu2_5_3=new Array("Ask the Expert","/faq/faq_ask.cgi","",0,20,135);
	Menu2_6=new Array("Visit a Bog","/visit/index.html","",0);
	Menu2_7=new Array("Neighbor to Neighbor","/cranberries/neighbor2neighbor.html","",0);
	Menu2_8=new Array("Reports","/cranberries/reports.html","",0);
	Menu2_9=new Array("For Teachers","/cranberries/teachers.html","",0);
	
Menu3=new Array("Grower Services","/growers/overview.html","",6,25,120);
	Menu3_1=new Array("Grower Advisories","/growers/advisories.html","",0,20,136);
	Menu3_2=new Array("Alerts & Information","/growers/alerts.html","",0);
	Menu3_3=new Array("Due Dates","/growers/duedates.html","",0);
	Menu3_4=new Array("Events","/growers/events.html","",0);
	Menu3_5=new Array("Grants & Programs","/growers/programs.html","",0);
	Menu3_6=new Array("Resources","/growers/resources.html","",0);
	
Menu4=new Array("News & Media","/news/news.cgi","",3,25,108);
	Menu4_1=new Array("Press Releases","/news/news.cgi/1","",0,20,135);
	Menu4_2=new Array("News","/news/news.cgi/2","",0,20,135);
	Menu4_3=new Array("Search News","/news/news_search.cgi/0","",0);
		
Menu5=new Array("Resources","/resources/overview.html","",3,25,80);
	Menu5_1=new Array("Industry Links","/resources/links.html","",0,20,135);
	Menu5_2=new Array("Visit a Bog","/visit/index.html","",0);
	Menu5_3=new Array("Where to Buy","/resources/wherebuy.html","",0);
	
Menu6=new Array("Harvest Celebration","/festival/festival.html","",0,25,132);
		
Menu7=new Array("Contact Us","/contact.html","",0,25,88);
		
Menu8=new Array("Site Map","/sitemap.html","",0,25,74);
