function zvyrazni(id) {
id.style.backgroundColor='yellow';
};

function odvyrazni(prvek) {
prvek.style.backgroundColor='#f5eee6';};
