/*
  --- 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 Us', null, null,
				[		'Mission & Vision of KCT'		,	'aboutus/mission_vision.htm', {'tw' : 'body'}	]	,
[		'General Overview' 		,	null, null	]	,
[		'Executive Summary'		,	null, null	]	,
[		'Information on Divisions'		,	null, null	]	,
[		'Basic Statistics', 		,	null, null	]	,
[		'KCT Fact Sheet'		,	null, null	]	,
[		'Terminal Map'		,	null, null	]	,
[		'Directions'		,	'aboutus/directions.htm', {'tw' : 'body'}	]	,
[		'Work Hours and Holidays'		,	null, null	]	,
[		'History of the KCT'		,	null, null	]	,
[		'Developments'		,	null, null	]	
						
	],
	['Customer Service', null, null,
		[		'Security Procedures'		,	'security/security.htm',{'tw' : 'body'}	]	,
[		'Safety Procedures'		,	null, null	]	,
[		'Appointment system'		,	'appointments/appointments.htm', {'tw' : 'body'}	]	,
[		'Finance E-payment'		,	'main/epayment.htm', {'tw' : '_blank'}	]	

		
	],
	['News & Events', null, null,
[		'Current Affairs' 		,	'communications/portaffairs/portaffairs.htm', {'tw' : 'body'}	]	,
[		'Port News' 		,	'communications/portnews/portnews.htm', {'tw' : 'body'}	]	,
[		'Client Advisories'		,	'communications/portadvisories/portadvisories.htm', {'tw' : 'body'}	]	,
[		'Port Twitter!!'		,	'communications/porttwitter/porttwitter.htm', {'tw' : 'body'}	]	

		
	],
	['KCT Careers', null, null,
		[		'Job openings'		,	null, null	]	,
[		'A Day in the Life…'		,	null, null	]	

		
	],
	['Multimedia'   , null, null,
		[		'Videos'		,	null, null	]	,
[		'Photo Gallery'		,	null, null	]	,
[		'Operational Activities'		,	null, null	]	,
[		'Audio Clips' 		,	null, null	]	,
[		'News Clips' 		,	null, null	]	,
[		'Port Tour Video'		,	null, null	]	,
[		'RSS Feeds'		,	null, null	]	
	],
	['Philanthropy', null, null,
		[		'Contributions to Society' 		,	null, null	]	,
[		'Community Outreach'		,	null, null	]	,
[		'Social Activities'		,	null, null	]	

	],
	['Contact Us', null, null,
['General' , null, null],
['The Management Team' , null, null]

		
	]
	
];

