/*
  --- 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 = [
	["Home", 'index.htm'],
	
	['About Us', null, null,
		['Corporate Vision', 'corporate_vision.htm'],
		['Corporate Profile', 'corporate_profile.htm'],
		['Evolution & Transformation', 'evolution_transformation.htm'],
		['Facilities', 'facilities.htm'],
		['Customer Centric Culture', 'customer_centric.htm'],
		['Testimonials', 'testimonials.htm']		
	],
	
	['Standard Products', null, null,
		['Toiletries and Cosmetics', null, null,
			['Product Matrix', 'product_matrix01.htm'],
			['TC1 & TC2', 'tc1_tc2.htm'],
			['TC3 & TC4', 'tc3_tc4.htm'],
			['TC5 & TC6', 'tc5_tc6.htm'],
			['TC7 & TC8', 'tc7_tc8.htm'],
			['TC9 & TC10', 'tc9_tc10.htm'],
			['TC11 & TC12', 'tc11_tc12.htm'],
			['TC13 & TC14', 'tc13_tc14.htm'],
			['TC15 & TC16', 'tc15_tc16.htm'],
			['TC17 & TC18', 'tc17_tc18.htm'],
			['TC19 & TC20', 'tc19_tc20.htm'],
			['TC21 & TC22', 'tc21_tc22.htm'],
			['TC23 & TC24', 'tc23_tc24.htm'],
			['TC25 & TC26', 'tc25_tc26.htm'],
			['TC27 & TC28', 'tc27_tc28.htm'],
			['TC29 & TC30', 'tc29_tc30.htm'],
			['TC31', 'tc31_tc31.htm'],
			['Clarified', 'clarified.htm']			
		],
		['Pharmaceuticals', null, null,
			['PC1', 'pc1_pc2.htm'],
			['PC2', 'pc1_pc2.htm'],
			['PC3', 'pc3_pc4.htm'],
			['PC4', 'pc3_pc4.htm'],
			['PC5', 'pc5_pc5.htm']
		],
		['Industrial', null, null,
			['ID1', 'id1_id2.htm'],
			['ID2', 'id1_id2.htm'],
			['ID3', 'id3_id4.htm'],
			['ID4', 'id3_id4.htm'],
			['ID5', 'id5.htm']			
		],
		['Closures', null, null,
			['ABS Caps & Lock Caps', 'closures_abs_lc.htm'],
			['Screw On Caps & S Jar Caps', 'closures_sc_sjc.htm'],
			['Pumps & Spray Gun', 'closures_p_sg.htm'],
			['Flip-In Caps & Pop-In Caps', 'closures_fc_pic.htm'],
			['Inserts', 'closures_inserts.htm']
		],
	],
		
	['Scope Of Services', null, null,
		['Effective Solutions', 'effective_solutions.htm'],
				['The Creative Edge', 'creative_edge.htm']
	],
	
	['Contact Us', null, null,
		['Address', 'address.htm'],
		['Feedback Form','feedback.htm']		
	],

	['What`s New', 'whats_new.htm'],
		
	['F.A.Q.', 'faq.htm'],
	
];

