/* Tigra Menu items structure */
var MENU2_ITEMS = [
	['RESTAURANT', '../restaurant/index.php', null,
		['Bistromenü', '../uploaded/bistro.pdf',{'tw':'_blank'}],
		['Speisekarte', '../uploaded/speisekarte.pdf',{'tw':'_blank'}],
		['Weine', '../restaurant/weine.php'],
		['Reservierung', '../restaurant/anfrage.php',{'tw':'_blank'}]
	]
];

