function popup(fichier,w,h) {
var options= "toolbar=no,width="+w+",height="+h+",location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes";
window.open (fichier, "", options);
}
