function zoom(a){$("div.zoom").each(function(){$(this).css("display","none")});$("#zoom_"+a).fadeIn("slow")}function cache(){$("div.zoom").each(function(){$(this).fadeOut("slow")})};