/*
  --- 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.php'],
					['Organization', null, null,
						['CEO Speak', 'ceo_speak.php'],
						['Ladder Team', 'ladder_team.php'],
						['About Us', 'about_us.php'],
					],
					['Services', null, null,
						['Our Services', 'ourservices.php'],
						['Aspiration Management', 'aspiration_managment.php'],
						['Career Management', 'carrier_mang.php'],
						['Human Capital Management', 'human_capital_mng.php'],
						['Facilities and Infrasrtucture', 'facility_inf.php'],
						['PMO', 'pmo.php'],
						['Recruitment Services', 'recruit.php']

					],
					['Domain', null, null,
						['Candidate Domain', 'can_domain.php'],
						['Employers Domain', 'emp_domain.php'],
						['Employee Domain', 'domain.php'],
						['Value Domain', 'value_domain.php']
					],
					['Contact Us','contact_us.php'],

					['Feed-Back', 'feedback.php'],
					
					['Site-Map', 'site_map.php'],

					['Search', null, null,
						['<img src=dropdown/google_icon.gif border=0>&nbsp;&nbsp;Google', 'http://www.google.com'],
						['<img src=dropdown/yahoo_icon.gif border=0>&nbsp;&nbsp;Yahoo', 'http://www.yahoo.com'],
						['<img src=dropdown/av_icon.gif border=0>&nbsp;&nbsp;Altavista', 'http://www.altavista.com/'],
						['<img src=dropdown/alexa2.gif border=0>&nbsp;&nbsp;Alexa','http://www.alexa.com/'],
						['<img src=dropdown/excite.gif border=0>&nbsp;&nbsp;Excite','http://www.excite.com/']
					],
				];

