<!--
//Function to change the class of an element
function ChangeClass(whichtd,color) {
  whichtd.className = color;
  
}

//-->