// ©2008 Max Barel a_x@ac-mb.info

$(function(){$('img.zoomable').click(function(){var css_img=$(this).hasClass('gauche')?{top:this.offsetTop,left:'2em',position:'absolute',height:'auto'}:{top:this.offsetTop,right:'2em',position:'absolute',height:'auto'};if($.browser.msie)css_img.top=$(this).abs_top()-$('#elements').abs_top();$('.zoom').remove();$(this).clone().attr('src',this.src.replace('images_v','images_m')).removeClass().addClass('zoom').css(css_img).appendTo($('#elements')).animate({width:640}).click(function(){$(this).remove()});});});