$(document).ready(function(){$(".sl img").live("mouseover",function(){var b=$(this).closest(".sl").html(),a=$(this).width()-16,c=$(this).height()-16;$(this).fadeOut("fast",function(){$(this).closest(".sl").html('<textarea class="slt" style="width:'+a+"px; height: "+c+'px;">'+b+'</textarea><input type="hidden" value="'+encodeURIComponent(b)+'">')})});$(".sl textarea").live("mouseout",function(){var a=decodeURIComponent($(this).next().val());$(this).fadeOut("fast",function(){$(this).closest(".sl").html(a)})})});
