function mutat_jp_information(idmutat,idrejt) {
    obj = document.getElementsByTagName("div");
	if (idmutat != '') obj[idmutat].style.display = 'inherit';
	if (idrejt != '') obj[idrejt].style.display = 'none';
    return true;
    }
    

