var MENU_ITEMS = [

['01 Products', null, null,
	['Products Home', 'prod_main.php'],
	['Info-Center', 'prod_download.php'],],
		
['02 About Us', null, null,
	['Our Profile', 'abt_profile.php'],
	['Industrial Safety', 'abt_ohes.php'],],
				
['03 Clientele', null, null,
	['Our Experience', 'ent_exp.php']],

['04 Contact', null, null,
	['Contact Us', 'abt_location.php'],
	['Employment', 'abt_jobs.php'],],
	
];

