/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.deltapompen.com', null,
		['Company Info', 'http://www.deltapompen.com/company_info.htm'],
		['Mission', 'http://www.deltapompen.com/our_goal.htm'],
		['Press Releases', 'http://www.deltapompen.com/news.htm'],
		['Our terms', 'http://www.deltapompen.com/delivery_term.htm']
	],
	['Products', 'http://www.deltapompen.com/pumpproducts.htm', null,
		['Horizontal pumps', 'http://www.deltapompen.com/pumpproducts.htm#Horizontal'],
		['Vertical Pumps', 'http://www.deltapompen.com/pumpproducts.htm#Vertical'],
		['Submersible pumps', 'http//www.deltapompen.com/pumpproducts.htm#Submersible'],
		['Deep-well pumps', 'http://www.deltapompen.com/pumpproducts.htm#Deep-well'],
		['Inline pumps', 'http://www.deltapompen.com/pumpproducts.htm#Inline'],
		['Propellor pumps', 'http://www.deltapompen.com/pumpproducts.htm#Propellor'],
		['Self priming pumps', 'http://deltapompen.com/pumpproducts.htm#Selfpriming'],
		['Pump accesoires', 'http://www.deltapompen.com/pumpproducts.htm#Controls']
	],
	['Downloads', null, null,
		['Downloads', 'http://www.deltapompen.com/downloads.htm']
	],
	['Aftersales', null, null,
		['Advise', 'http://www.deltapompen.com/pump_advise.htm'],
		['Pump service', 'http://www.deltapompen.com/pump_repair_service.htm'],
		['Pump repair', 'http://www.deltapompen.com/pump_repair_service.htm'],
		['Pump spare parts', 'http://www.deltapompen.com/Pump_spare_parts.htm']
	],
	['Industries', null, null,
		['Marine', 'http://www.deltapompen.com/Industry_Marine.htm'],
		['Industry', 'http://www.deltapompen.com/Industry_industrial_pumps.htm'],
		['Energy / biomass', 'http://www.deltapompen.com/Industry_energy_generation_biomass.htm'],
		['Chemcial industry', 'http://www.deltapompen.com/Industry_chemical_production.htm'],
		['Metal industry', 'http://www.deltapompen.com/Industry_pumps_metal_production.htm'],
		['Water / wastewater', 'http://www.deltapompen.com/Industry_pumping_wastewater_water.htm']
	]
];
