
var MENU_ITEMS = [
	['Home','index.aspx'],
	['We. The People', null, null,
		['Our Founder', 'founder.aspx'],
		['About Us', 'profile.aspx'],
		['Contact Us', 'contactus.aspx']
			
	],
	['On-Line Bookings', null, null,
		['Air-Ticket Booking', 'airbooking.aspx'],
		['Bus-Ticket Booking', 'busbooking.aspx'],
		['Car Booking', 'carbooking.aspx'],
		['Hotel Booking', 'hotelbooking.aspx'],
		['Train Booking', 'railbooking.aspx']
		
	],
	['Facilities', null, null,
		['Passport and Visa', 'pass_visa.aspx'],
		['Foreign Exchange','frn_ex.aspx'],
		['Package Tours','package.aspx'],
		['Cargo Services','cargo.aspx'],
		['Other Services', 'other.aspx']
	],
	['Memberships', null, null,
		['New User ?', 'newmember.aspx'],
		
	],

	['Contact Us','contactus.aspx'],	
];

