function Show(){
  document.getElementById("recinfo").style.visibility="visible";
  document.getElementById("recording").style.backgroundcolor="#929292";
  document.getElementById("recording").style.color="#ffffff";
}

