/*
* All content in this page is developed by Ahmed Nasym for MTCC Plc
* unless otherwise stated explicitly, content adapted from other
* developers and authors are explicitly referenced.
*/

// This script will load a DHTML menu
// This script may not be copied, modified and used for any purposes
// This menu is adapted from the well known Tigra Menu
// Developed by Ahmed Nasym. All rights reserved 2004.

/*
  --- menu items --- 
*/

var MENU_ITEMS = [
	['Home', '/default.asp', null,
	],
	['Company', null, null,
		['Our History', 'company.asp?PageID=101'],
		['Our Mission', 'company.asp?PageID=102'],
		['Our Board &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img border="0" src="images/h_arrow4.gif">', null, null,
			['Board of Directors', 'boardDirectors.asp'],
			['Board Discussion Summary', 'boardResolutions.asp'],
			
		],
		['Organisation Structure', 'company.asp?PageID=103'],
		['Corporate Governance', 'company.asp?PageID=105'],
		['Article of Association', 'article.asp'],
		['Investor Relations', 'company.asp?PageID=106'],
		['News', 'company.asp?PageID=107'],
		['Publications &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img border="0" src="images/h_arrow4.gif">', null, null,
			['Annual Reports', 'company.asp?PageID=108'],
			['AGM / EGM related', 'agm-egm.asp'],
			['Financial Performance', 'FinancialPerformance.asp'],
			
		],
		['Careers &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img border="0" src="images/h_arrow4.gif">', null, null,
			['HR Development', 'company.asp?PageID=109a'],
			['Employment', 'company.asp?PageID=109b']
		],
		['Announcements', 'company.asp?PageID=110a'],
	],
	['Products', null, null,
		['Castrol Lubricants', 'prodcat.asp?ProdID=201'],
		['Sigma Coatings', 'prodcat.asp?ProdID=202'],
		['Cables', 'prod.asp?ProdID=16'],
		['Industrial Gas', 'prod.asp?ProdID=17'],
		['Marine Engines', 'prodcat.asp?ProdID=206'],
		['Gensets', 'prodcat.asp?ProdID=207'],
	],
	['Services', null, null,
		['Dredging and Reclamation', 'services.asp?ServiceID=301'],
		['Salvage Operations', 'services.asp?ServiceID=302'],
		['Road Construction', 'services.asp?ServiceID=303'],
		['Building Construction', 'services.asp?ServiceID=304'],
		['Sheet Piling', 'services.asp?ServiceID=305'],
		['Shore Protection', 'services.asp?ServiceID=306'],
		['Equipment Rental', 'services.asp?ServiceID=307'],
		['Auctioning', 'services.asp?ServiceID=308'],
		['Marine Transport', 'services.asp?ServiceID=309'],
		['Ferry Service', 'services.asp?ServiceID=310'],
		['Ship Agency', 'services.asp?ServiceID=311']
	],
	['Departments', null, null,
		['Contracting & Projects', 'depts.asp?DeptID=401'],
		['Transport Services', 'depts.asp?DeptID=402'],
		['Logistic & Rentals', 'depts.asp?DeptID=403'],
		['Sales & Marketing', 'depts.asp?DeptID=404'],
		['Engineering', 'depts.asp?DeptID=409'],
		['Contacts & Offices', 'depts.asp?DeptID=407']
	],
	['Suppliers', null, null,
		['Yanmar Corp.', 'suppliers.asp?SupplierID=501'],
		['SigmaKalon', 'suppliers.asp?SupplierID=502'],
		['Premier Lubricants', 'suppliers.asp?SupplierID=504'],
		['Himoinsa', 'suppliers.asp?SupplierID=506']
	],
	['Downloads', 'downloads.asp', null,
	],
	['Contacts', 'depts.asp?DeptID=407', null,
	],
	
];

