/*
  --- 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 = [
	['Home', 'index.html', null],
	['About Us', 'AboutUs.html', null,
		['About Mansai', 'AboutUs.html#AboutMansai'],
	    ['Our Services', 'AboutUs.html#OurServices'],
	    ['Management Team', 'AboutUs.html#Management'],
	    ['Our Mission', 'AboutUs.html#Mission'],
	    ['Our USP', 'AboutUs.html#USP'],
	    ['Certifications', 'AboutUs.html#Cert'],
	],
	['Services', null, null,
		['IT Consulting', 'ITServices.html'],
		['Telecom Solutions', 'TeleServices.html'],
        ['Engineering Services', 'EngServices.html'],
	],
	['Clients', 'Clients.html', null,
		['Manufacturing', 'Clients.html#Manufacturing'],
		['Telecommunications', 'Clients.html#Tele'],
		['Pharmaceutical', 'Clients.html#Pharmaceutical'],
		['Financial Services', 'Clients.html#Finance'],
		['High Technology', 'Clients.html#HighTech'],
		['Utility', 'Clients.html#Utility'],
		['Government Agenies', 'Clients.html#Govt']
	],
	['Alliances', 'Alliances.html', null],
	['Careers', 'Careers.html', null],
	['Contact Us', 'ContactUs.html', null]
];

