// author : POMEROL FABIEN


$(function(){ $("tr td a img").mouseover(function(){$(this).stop().fadeTo("slow", 0.4);});
 
$("tr td a img").mouseout(function(){$(this).stop().fadeTo("slow", 1);});

});
