/*Traval Information*/

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', 'travelagent_list.asp'],
		['how to reach', 'reach.htm'],
		['distances', 'shimla.htm'],
		['find a hotel', 'searchhotel.asp'],
		['travel tips', 'traveltips.htm'],
		['maps', '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']

];


