/* Tigra Menu items structure */

var MENU_ITEMS = [
	['Home', 'ide.htm', {'sw':64}],	
	['Visitors Information','#information', {'sw':175}],
	['Accommodations','#accommodations', {'sw':160}],
	['Cities & Towns', null, {'sw':140},
	 	['Ashton','/Idaho/eastern/ide.htm#Ashton'],
		['Idaho Falls','/Idaho/eastern/ide.htm#idahofalls'],
		['Rexburg','/Idaho/eastern/ide.htm#rexburg'],
		['Teton Valley','/Idaho/eastern/ide.htm#tetonvalley'],
	],	
	['More Idaho',null, {'sw':120},
	 	['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']
	 ]
];
