/*
  --- 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 = [
	['HLAVNÍ STRÁNKA', 'index.htm', null,
	],
	['O NÁS', 'onas.htm', null,
		['MEBIKAN', 'onas.htm'],
		['MÉDIA GALERIE', 'media.htm'],
		['VOZOVÝ PARK', 'park.htm'],
		['TECH. VYBAVENÍ', 'tech.htm'],

	],	
	['SLUŽBY', 'sluzby.htm', null,
	],
	['KONTAKTY', 'kontakt.htm', null,
	],
	['REFERENCE', 'reference.htm', null,
	],
	['CERTIFIKÁTY', 'certi.htm', null,
	],
	['TECHNOLOGIE', 'index.htm', null,

		['BISANLINER', 'bisanliner.htm'],
		['BISANPART', 'bisanpart.htm'],
		['BISANHAUS', 'bisanhaus.htm'],
		['UVLINER', 'uvliner.htm'],
		['ČIŠTĚNÍ', 'cisteni.htm'],
		['TV INSPEKCE', 'tvin.htm'],
		['CEMENTACE', 'cementace.htm'],
		['PIPE BURSTING', 'pipe.htm'],
		['BERSTLINING', 'berstlining.htm'],
		['RELINING', 'relining.htm'],



	],

];


