 function hidetoplayer () {
      document.getElementById('toplayer').style.visibility = 'hidden';
 }