<!-- 
function cercabiblia(ctl){
var URL = ctl.value;
window.location.href = URL}

document.write("<select id='biblia' size=1 style='BACKGROUND-COLOR: rgb(255,255,255); width:160px ' onchange='cercabiblia(this)' >");
document.write("<option style='background-color: #fef3cf' value='' >Seleccionar</option>");
document.write("<option style='background-color: #d9f4bb' value='http://www.lavia.org/programma/indexsp.htm' >Biblia Online y Download</option>");
document.write("<option style='background-color: #fef3cf' value='http://www.lavia.org/espanol/archivo/tabla1.htm' >Cronología</option>");
document.write("<option style='background-color: #cfeefe' value='http://www.lavia.org/espanol/archivo/indexsp.htm' >Arqueología</option>");
document.write("</select>");
// -->