function ouvre(img,x,y) {
 window.open(img,'LVG','toolbar=no,status=no,scrollbars=yes,width='+x+',height='+y+',left=150,top=100');
}