/*
  --- 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 = [
	
	['About Corporation', null, null,
		['FAQs', 'faqs.htm'],
		['Understanding VMC', 'understanding.htm'],
		['When I must contact VMC ?', 'when_contact.htm'],
		['General Services', 'services.htm'],
		['Download Forms', 'downloadforms.htm'],
		['Wards', 'under_updation.htm'],
								
	],
	['City : A Virtual Tour', null, null,
		['Recent History', 'history.htm'],
		['City at a Glance', 'city_glance.htm'],
		['For the Tourist', 'for_tourist_new.htm'],
		['Photo Gallery', 'photo_gallery.htm'],
		['Hotels & Lodges', 'hotel_lodges.htm'],
		['Entertainment', 'entertainment.htm'],
		
	],
	['Tender Info.', null, null,
		
		['Download Tender Forms', 'tenders.htm'],
					
	],
	['Utilities', null, null,
		['Electricity', 'electricity.htm'],
		['Railways', 'railways.htm'],
		['Public Transport', 'public_transport.htm'],
		['Airlines', 'airlines.htm'],
		['Water', 'water.htm'],
		['Telephones', 'telephones.htm'],
		
						
	],
	['Emergency Services', null, null,
		['Police', 'police.htm'],
		['Fire ', 'fire.htm'],
		['Ambulance', 'ambulance.htm'],
		['Hospitals', 'hospitals.htm'],
		
	],
	
];

