function OuvrePopup(page,largeur,hauteur,haut,gauche,ascenceur) {
	window.open(page,"","top="+haut+",left="+gauche+",toolbar=0,scrollbars="+ascenceur+",resizable=0,menuBar=0,height="+hauteur+",width="+largeur+"");
}
function FermePopup() {
	window.close();
}
