function ShowGalerie(img, x, y)
{
hWnd = window.open(img, 'ImageViewer','width=' + (x + 20) + ',height=' + (y + 30) + ',screenX=1, screenY=1,toolbar=0,resizable=0,status=0,topmargin=0');hWnd.moveTo(0,0);
}