// JavaScript Document

function affiche ()
 {
  alert ("je suis la fonction affiche");	 
  return;	 
 } 
