
$(document).ready(function(){$(".pojPolecaneOne").hover(function(){$(this).css({backgroundColor:"#DBDF00",borderColor:"#DBDF00"});},function(){$(this).css({backgroundColor:"#F9FACC",borderColor:"#F9FACC"});});$('#toggleAll').toggle(function(){$("#pojObjectsCategoriesInputs").checkCheckboxes();},function(){$("#pojObjectsCategoriesInputs").unCheckCheckboxes();});$("#oSearchForm").validate({rules:{sQuery:{minLength:3}},messages:{sQuery:"Minimalna długość frazy to 3 znaki!"}});$('.dock2').Fisheye({maxWidth:15,items:'a',itemsText:'span',container:'.dock-container2',itemWidth:40,proximity:40,alignment:'left',valign:'bottom',halign:'center'});});