OCULTO="none";
VISIBLE="block";

function mostraViduno(blo) {
  document.getElementById('clos').style.display=VISIBLE;
  document.getElementById('viduno').style.display=VISIBLE;
  document.getElementById('loadingg').style.display=VISIBLE;
}
function mostraViddos(blo) {
  document.getElementById('clos').style.display=VISIBLE;
  document.getElementById('viddos').style.display=VISIBLE;
  document.getElementById('loadingg').style.display=VISIBLE;
}
function mostraVidtres(blo) {
  document.getElementById('clos').style.display=VISIBLE;
  document.getElementById('vidtres').style.display=VISIBLE;
  document.getElementById('loadingg').style.display=VISIBLE;
}
function mostraVidcuatro(blo) {
  document.getElementById('clos').style.display=VISIBLE;
  document.getElementById('vidcuatro').style.display=VISIBLE;
  document.getElementById('loadingg').style.display=VISIBLE;
}
function mostraVidcinco(blo) {
  document.getElementById('clos').style.display=VISIBLE;
  document.getElementById('vidcinco').style.display=VISIBLE;
  document.getElementById('loadingg').style.display=VISIBLE;
}

function ocultar(blo) {
  document.getElementById('clos').style.display=OCULTO;
  document.getElementById('loadingg').style.display=OCULTO;
  document.getElementById('viduno').style.display=OCULTO;
  document.getElementById('viddos').style.display=OCULTO;
  document.getElementById('vidtres').style.display=OCULTO;
  document.getElementById('vidcuatro').style.display=OCULTO;
  document.getElementById('vidcinco').style.display=OCULTO;
}