/* Tigra Menu Gold items structure */
var MENU_ITEMS = [
	['Home', '/index.html'],
	['About us', null, null,
		['Our company', '/aboutUs/company.html'],
		['Our quality statement', '/aboutUs/QS.html'],
		['Employment opportunities', '/aboutUs/jobs.html']
	],
	['Products', null, null,
		['Storage tanks', '/Products/storage/storagetanks.html'],
		['Tanks with a center flue', '/Products/Tank_with_Coil_H_exchangers/fluetank.html'],
		['Tanks with Coil heat exchanger', null, null,
			['Solar Tanks', '/Products/Tank_with_Coil_H_exchangers/solar.html'],
			['Geothermal tanks', '/Products/Tank_with_Coil_H_exchangers/geothermal.html'],
			['Indirect Tanks', '/Products/Tank_with_Coil_H_exchangers/indirect.html'],
			['Marine Tanks', '/Products/Tank_with_Coil_H_exchangers/marine.html']
		],
		['Heat exchangers', '/products/heat_exchangers/heat_ex.html'],
		['ASME', '/Products/ASME/ASME.html'],
		['Porcelain application', '/products/porcelain.html'],
		['FAQs', '/products/FAQs.html']
	],
	['Contact us', null, null,
		['Request a quote', '/ContactUs/Tti_RQuote.html'],
		['Call us', '/ContactUs/Tti_ContactUs.html'],
		['Directions to our plant', '/ContactUs/Tti_map.html']
	]
];
