function vis(branza_id) {
document.getElementById("branza").innerHTML = document.getElementById(branza_id).innerHTML;
}
