
function changeVeldTekst(obj, tekst){
    if (obj.value == tekst){
        obj.value = '';
        obj.style.color = '#000000';
    }
}


