/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['&nbsp;&nbsp;Home', 'index.htm'],
	['&nbsp;&nbsp;The Company', '#',null,
		['Overview', 'company_over.htm'],
		['Equipment', '#'],
		['Testimonials', 'testimonial.php'],
		['Press Center', '#'],
	],
	['&nbsp;&nbsp;Destinations', '#',null,
		['Bhutan', '#',null,
			['Jhomolhari Treks','jhomolhari_bhutan.htm'],
		],	
		['Nepal','#',null,
			['Everest Base Camp', 'base_camp_nepal.htm'],
			['Island Peak','island_nepal.htm'],
			['Annapurna Santuary','annapurna_nepal.htm'],
			['Mustang','mustang_nepal.htm'],
		],
		['Tibet', '#',null,
			['Mt.Kailash Trek','kailash_tibet.htm'],
			['Tibet Overland Tours', 'overland_tibet.htm'],
		],
		['Darjeeling/Sikkim', '#',null,
			['Goche La Trek', 'gochela_sikkim.htm'],
			['Sandakphu', 'sandakphu_darjeeling.htm'],
			['Singalila Ridge Trek', 'singalila_darjeeling.htm'],
		],
	],
	    ['&nbsp;Custom Journeys', '#',null,
		['Expert Help', 'email_expert.htm'],
		['Possibilities', '#'],
	],
		/*['&nbsp;&nbsp;Giving Back', '#', null,
	],*/
		['&nbsp;&nbsp;Tenzing Norgay', '#', null,
			['Life Story', 'tenzing_norgey.htm'],
			['Achievements', 'tenz_achive.htm'],
		],
	
		['&nbsp;&nbsp;Jamling Tenzing', '#',null,
		['Life Story', 'jamling.htm'],
		['Speaking Engagement', '#',null,
			['Speaking Summary','jamling_lecture.htm'],
			['Client Feedback','confirm.htm'],
			['Lecture Booking','mailto:info@tenzing-norgay.com'],
		],
		['Books', 'jamling_book.htm'],
	],
		['&nbsp;&nbsp;Gallery', '#',null,
		['Video', '#'],
		['Photo Album', 'photo_gallery.htm'],
	]


];


