
 $(document).ready(function(){

		$("#recaptcha_instructions_image").text("Wpisz slowa z obrazka");
		$("#recaptcha_instructions_image").css('padding-left','2px');	
		$(".recaptcha_r4_c4").css('background', 'url(public/images/kreha.jpg) repeat-x');	
		
		
		
		$("#rodzaj_wyboru").change(function () {
				$("#wymienne").load("/index/"+$(this).val());
		});
  
  		$(".imagelist a").fancybox({
    			hideOnContentClick: true,
    			overlayShow: true
    	});
    	
    	$("#form2 a").fancybox({
    			hideOnContentClick: true,
    			overlayShow: true
    	});
    	
		$('ul#navmenu-h li').hover(
        		function() {
            			var $this = jQuery(this);
       					setTimeout( function(){ $this.find('ul:first').addClass('show'); }, 200);
            			clearTimeout(this.$juratimer);
        		},
        		function() {
        				var $this = jQuery(this);
       					this.$juratimer = setTimeout( function(){ $this.find('ul:first').removeClass('show'); }, 600);
        		}
    	);
    	
    	$('ul#navmenu-h li:has(ul)').find('a:first').click(function(e){
    			if($(this).attr("href")!="/index/stronymenu/poziom/2/id/12"){
    					e.preventDefault();
    			}
    	});
    	
    	$('ul#navmenu-v li').hover(
        		function() {
            			var $this = jQuery(this);
       					setTimeout( function(){ $this.find('ul:first').addClass('show'); }, 200);
            			clearTimeout(this.$juratimer);
        		},
        		function() {
        				var $this = jQuery(this);
       					this.$juratimer = setTimeout( function(){ $this.find('ul:first').removeClass('show'); }, 600);
        		}
    	);
    	
    	$('ul#navmenu-v li:has(ul)').find('a:first').click(function(e){
    			if($(this).attr("href")!="/index/stronymenu/poziom/2/id/12"){
    					e.preventDefault();
    			}
    	});
    	
});  



