// JavaScript Document
/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '../../../../index.html'],
	['Manufacturing Division', null, null,
		['P.V.C. Pipe Fittings', null, null,
			['DIN Standard', 'index.html'],
			['USA Statndard SCH-80', '../usa/index.html'],
			['Other Products', '../others/index.html']
		]
	],
	['Import & Trading Division', null, null,
		['Sanitarywares', '../sanitary/index.html']
	],
	['Contact us', '../../contact.html'],
	['عربي', '../../../ara/index.html']
];

