<!-- 
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='' >Seleziona</option>");
document.write("<option style='background-color: #d9f4bb' value='http://www.lavia.org/programma/indexit.htm' >Bibbia Online y Download</option>");
document.write("<option style='background-color: #dfd9fb' value='http://www.lavia.org/italiano/archivio/index_it.htm' >Archeologia</option>");
document.write("</select>");
// -->