/* --- menu items --- */
var MENU_ITEMS = [
	['<img src="./images/parent_rightArrow.gif" class="menuArrow" /> Services', null,
		['Technical', 'technical_services.php'],
		['Commercial', 'commercial_services.php'],
		['Training', 'training.php'],
		['Software Dev', 'software_development.php']
	],
	['<img src="./images/parent_rightArrow.gif" class="menuArrow" /> Expertise', null,
		['Domain', 'domain.php'],
		['Software', 'software_tools.php']
	],
	['<img src="./images/parent_rightArrow.gif" class="menuArrow" /> Infrastructure', null,
		['Space', 'space.php'],
		['Hardware', 'hardware.php'],
		['Communication', 'communication.php'],
		['Manpower', 'manpower.php']
	],
	['Experience', 'experience.php'],
	['Clientele', 'clientele.php']
];

