// JavaScript Document

function CambiarPagina(obj)
{
if (obj.value==1)
window.location="aventura01.html";
else if (obj.value==2)
window.location="aventura02.html";
else if (obj.value==3)
window.location="aventura03.html";
else if (obj.value==4)
window.location="aventura04.html";
else if (obj.value==5)
window.location="aventura05.html";
else if (obj.value==6)
window.location="aventura06.html";
else if (obj.value==7)
window.location="aventura07.html";
else if (obj.value==8)
window.location="aventura08.html";
else if (obj.value==9)
window.location="aventura09.html";
else if (obj.value==10)
window.location="aventura10.html";
else if (obj.value==11)
window.location="aventura11.html";
}
