/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', 'newlba.htm', null,
	],
	['Membership', 'membershiptree.htm', null,
		['Directors', null, null,
			['Executive Board', 'bddirectors.htm', null,
			],
			['Directors With Expiration Terms', 'directorsterms.htm', null,
			],
		],
		['Committees', null, null,
			['Executive', 'committees-executive.htm', null,
			],
			['Activities', 'committees-activities.htm', null,
			],
			['Relations/Communications', 'committees-relations.htm', null,
			],
			['Environmental', 'committees-environmental.htm', null,
			],
			['Financial', 'committees-financial.htm', null,
			],
			['Membership', 'committees-membership.htm', null,
			],
			['Nominating', 'committees-nominating.htm', null,
			],
		],
		['LBA Members', 'membership-lbamembers.htm', null,
		],
		['Volunteers', 'membership-volunteers.htm', null,
		],
		['LBA By-Laws', 'membership-bylaws.htm', null,
		],
		['Join the LBA', 'membership-joinlba.htm', null,
			['Download Brochure', 'pdfs/brochure.pdf', {'tw' : '_blank'},
			],
		],
		['Contact the LBA', 'membership-contactlba.htm', null,
		],
	],
	['Outreach', 'outreachtree.htm', null,
		['Events', 'outreach-events.htm', null,
		],
		['Camping & Lodging', null, null,
			['Bomoseen State Park', 'outreach-camplodge.htm#BSP', null,
			],
			['Edgewater Inn', 'outreach-camplodge.htm#EI', null,
			],
			['Lake Bomoseen Campground', 'outreach-camplodge.htm#LBC', null,
			],
		],
		['Recreation', null, null,
			['Crystal Beach', 'outreach-recreation.htm#CB', null,
			],
			['Prospect Bay Country Club', 'outreach-recreation.htm#PBCC', null,
			],
			['Boat Rentals, Sales, and Service', null, null,
				['Duda Watersports', 'outreach-recreation-boatrentals.htm#DW', null,],
				['Lake Bomoseen Marina', 'outreach-recreation-boatrentals.htm#LBM', null,],
				['Woodard Marine', 'outreach-recreation-boatrentals.htm#WM', null,],
			],
		],
		['Boat Access', 'outreach-boataccess.htm', null,
			['Edward F. Kehoe Boat Access', 'http://www.mapquest.com/maps/map.adp?formtype=address&searchtype=address&country=US&addtohistory=&1ahXX=&address=1749+Creek+Rd&city=&state=&zipcode=05735', {'tw' : '_blank'},
			],
			['Thomas A. Evanoika Boat Access', 'http://www.mapquest.com/maps/map.adp?formtype=address&searchtype=address&country=US&addtohistory=&1ahXX=&address=500+Float+Bridge+Rd&city=&state=&zipcode=05735', {'tw' : '_blank'},
			],
		],
		['Lakeside Dining', null, null,
			['Trak-In Restaurant', 'outreach-dining.htm#TI', null,
			],
			['Lake House Pub & Grill', 'outreach-dining.htm#LH', null,
			],
			['Iron Lantern Restaurant', 'outreach-dining.htm#IL', null,
			],
		],
		['Lake Bomoseen Maps', 'outreach-maps.htm', null,
		],
		['Around the Lake - Businesses and Other Links', 'outreach-links.htm', null,
		],
		['Photos', 'outreach-photos.htm', null,
		],
	],
	['Education', 'educationtree.htm', null,
		['Boating Safety', 'education-boatsafety.htm', null,
		],
		['Best Practices for Lake Residents', 'http://www.anr.state.vt.us/dec/waterq/lakes/htm/lp_lakesonlyyou.htm', {'tw' : '_blank'}
		],
		['Legislative Advocacy', 'education-legislative.htm', null,
		],
	],
	['Conservation', 'conservationtree.htm', null,
		['Kehoe Conservation Camp', 'http://www.vtfishandwildlife.com/edu_camps.cfm',  {'tw' : '_blank'},
		],
		['Class 1 Wetlands Delineation Map', 'conservation-c1wdmap.htm', null,
		],
		['VT Dept. of Environmental Conservation', 'http://www.anr.state.vt.us/dec/dec.htm', {'tw' : '_blank'},
		],
		['Water Quality', null, null,
			['Home Page', 'http://www.anr.state.vt.us/dec/waterq/wqdhome.htm', {'tw' : '_blank'},
			],
			['Article: Out of the Blue', 'http://www.anr.state.vt.us/dec/waterq/htm/wq_outoftheblue.htm', {'tw' : '_blank'},
			],
		],
		['Lakes Monitoring', 'conservation-lakemon.htm', null,
		],
		['Watershed', 'conservation-watershed.htm', null,
		],
		['Quick Links', 'conservation-quicklinks.htm', null,
		],
	],
	['Archives', 'archivetree.htm', null,
	],
];