/*
  --- 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 = [
	['Town Regulations', 'http://www.townofjaffrey.com/Resources/regulations.htm'],

	['Forms and Applications', 'http://www.townofjaffrey.com/Resources/forms.htm'],

	['Annual Reports', null, null, 
		['2009 Annual Report', 'http://www.townofjaffrey.com/Resources/AnnualReports/annualreport2009.htm'],
		['2008 Annual Report', 'http://www.townofjaffrey.com/Resources/AnnualReports/annualreport2008.htm'],
		['2007 Annual Report', 'http://www.townofjaffrey.com/Resources/AnnualReports/annualreport2007.htm'],
		['2006 Annual Report', 'http://www.townofjaffrey.com/Resources/AnnualReports/annualreport2006.htm'],
		['2005 Annual Report', 'http://www.townofjaffrey.com/Resources/AnnualReports/annualreport2005.htm'],
		['2004 Annual Report', 'http://www.townofjaffrey.com/Resources/AnnualReports/annualreport2004.htm'],
	],

	['Voting Results', null, null,
		['2010 Town Election & Meeting Results', 'http://www.townofjaffrey.com/Resources/VotingResults/election2010.htm'],
		['2009 Town Election & Meeting Results', 'http://www.townofjaffrey.com/Resources/VotingResults/election2009.htm'],
		['2008 Town Election & Meeting Results', 'http://www.townofjaffrey.com/Resources/VotingResults/election2008.htm'],
		['2008 Presidential Primary Results', 'http://www.townofjaffrey.com/Resources/VotingResults/primary2008.htm'],
		['2007 Town Election & Meeting Results', 'http://www.townofjaffrey.com/Resources/VotingResults/election2007.htm'],
		['2006 Town Election Results', 'http://www.townofjaffrey.com/Resources/VotingResults/election2006.htm'],
		['2006 Special Town Mtg Results', 'http://www.townofjaffrey.com/Resources/VotingResults/townmtg9-9-2006.htm'],
		['2006 State Election Results', 'http://www.townofjaffrey.com/Resources/VotingResults/Stateelection2006.htm'],
	],

	['Reports and Studies', null, null,
		['2009 Economic Impact of the Arts', 'http://www.townofjaffrey.com/Resources/Studies/ArtsImpact/ArtsImpact.htm'],
		['2009 Stone Bridge TIF Fire Protection', 'http://www.townofjaffrey.com/Resources/Studies/StoneBridgeTIFWater.pdf', {'tw' : '_blank'}],
		['2009 Draft Downtown Plan', 'http://www.townofjaffrey.com/Resources/MasterPlan/2009DowntownPlan/2009DowntownPlan.htm'],
		['2008 Downtown Traffic', 'http://www.townofjaffrey.com/Resources/Studies/TrafficStudy/2008trafficstudy.htm'],
		['2005 COCS Study', 'http://www.townofjaffrey.com/Resources/Studies/COCS/COCS.htm'],
	],

	['Elite Laundry Brownfield', 'http://www.townofjaffrey.com/Resources/EliteLaundry/laundry.htm'],

	['Jaffrey Master Plan', 'http://www.townofjaffrey.com/Resources/Masterplan/2007masterplan.htm'],

	['SW Regional Planning', 'http://www.swrpc.org/', {'tw' : '_blank'}],


	['Maps', null, null, 
		['Town Base Map', 'http://www.townofjaffrey.com/Resources/Maps/base_map.pdf'],
		['Street Location Map', 'http://www.townofjaffrey.com/Resources/Maps/Jaffrey_NH-Grid_Map.pdf'],
		['Zoning Districts', 'http://www.townofjaffrey.com/Resources/Maps/Zoning.pdf'],
	],

];

