function mutat(id) {
		document.getElementById(id).className = "mutat";
}

function rejt(id) {
		document.getElementById(id).className = "rejt";
}