/*
  --- 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 = [


	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Historie', 'historie.html'
		
	],
	
	['Organizační členění', null, null,
		['Zdravotní péče', null, null,
		 ['Ústavní péče', 'ldn1.html'],
		 ['Ambulantní péče &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="images/arrow.gif">', null, null,
		 ['Chirurgie', 'chirurgie.html'],
		 ['Rentgen', 'rtg.html'],
		 ['Interní ambulance', 'interna.html'],
		 ['Ortopedie', 'ortoped.html'],
		 ['Neurologie', 'neurolog.html'],
		 ['Urologie', 'urolog.html'],
		 ['Cévní ambulance', 'cevni.html'],
		 ['Bércová poradna', 'berce.html'],
		 ['Rehabilitace', 'rehabilitace2.html'],
		 ['Denzitometrie', 'denzit.html'],
		 ['Praktický lékař - Děti a dorost', 'prlekar.html'],
		 ['Ultrazvuk', 'ultrazvuk.html'],
		 ['Biochemická a hematologická laboratoř', 'laborator.html'],
		 
		 
		 ],
		 ],
				
		['Sociální péče', null, null,
		 ['Sociální lůžka &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="images/arrow.gif">', null, null,
		 ['Poslání a cíle', 'pecsluzba.html'],
		 ['Etický kodex soc. pracovníků ČR', 'ekodex.html'],
		 ['Sazebník sociálních služeb ', 'sazebnik.html'],
		 ['Žádost o poskytnutí soc. služby', '../docs/zadost.doc'],
		 ['Seznam věcí na soc. lůžko', 'seznam.html'],
		 ['Ergoterapie', 'ergo.html'],
		 		 
		 ],
		 ],
		
		
		 		 
		
		
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pro pacienty', null, null,
	['Etický kodex - práva pacientů', 'kodex.html'],
    ['Informace pro návštěvy', 'navstevy.html'],
	['Informace pro přijímané pacienty ', 'prpacienti.html'],
			 
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Aktuality', 'aktuality.html'

								
				],
    ['&nbsp;&nbsp;Kontakty', 'kontakty.html'
    ],
	
	['Dotazy a odpovědi', 'formular.html'
	],
	
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fotogalerie', 'fotogalerie.html'
	],

	
];


