/* use to load functions after loading page - jquery util*/


$(document).ready(function() {
	
	$('a img.popup').parent().addClass('popup');

	$('a.popup').lightBox({
		txtImage: 'Obrazek',
		txtOf: 'z'	
	});


	$(function() {
				$("#tree").treeview({
							collapsed: true,
							animated: "fast",
							persist: "location"
						});	
			})
}
);