function PopupTexte(URL) {
	titre="Popup Texte";
	w=open(URL,'texte','width=650,height=700,menubar=yes,toolbar=no,scrollbars=yes,resizable=yes');	
}
