function fenetre(url,nom,largeur,hauteur,options) {
var haut=100;
var Gauche=100;
fencent=window.open(url, nom, options);
}

