/*
  --- 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_ITEMS1 = [
	['skialpfest', null, null, 
		['skialpfest 2005', 'http://05.skialpfest.sk/index.php?id=uvod',{'tw' : '_blank'}],
		['skialpfest 2004', 'http://www.skialpfest.sk/main.php',{'tw' : '_blank'}],
	],
	['aktuality', 'index.php?id=news'],
	['program', null, null,
		['prehľad', 'index.php?id=harmo'],
		['hostia', 'index.php?id=hostia'],
	],
	['preteky', null, null,
		['kategórie', 'index.php?id=kategorie'],
		['profily tratí','index.php?id=profily'],
		['pravidlá','index.php?id=pravidla'],
		['povinná výstroj','index.php?id=vystroj'],
		['história','index.php?id=historia'],
	],
	['prihláška', null, null,	
		['pretekári', 'index.php?id=pretekari'],
		['rekreační', 'index.php?id=rekreacni'],
	],	
];

var MENU_ITEMS2 = [
	['fotky', null, null,
	['preteky', 'http://06.skialpfest.sk/index.php?id=bela'],
	['program', 'http://06.skialpfest.sk/index.php?id=program'],
	['program adrex', 'http://06.skialpfest.sk/index.php?id=program_adrex'],
		['2005', 'http://05.skialpfest.sk/index.php?id=nedela_hore',{'tw' : '_blank'}],
		['2004', 'http://www.skialpfest.sk/main.php?clanokid=13',{'tw' : '_blank'}],		
	],
	['partneri', null, null,
		['reklamní', 'index.php?id=sponzori'],
		['podporovatelia', 'index.php?id=podporovatelia'],		
		['mediálni', 'index.php?id=medialny'],
		['propagačné služby', 'index.php?id=propsluzby'],
	],
	['fórum', null, null,
		['skialp. podmienky', 'index.php?id=podmienky'],
		['bazár', 'index.php?id=bazar'],
		['všeobecne', 'index.php?id=vseobecne'],
	],
	['odkazy', 'index.php?id=odkazy'],		
  	['kontakt', 'index.php?id=kontakt'],
];

