// JavaScript Document

function zbarvi(id1,id2,id3,id4,id5) {
  document.getElementById(id1).style.background='#b1f550';
  document.getElementById(id2).style.background='#b1f550';
  document.getElementById(id3).style.background='#b1f550';
  document.getElementById(id4).style.background='#b1f550';
  document.getElementById(id5).style.background='#b1f550';
}

function odbarvi(id1,id2,id3,id4,id5) {
  document.getElementById(id1).style.background='#96e12b';
  document.getElementById(id2).style.background='#96e12b';
  document.getElementById(id3).style.background='#96e12b';
  document.getElementById(id4).style.background='#96e12b';
  document.getElementById(id5).style.background='#96e12b';
}

function zbarvi2(id1,id2,id3,id4,id5) {
  document.getElementById(id1).style.background='#ed507a';
  document.getElementById(id2).style.background='#ed507a';
  document.getElementById(id3).style.background='#ed507a';
  document.getElementById(id4).style.background='#ed507a';
  document.getElementById(id5).style.background='#ed507a';
}

function odbarvi2(id1,id2,id3,id4,id5) {
  document.getElementById(id1).style.background='#a80b34';
  document.getElementById(id2).style.background='#a80b34';
  document.getElementById(id3).style.background='#a80b34';
  document.getElementById(id4).style.background='#a80b34';
  document.getElementById(id5).style.background='#a80b34';
}

