function podswietl(id)
{ //start
  document.getElementById(id).style.background="#FEE5C7"
} //end

function przywroc(id)
{ //start
  document.getElementById(id).style.background="none"
} //end

