function cargar(numero)
{
	switch (numero)
	{
		case 0:
			parent.fmecontenido.location.href="Pantallas/Portada.html";
			break;
		case 1:
			parent.fmecontenido.location.href="Pantallas/Origen.html";
			break;
		case 2:
			parent.fmecontenido.location.href="Pantallas/Restauracion.html";
			break;
		case 3:
			parent.fmecontenido.location.href="Pantallas/Hachiko.html";
			break;
		case 4:
			parent.fmecontenido.location.href="Pantallas/ObiWanWolf.html";
			break;
		case 5:
			parent.fmecontenido.location.href="Pantallas/EstandarAkita.html";
			break;
		case 6:
			parent.fmecontenido.location.href="Pantallas/EstandarAkitaAmericano.html";
			break;
		case 7:
			parent.fmecontenido.location.href="Pantallas/Diferencias.html";
			break;
		case 8:
			parent.fmecontenido.location.href="Pantallas/AkitaInu.html";
			break;
		case 9:
			parent.fmecontenido.location.href="Pantallas/AkitaAmericano.html";
			break;
		case 10:
			parent.fmecontenido.location.href="Pantallas/Akita.html";
			break;
		case 11:
			//parent.fmecontenido.location.href="Pantallas/Contactenos.aspx";
			parent.fmecontenido.location.href="../mail/Default.aspx";
			break;
		case 20:
			parent.fmecontenido.location.href="Pantallas/AkitaInuCampeones.html";
			break;
		case 21:
			parent.fmecontenido.location.href="Pantallas/AkitaInuCrianza.html";
			break;
		case 30:
			parent.fmecontenido.location.href="Pantallas/AkitaAmericanoCampeones.html";
			break;
		case 31:
			parent.fmecontenido.location.href="Pantallas/AkitaAmericanoCrianza.html";
			break;
  }
}