function selectcolorold(text) {
  document.getElementById("survey" + document.getElementById("survey").value).style.backgroundPosition = "top";
  document.getElementById("survey" + text).style.backgroundPosition = "bottom";
  document.getElementById("survey").value = text; 
}