$(document).ready(function() {
  
  // herby podświetlenie

  $("#herb1").hover(function()  { $(this).attr("src","/gfx/herb1.png");  }, function() { $(this).attr("src","/gfx/herb1h.png"); });
  $("#herb2").hover(function()  { $(this).attr("src","/gfx/herb2.png");  }, function() { $(this).attr("src","/gfx/herb2h.png"); });
  $("#herb3").hover(function()  { $(this).attr("src","/gfx/herb3.png");  }, function() { $(this).attr("src","/gfx/herb3h.png"); });
  $("#herb4").hover(function()  { $(this).attr("src","/gfx/herb4.png");  }, function() { $(this).attr("src","/gfx/herb4h.png"); });
  $("#herb5").hover(function()  { $(this).attr("src","/gfx/herb5.png");  }, function() { $(this).attr("src","/gfx/herb5h.png"); });
  $("#herb6").hover(function()  { $(this).attr("src","/gfx/herb6.png");  }, function() { $(this).attr("src","/gfx/herb6h.png"); });
  $("#herb7").hover(function()  { $(this).attr("src","/gfx/herb7.png");  }, function() { $(this).attr("src","/gfx/herb7h.png"); });
  $("#herb8").hover(function()  { $(this).attr("src","/gfx/herb8.png");  }, function() { $(this).attr("src","/gfx/herb8h.png"); });
  $("#herb9").hover(function()  { $(this).attr("src","/gfx/herb9.png");  }, function() { $(this).attr("src","/gfx/herb9h.png"); });
  $("#herb10").hover(function() { $(this).attr("src","/gfx/herb10.png"); }, function() { $(this).attr("src","/gfx/herb10h.png"); });
  $("#herb11").hover(function() { $(this).attr("src","/gfx/herb11.png"); }, function() { $(this).attr("src","/gfx/herb11h.png"); });
  $("#herb12").hover(function() { $(this).attr("src","/gfx/herb12.png"); }, function() { $(this).attr("src","/gfx/herb12h.png"); });
  
  $("#thb1").hover(function() { $(this).attr("src","/gfx/statbuth.png");  }, function() { $(this).attr("src","/gfx/statbut.png"); });
  $("#thb2").hover(function() { $(this).attr("src","/gfx/cvbuth.png");  }, function() { $(this).attr("src","/gfx/cvbut.png"); });
  $("#thb3").hover(function() { $(this).attr("src","/gfx/ofertybuth.png");  }, function() { $(this).attr("src","/gfx/ofertybut.png"); });


});


