$(document).ready(function(){

 

    //$(document).pngFix();
    //$("div#holder").pngFix();
    //$("#footer").pngFix();

if($(".galcontent").length != 0) {
  Shadowbox.init();
}



    $("#application-error").hide();
  
    $("#show-error").click(function (){
        $("#application-error").toggle("slow");
								   
    });
  
 
	
    var url = document.URL
    $('a').each(function(){
	
        if (url == this.href) {
		
            $(this).addClass("active")
        }

    });


  if($(".smholder").length != 0) {

 
  $('a[href*="kolekce"]').addClass("active")

}

               


  
}); 