/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['SSSI', null, null,
		//['Kto sme', 'index.php?section=11'],
		['Stanovy', 'index.php?section=12'],
		['VR a DR', 'index.php?section=13']//,
		//['Hlavné aktivity', 'index.php?section=14'],
		//['Služby', 'index.php?section=15'],
		//['Sekcie', 'index.php?section=16']
	],
	['Akcie SSSI', null, null,
		['Aktuálne', 'index.php?section=21'],
		['BI Breakfast', 'index.php?section=23'],
		['Archív', 'index.php?section=22']
	],
	['Členovia', null, null,
		['Zoznam', 'index.php?section=31']//,
//		['Linky', 'index.php?section=32']
	],
	['ICT trh', null, null,
		['Novinky', 'index.php?section=41'],
		['Linky', 'index.php?section=42'],
		['Akcie členov a partnerov SSSI', 'index.php?section=43'],
		['Analýzy', 'index.php?section=44']
	],
	['Download', null, null,
		['Download', 'index.php?section=51']
	],
	['Kontakty', null, null,
		['Žilina', 'index.php?section=61'],
		['Banská Bystrica', 'index.php?section=62']//,
		//['Bratislava', 'index.php?section=63'],
		//['Košice', 'index.php?section=64']
	]
];

