/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Products', null, null,
		['<img src="images/navpijl.gif" width="10" height="10" border="0">  Industry',null,  null,
		 	['Gear Units', 'gearunits.htm', null],
			['Technological Evolution', 'technolution.htm', null],
			['Hansen P4 Principles', '4princ.htm', null],
			['<img src="images/navpijl.gif" width="10" height="10" border="0"> P4 Multistage Features & Benefits', 'horizontal.htm', null, 
			 	['Features & Benefits', 'horbenefits.htm', null]
			],
			['<img src="images/navpijl.gif" width="10" height="10" border="0"> P4 Multistage Applications', 'horizontal.htm', null, 
				['Applications Water Treatment', 'sol_water.htm', null],
				['Applications Material handling', 'sol_material.htm', null],
				['Applications Cooling Towers', 'sol_cooling.htm', null],
				['Applications Mixers', 'sol_miwers.htm', null],
				['Applications Palm Oil', 'sol_oil.htm', null],
				['Applications Paper & Wood', 'sol_paper.htm', null]
			],
			['P4 Catalogue', 'catalogue.htm', null],
			['<img src="images/navpijl.gif" width="10" height="10" border="0"> P4 Singlestage Units', 'singlestage.htm', null,
			 	['Features & Benefits', 'singlebenefits.htm', null]
			]
		],
		['<img src="images/navpijl.gif" width="10" height="10" border="0"> Wind Energy', null, null,
		 	['<img src="images/navpijl.gif" width="10" height="10" border="0"> Hansen W4', 'w4_wind.htm', null,
			 	['Features & Benefits', 'windbenefits.htm', null],
				['Applications for Wind Turbines', 'windapp.htm', null]
			]
		],
		['Downloads', "downloads2.htm", null],
		['Literature Request', "literature.html", null],
		['Quotation Request', "quotation.html", null]
	],
	['Hansen Services', null, null,
	 	['Info', 'info.htm', null],
		['Network', 'network.htm', null],
		['Downloads', 'downloads.htm', null],
		['Product Identity', 'product_id.htm', null],
		['General Service Reply Form', 'reply_general.htm', null]
	],
	['Company Profile', null, null,
		['Hansen', 'profile.htm', null],
		['Jobs','jobs.htm', null],
		['Internships & Dissertations', 'internships.htm', null],
		['Links', 'links.htm', null]
	],
	['News', null, null,
	 	['Press releases', 'pressreleases.htm', null],
		['Events', 'events.htm', null],
		['In the Media', 'media.htm', null]
	]
];
