// JavaScript Document

OCULTO="none";
VISIBLE="block";
	
function mostrar1(blo) {
  document.getElementById(blo).style.display=VISIBLE;
  document.getElementById('ver_off1').style.display=VISIBLE;
  document.getElementById('ver_on1').style.display=OCULTO;
}
 
function ocultar1(blo) {
  document.getElementById(blo).style.display=OCULTO;
  document.getElementById('ver_off1').style.display=OCULTO;
  document.getElementById('ver_on1').style.display=VISIBLE;
}

function mostrar2(blo) {
  document.getElementById(blo).style.display=VISIBLE;
  document.getElementById('ver_off2').style.display=VISIBLE;
  document.getElementById('ver_on2').style.display=OCULTO;
}
 
function ocultar2(blo) {
  document.getElementById(blo).style.display=OCULTO;
  document.getElementById('ver_off2').style.display=OCULTO;
  document.getElementById('ver_on2').style.display=VISIBLE;
}

function mostrar3(blo) {
  document.getElementById(blo).style.display=VISIBLE;
  document.getElementById('ver_off3').style.display=VISIBLE;
  document.getElementById('ver_on3').style.display=OCULTO;
}
 
function ocultar3(blo) {
  document.getElementById(blo).style.display=OCULTO;
  document.getElementById('ver_off3').style.display=OCULTO;
  document.getElementById('ver_on3').style.display=VISIBLE;
}

function mostrar4(blo) {
  document.getElementById(blo).style.display=VISIBLE;
  document.getElementById('ver_off4').style.display=VISIBLE;
  document.getElementById('ver_on4').style.display=OCULTO;
}
 
function ocultar4(blo) {
  document.getElementById(blo).style.display=OCULTO;
  document.getElementById('ver_off4').style.display=OCULTO;
  document.getElementById('ver_on4').style.display=VISIBLE;
}

function mostrar5(blo) {
  document.getElementById(blo).style.display=VISIBLE;
  document.getElementById('ver_off5').style.display=VISIBLE;
  document.getElementById('ver_on5').style.display=OCULTO;
}
 
function ocultar5(blo) {
  document.getElementById(blo).style.display=OCULTO;
  document.getElementById('ver_off5').style.display=OCULTO;
  document.getElementById('ver_on5').style.display=VISIBLE;
}

function mostrar6(blo) {
  document.getElementById(blo).style.display=VISIBLE;
  document.getElementById('ver_off6').style.display=VISIBLE;
  document.getElementById('ver_on6').style.display=OCULTO;
}
 
function ocultar6(blo) {
  document.getElementById(blo).style.display=OCULTO;
  document.getElementById('ver_off6').style.display=OCULTO;
  document.getElementById('ver_on6').style.display=VISIBLE;
}

function mostrar7(blo) {
  document.getElementById(blo).style.display=VISIBLE;
  document.getElementById('ver_off7').style.display=VISIBLE;
  document.getElementById('ver_on7').style.display=OCULTO;
}
 
function ocultar7(blo) {
  document.getElementById(blo).style.display=OCULTO;
  document.getElementById('ver_off7').style.display=OCULTO;
  document.getElementById('ver_on7').style.display=VISIBLE;
}

function mostrar8(blo) {
  document.getElementById(blo).style.display=VISIBLE;
  document.getElementById('ver_off8').style.display=VISIBLE;
  document.getElementById('ver_on8').style.display=OCULTO;
}
 
function ocultar8(blo) {
  document.getElementById(blo).style.display=OCULTO;
  document.getElementById('ver_off8').style.display=OCULTO;
  document.getElementById('ver_on8').style.display=VISIBLE;
}

function mostrar9(blo) {
  document.getElementById(blo).style.display=VISIBLE;
  document.getElementById('ver_off9').style.display=VISIBLE;
  document.getElementById('ver_on9').style.display=OCULTO;
}
 
function ocultar9(blo) {
  document.getElementById(blo).style.display=OCULTO;
  document.getElementById('ver_off9').style.display=OCULTO;
  document.getElementById('ver_on9').style.display=VISIBLE;
}

function mostrar10(blo) {
  document.getElementById(blo).style.display=VISIBLE;
  document.getElementById('ver_off10').style.display=VISIBLE;
  document.getElementById('ver_on10').style.display=OCULTO;
}
 
function ocultar10(blo) {
  document.getElementById(blo).style.display=OCULTO;
  document.getElementById('ver_off10').style.display=OCULTO;
  document.getElementById('ver_on10').style.display=VISIBLE;
}

function mostrar11(blo) {
  document.getElementById(blo).style.display=VISIBLE;
  document.getElementById('ver_off11').style.display=VISIBLE;
  document.getElementById('ver_on11').style.display=OCULTO;
}
 
function ocultar11(blo) {
  document.getElementById(blo).style.display=OCULTO;
  document.getElementById('ver_off11').style.display=OCULTO;
  document.getElementById('ver_on11').style.display=VISIBLE;
}

function mostrar_descripcion(blo) {
  document.getElementById(blo).style.display=VISIBLE;
  document.getElementById('ver_off_descripcion').style.display=VISIBLE;
  document.getElementById('ver_on_descripcion').style.display=OCULTO;
}
 
function ocultar_descripcion(blo) {
  document.getElementById(blo).style.display=OCULTO;
  document.getElementById('ver_off_descripcion').style.display=OCULTO;
  document.getElementById('ver_on_descripcion').style.display=VISIBLE;
}

function mostrar_favorece(blo) {
  document.getElementById(blo).style.display=VISIBLE;
  document.getElementById('ver_off_favorece').style.display=VISIBLE;
  document.getElementById('ver_on_favorece').style.display=OCULTO;
}
 
function ocultar_favorece(blo) {
  document.getElementById(blo).style.display=OCULTO;
  document.getElementById('ver_off_favorece').style.display=OCULTO;
  document.getElementById('ver_on_favorece').style.display=VISIBLE;
}

function mostrar_valores(blo) {
  document.getElementById(blo).style.display=VISIBLE;
  document.getElementById('ver_off_valores').style.display=VISIBLE;
  document.getElementById('ver_on_valores').style.display=OCULTO;
}
 
function ocultar_valores(blo) {
  document.getElementById(blo).style.display=OCULTO;
  document.getElementById('ver_off_valores').style.display=OCULTO;
  document.getElementById('ver_on_valores').style.display=VISIBLE;
}

function mostrar_youtube(blo) {
  document.getElementById(blo).style.display=VISIBLE;
  document.getElementById('ver_off_youtube').style.display=VISIBLE;
  document.getElementById('ver_on_youtube').style.display=OCULTO;
}
 
function ocultar_youtube(blo) {
  document.getElementById(blo).style.display=OCULTO;
  document.getElementById('ver_off_youtube').style.display=OCULTO;
  document.getElementById('ver_on_youtube').style.display=VISIBLE;
}

function mostrar_medidas(blo) {
  document.getElementById(blo).style.display=VISIBLE;
  document.getElementById('ver_off_medidas').style.display=VISIBLE;
  document.getElementById('ver_on_medidas').style.display=OCULTO;
}
 
function ocultar_medidas(blo) {
  document.getElementById(blo).style.display=OCULTO;
  document.getElementById('ver_off_medidas').style.display=OCULTO;
  document.getElementById('ver_on_medidas').style.display=VISIBLE;
}
