<!-- 
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='' >Seleciona</option>");
document.write("<option style='background-color: #d9f4bb' value='http://www.lavia.org/programma/indexca.htm' >Bíblia Online i Download</option>");
document.write("<option style='background-color: #dfd9fb' value='http://www.lavia.org/catala/archivio/index_ca.htm' >Arqueologia</option>");
document.write("</select>");
// -->