function ouvrir(adresse,nomFenetre,options){
				 newFen=window.open(adresse,nomFenetre,options);
				newFen.focus();
				} 