function rollover (div, etat){
		$(div).style.display = etat;
	}