<!-- 
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='' >Select</option>");
document.write("<option style='background-color: #d9f4bb' value='http://www.lavia.org/programma/indexen.htm' >Bible Online - Download</option>");
document.write("<option style='background-color: #dfd9fb' value='http://www.lavia.org/english/archivo/index_en.htm' >Archaeology</option>");
document.write("</select>");
// -->