function fenetre(Imgdest,x,y)
{
var param='menubar=no,status=no,resizable=no,width='+x+',height='+y+',titlebar=no,scrollbars=Yes,alwaysRaised=no';
  var newWind = window.open(Imgdest,"Image",param);
}