/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.hiagtourism.org/index.shtml'],
	['Island Events', 'http://www.hiagtourism.org/island_events.shtml'],
	['Education & Awareness >>', 'http://www.hiagtourism.org/index.shtml',null,
		['Ag Tours Resource', 'http://www.hiagtourism.org/edu_tours.shtml'],
		['Careers in Ag', 'http://www.hiagtourism.org/edu_careers.shtml'],
		['Teachers Resource', 'http://www.hiagtourism.org/edu_resource.shtml'],
		['Hawaii Ag Programs', 'http://www.hiagtourism.org/edu_hawaii.shtml'],		
		['Press', 'http://www.hiagtourism.org/press.shtml']
	],
	['Farms & Ag Tours >>', 'http://www.hiagtourism.org/index.shtml', null,
		['Big Island', 'http://www.hiagtourism.org/farms_bigisland.shtml'],
		['Kauai', 'http://www.hiagtourism.org/farms_kauai.shtml'],
		['Maui', 'http://www.hiagtourism.org/farms_maui.shtml'],
		['Molokai', 'http://www.hiagtourism.org/farms_molokai.shtml'],
		['Oahu', 'http://www.hiagtourism.org/farms_oahu.shtml']
	],
	['Farmers Markets >>', 'http://www.hiagtourism.org/index.shtml', null,
		['Big Island', 'http://www.hiagtourism.org/markets_big_island_map.shtml'],
		['Kauai', 'http://www.hiagtourism.org/markets_kauai_map.shtml'],
		['Maui', 'http://www.hiagtourism.org/markets_maui_map.shtml'],
		['Oahu', 'http://www.hiagtourism.org/markets_oahu_map.shtml']
	],
	['Island Stewardship  >>', 'http://www.hiagtourism.org/index.shtml', null,
		['Energy', 'http://www.hiagtourism.org/steward_energy.shtml'],
		['Land', 'http://www.hiagtourism.org/steward_land.shtml'],
		['Water', 'http://www.hiagtourism.org/steward_water.shtml'],
		['Culture', 'http://www.hiagtourism.org/steward_culture.shtml']
	],
	['Country Store', 'http://www.hiagtourism.org/store.shtml'],
	['Visitor Maps', 'http://www.hiagtourism.org/maps.shtml'],
	['Join/Renew NOW!', 'http://www.hiagtourism.org/join.shtml'],
	['FREE DVD!', 'http://www.hiagtourism.org/join.shtml'],	
];
