function otevri_menu(tridy) {
	$("."+tridy).show();
	$("."+tridy+"_dalsi").hide();
}



// colorbox pro zobrazeni obrazku
$(document).ready(function() {
	$("a.thickbox").colorbox({
		current : '{current} z {total}'
	});
});

