function affichage_popup(fichier) {
	pop=window.open (fichier, 'News','height=750, width=550,top=15, left=15, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=no');
	flag=true; 			// Mémoriser l'état fenêtre zoom = ouverte
	pop.focus();		// passe le popup devant l'écran
}

