/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['Editorial Board', 'editorial.htm', null,
		['Editorial Policy', 'editorial.htm'],
		['Submissions', 'editorial.htm#submissions']
	],
	['Issues & Commentary', 'issues.htm'],
	['Calendar', 'calendar.htm'],
	['Pitts Watch', 'http://www.slaterforcongress.com/pitts_watch01.htm'],
	['Contact Us...', 'contact.htm'],
	['Where to Vote', 'http://www.slaterforcongress.com/16th.htm', {'tw':'_top'}]
];
