﻿function activerLien(id) {
	document.getElementById(id).className="aOn";
}
