/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'home.htm'],
	['Technology', null, null,
		['General', 'technologygeneral.htm'],
		['How does it work', 'technologyhow.htm']
	],
	['Products', null, null,
		['General', 'productsgeneral.htm'],
		['Plation-PM floats', 'plation-floats.htm'],
		['PNK, PNS and JC floats', 'plation-pnk.htm'],
		['Plation In-line filters', 'plationinline.htm'],
		['Plation for Household water', 'productsplation.htm'],
		['RainPC', 'rainpc.htm']
	],
	['Test Results', null, null,
		['Plation-floats', 'trplationfloats.htm'],
		['Plation In-Line filters', 'trplationinline.htm'],
		['RainPC', 'trrainpc.htm']
	],
	['Applications & projects', null, null,
		['General', 'applicationsgeneral.htm'],
		['Yachts & marine', 'recreational.htm'],
		['Campers & leisure homes', 'campers.htm'],
		['Waterpyramid', 'waterpyramid.htm'],
		['Jerrycans', 'jerrycans.htm'],
		['Schools', 'schools.htm'],
		['Large cisterns', 'cisterns.htm'],
		['Domestic rainwater', 'domestic.htm']
	],
	['Buy Plation on line', 'buyonline.htm'],
	['Links', 'links.htm'],
	['Contact', 'contact.htm']
];
