$(document).ready(function() {     
    $('.img-popup').click(function(){      
      $('.popup').fadeOut('slow');  
    });
    $('.content.popup-con').click(function(){      
      $('.popup').hide();  
    });
});


   function popUp(source,width,height) {   
    url = 'http://www.krasnahurka.cz/getfoto.php?file=' + source + '&width=' + width + '&height=' + height + '';
    window.open(url,'vidiadesign','width=' + width +',height= ' + height + '');  
  }
  
   
 function close() {
    document.getElementById('flashbanner').style.display = 'none';
    document.getElementById('flashbanner').blur();
  }
  
 function showCaptcha(id,count){
  
               
   $(".form_captcha").css("display","none");
   $(".captcha_obrazek").css("display","none");
   $(".captcha_error").css("display","none");        
     
 document.getElementById('form_captcha'+ id).style.display = 'block';
 document.getElementById('captcha_obrazek'+ id).style.display = 'block';

} 


  
    
