/*Index*/

var MENU_ITEMS = [
	['Home', 'index.htm'],	
	
	['About Shimla', null, null,
		['history', 'history.htm'],
		['general information', 'information.htm']
		
	],

	['Travel Information', null, null,
		['find a travel agent', 'Travel-Information/travelagent_list.asp'],
		['how to reach', 'Travel-Information/reach.htm'],
		['distances', 'Travel-Information/shimla.htm'],
		['find a hotel', 'Travel-Information/searchHotel.asp'],
		['travel tips', 'Travel-Information/traveltips.htm'],
		['maps', 'Travel-Information/maps.htm'],
		
	],

	['Tourist Attraction', null, null,
		['places', 'Places/index.htm'],
		['adventures', 'Adventures/index.htm'],
		['religious places', 'Temples/index.htm'],
		['haritages', 'Haritages/index.htm'],
		['around shimla', 'Places/others.htm']
		
		
	],
	
	['Other Information', null, null,
		['shopping places', 'Other-Information/shopping_corners.htm'],
		['eating joints', 'Other-Information/food_joints.asp'],
		['festivals & events', 'Festivals/index.htm'],
		['schools & collages', 'Schools/index.htm'],
		
	],

	['Contact Us', 'contact.htm'],

	['Advertise With Us', 'advertise.asp']

];


