/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['About Molly', 'about.html'],
	['News', 'news.html'],
	['Issues', 'issues.html'],
	['Contact Me', 'contact.html'],
	['Calendar', 'calendar.html'],
	['Where to Vote', 'http://www.lancasterdems.com/precinct/index.htm', {'tw':'_top'}],
	['Molly Minutes', 'movies.htm', null,
		['Farmland Preservation', 'movies/Preservation.wmv'],
		['Convention Center', 'movies/Convention1.wmv'],
		['Route 23', 'movies/23_route.wmv'],
		['Conestoga View', 'movies/Conestoga4.wmv'],
		['Lancaster City', 'movies/Lancaster.wmv'],
		['Community Enhancement', 'movies/Urban.wmv']
	]
];
