// JavaScript Document

		$(document).ready(function(){
			$("a[rel^='prettyPhoto']").prettyPhoto();
			
				$(".read").click(function (){
		$(this).next(".hideClass").slideToggle("slow");
		if( $(this).html() == "zobrazit celý článek")
			$(this).html("skrýt článek");
		else
			$(this).html("zobrazit celý článek");
	});
		});


function Otevri(cesta) 
{
 alert(cesta);
 return window.open(cesta);
};    
