$(".helpIcon").mouseover(function(){$("#help_"+$(this).attr("rel")).fadeIn();});$(".helpIcon").mouseout(function(){$("#help_"+$(this).attr("rel")).fadeOut();});