function Popc2008(url,nom,haut,gauche,largeur,hauteur,options) {
ouvpop=window.open(url,nom,"top="+haut+",left="+gauche+",width="+largeur+",height="+hauteur+","+options);
}
