$(document).ready(function() { 
	  
  $(".mydestination img").ifixpng();  

	$(function() {
		var COOKIE_NEWS = 'chefparade-news-date';
		$news = $.cookie(COOKIE_NEWS);
		
		var COOKIE_CLICK = 'chefparade-news-click';
		$click = $.cookie(COOKIE_CLICK);
		
		var COOKIE_DATA = 'chefparade-news-data';
		$data = $.cookie(COOKIE_DATA);
		
		if (!$click) 
			$click = 0;

		if (!$data) 
			$click = 0;
						
        // docasne zakazane
        if (false && $click < $news && $data == 1) {
			$.cookie(COOKIE_CLICK, Math.floor(new Date().getTime()/1000), { path: '/', expires: 7 });
			tb_show("", "#TB_inline?height=auto&width=400&inlineId=hiddenModalContent&modal=true", null);
			$('#thickBoxTop').ifixpng(); 
			$('#thickBoxBottom').ifixpng();			
		}
	});
	   
  $('a.blank').click(function(){
    this.target = "_blank";
  });
   
  $('#mainMenu ul').hover( 
   function(){
    $(this).removeClass("showActive");
  },
   function(){
     $(this).addClass("showActive");           
  });
      	   
  link = $('.referencesLogos a');         
  link.click(function(){     
    if(link.hasClass('showMoreReferences')){
       $('.moreReferences').slideDown(800);                  
       link.html('Skrýt reference').removeClass('showMoreReferences').addClass('hideReferences');
       return false;                        
    } else {
       $('.moreReferences').hide('fast');
       link.html('Zobrazit více referencí').removeClass('hideReferences').addClass('showMoreReferences');
    }      
  });            	         
    

  if(window.location.hash == '#storno'){
    showPolicy();
  }

  $('body#kurzy-vareni a#cancelpolicy').click(function(){
    showPolicy();      
    return false;
  });  
});

function showPolicy(){
  $('body#kurzy-vareni a#cancelpolicy').hide();
  $('.cancelPolicyWrapper').slideDown(400);
}
