// JavaScript Document
function pumpa_obarvit(element,barva) {
     document.getElementById(element,barva).style.background=barva;
}

