/*
  --- 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','content2.html', {'tw' : 'content'}],
	['Events...',null, null,
		['News','news.htm', {'tw' : 'content'}],
		['Calendar','calendar.htm', {'tw' : '_blank'}],
		['FUN items','fun.htm', {'tw' : 'content'}],
	],
	['Watershed...',null, null,
		['Description','watershed.htm', {'tw' : 'content'}],
		['Asessment','Assessment.htm', {'tw' : '_blank'}],
		['Photos','photos.htm', {'tw' : 'content'}],
		['Maps','maps2.htm', {'tw' : 'content'}],
		['Links','links.htm', {'tw' : '_blank'}],
		['Tips for landowners','tipslandowners.htm', {'tw' : 'content'}],
	],
	['Council...',null, null,
		['What we do','council.htm', {'tw' : 'content'}],	
		['Board','members.htm', {'tw' : '_blank'}],
		['Meetings','meetings.htm', {'tw' : 'content'}],
		['Charter','charter.htm', {'tw' : '_blank'}],
		['Action Plan','actionplan.htm', {'tw' : '_blank'}],
		['Reports','reports.htm', {'tw' : 'content'}],
		['Services','services.htm', {'tw' : 'content'}],
		['Partners','partners.htm', {'tw' : 'content'}],
		['Staff','staff.htm', {'tw' : 'content'}],
		['Contact Us','contact.htm', {'tw' : 'content'}],
	],
	['Projects...',null, null,
		['Overview','overview.htm', {'tw' : 'content'}],
		['Recent projects','recentprojects.htm', {'tw' : 'content'}],
		['Project map','cmpltdprjts.htm', {'tw' : '_blank'}],
	],
	['Get Involved...', null, null,
		['Events','news.htm', {'tw' : 'content'}],
		['Volunteer','volunteer.htm', {'tw' : 'content'}],
		['Donate','donate.htm', {'tw' : 'content'}],
		['Contact Us','contact.htm', {'tw' : 'content'}],
		['About Website','website.htm', {'tw' : 'content'}],
	],
];