$(document).ready(function(){$(".productInfo .imagenProducto").click(function(){var C=new RegExp("imagecache/");var B=$(this).find("img").attr("src").replace(C,"");var A=window.open(B,"_blank","location = no,  menubar = no, resizable = no, scrollbars = no, status = no, toolbar = no");$(A.document).ready(function(){var D=new Image();D.src=B;A.width=D.width;A.height=D.height});return false});$("#categorias a").hover(function(){$(this).stop();$(this).css({backgroundColor:"#fff",opacity:0.8});$(this).animate({opacity:0.4},200)},function(){$(this).animate({opacity:0},1000)})})