// JavaScript Document
function ouvrir_popup(url,nom,haut,Gauche,largeur,hauteur,options) {
window.open(url,nom,"top="+haut+",left="+Gauche+",width="+largeur+",height="+hauteur+","+options);
}

