/* Tigra Menu PRO items structure */
var MENU_ITEMS = [
	['Yhteys', ['yhteys.htm', 'indeep', '%l']],
	['Uutiset', ['main_content.html#uutiset', 'indeep', '%l']],
	['Messut', ['main_content.html', 'indeep', '%c (%l)'], null,
		['Linkit', ['linkit.htm', 'indeep', '%l']],
		['Media', ['media.htm', 'indeep', '%l']]
	],
	['Galleriat', ['galleria.htm', 'indeep', '%l'], null,
		['Galleria', ['galleria.htm', 'indeep', '%l']],
		['Arkisto', ['arkisto.htm', 'indeep', '%l']],
		['Videot', ['videot.htm', 'indeep', '%l']],
		['Palkinnot', ['palkinnot.htm', 'indeep', '%l']]
	],
	['Ohjelma', ['ohjelma_talvi11.htm', 'indeep', '%l'], null,
	//	['Ohjelma', ['ohjelma_kevat09.htm', 'indeep', '%l']],
	//	['Puuharavintola', ['peep_kevat09.htm', 'indeep', '%l']]
	],
	['Kauppiaat', ['kaupat.htm', 'indeep', '%l'], null,
		['Kaupat', ['kaupat.htm', 'indeep', '%l']],
		['Kauppiaille', ['kauppiaille.htm', 'indeep', '%l']],
		['Verkkokauppa', ['http://kauppa.sexhibition.fi', '_blank', '%l']]
	]
];

