$(document).ready(function(){  

	$('#forgottenPassword.hide').hide();
	$('a.sendPassword').click(function() {
		$('#forgottenPassword').slideDown();
	});

});

function SkryjZobraz(id)
    {
       var prvek;
     
       if (prvek = document.getElementById(id)){
          
           if (prvek.style.display=="none"){ 	
    	     prvek.style.display="block";
    	     }
       else {     
          prvek.style.display="none";
          } 
      }   
	 }



function nahled(path) {
  window.open(path, '_blank', 'left=400, top=100, width=500, height=350, resizable=1');
}



function winopen(path)
  {
  window.open(path, '_blank', 'left=400, top=100, width=250, height=150, resizable=1, scrollbars=1');
  }

// JQuery Lightbox

// $(function() {
// 	$('a.imgdetail').lightBox({
//      txtImage: 'Fotografie',
// 	   txtOf: 'z celkového počtu'
//   });
// });


