/* Tigra Menu items structure */

var MENU_ITEMS = [
	['Home', 'idse.htm', {'sw':70}],
	['Scenic Sites','/Idaho/southeast/idse.htm#SCENIC_SITES', {'sw':120}],
	['Events','/Idaho/southeast/idse.htm#Events_'],
	['Local Areas', null, {'sw':120},
	 	['Blackfoot','/Idaho/southeast/idse.htm#blackfoot'],
		['Franklin','/Idaho/southeast/idse.htm#franklin'],
		['Lava Hot Springs','/Idaho/southeast/Lava_Hot_Springs/Lava_Hot_Springs.htm'],
		['Montpelier','/Idaho/southeast/idse.htm#montpelier'],
		['Moscow','/Idaho/southeast/Moscow/Moscow.htm'],
		['Pocatello','/Idaho/southeast/idse.htm#Pocatello'],
		['Soda Springs','/Idaho/southeast/idse.htm#sodasprings']
	],	
	['More Idaho',null, {'sw':110},
	 	['Central','/Idaho/central/idc.htm'],
	 	['Eastern','/Idaho/eastern/ide.htm'],
	 	['North','/Idaho/north/idn.htm'],
	 	['North Central','/Idaho/northcentral/idnc.htm'],
		['South Central','/Idaho/southcentral/idsc.htm'],
		['South East','/Idaho/southeast/idse.htm'],
		['South West','/Idaho/southwest/idsw.htm']
	 ]
];
