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