// JavaScript Document
var myMenu =
[
	[null, 'Home', 'main.html', 'mainFrame', 'Home'],
	[null, 'About us', 'profile.html', null, 'Company Profile',
		[null, 'Organisational History', 'organisationalHistory.html', 'mainFrame', '#'],	 
		[null, 'Founder"s Message ', 'gmSpeech.html', 'mainFrame', '#'],
		[null, 'Objectives and Values', 'objectivesAndValues.html', null, '#'],
		[null, 'Key Quality Factors', 'keyQualityFactors.html', null, '#'],		
		[null, 'Other Important Factors', 'otherImportantFactors.html', null, '#'],
		[null, 'Quality Excellence', 'qualityExcellence.html', null, '#'],
		[null, 'Privacy Policy', 'privacyPolicy.html', null, '#'],
		[null, 'Quality Policy', 'qualityPolicy.html', null, '#'],	
		],	
	[null, 'Services', 's_0.html', null, 'Services',
		[null, 'Service Definitions & Types', 's_0.html', null, '#'], 
		[null, 'Commercial And Corporate Affairs ', 's_1.html', null, '#'],
		[null, 'Banking ', 's_2.html', null, '#'],
		[null, 'Maritime & Shipping ', 's_3.html', null, '#'],
		[null, 'Intellectual Property ', 's_4.html', null, '#'],
		[null, 'Insurance And Traffic Accident claims', 's_5.html', null, '#'],
		[null, 'Arbitration & Alternative Dispute Resolution', 's_6.html', null, '#'],
		[null, 'Labour Relations', 's_7.html', null, '#'],		
		[null, 'Real Estate Property', 's_8.html', null, '#'],	
		[null, 'Contracts', 's_9.html', null, '#'],	
			],
	[null, 'Contact Us', 'contactUs.html', null, '#'],	
];
