// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Domov', 'index.htm'],
	['Dogodki', 'Dogodki.htm'],
	['Smučanje', 'Smucanje.htm'],
	['Tek', 'Tek.htm'],
	['Rolanje', 'Rolanje.htm'],
	['Kulinarika', 'Kulinarika.htm'],
	['Lokostrelstvo', 'Lokostrelstvo.htm'],
	['Glasba', 'Glasba.htm'],
	['Janove novice', 'Novice_old/index.html']
];

