	function affiche() { // affiche adresse exemple
		var toDisplay = document.getElementById('autresReal');
		toDisplay.setAttribute("class", "visible");
		toDisplay.setAttribute("className", "visible"); //pour ie
	}