<!-- 
function cerca(ctl){
var URL = ctl.value;
window.location.href = URL}

document.write("<select id='pagina' size=1 style='BACKGROUND-COLOR: rgb(255,255,255); ' onchange='cerca(this);' >");
document.write("<option style='background-color: #dfd9fb' value='' style>Select an article</option>");
document.write("<option style='background-color: #d9f4bb' value='indexEN.html'>Foreword</option>");
document.write("<option style='background-color: #fef3cf' value='EN_Beginning.html'>From the Beginning</option>");
document.write("<option style='background-color: #cfeefe' value='EN_Faith.html'>About the Faith</option>");
document.write("<option style='background-color: #dfd9fb' value='EN_BibleFuture.html'>The Bible, our past and our Future</option>");
document.write("<option style='background-color: #d9f4bb' value='EN_Name.html'>Hallowed be thy name</option>");
document.write("<option style='background-color: #fef3cf' value='EN_Divine Principles.html'>The Divine Principles Guide our Lives</option>");
document.write("<option style='background-color: #fef3cf' value='EN_ShemTov.html'>Hebrew Gospel of Matthew of Shem Tov</option>");
document.write("<option style='background-color: #cfeefe' value='EN_Conflicts.html'>Is There a Conflict Between Tradition and the Truth</option>");
document.write("<option style='background-color: #dfd9fb' value='EN_Born.html'>Born of Water and Spirit</option>");
document.write("<option style='background-color: #d9f4bb' value='EN_Congregation pure.html'>A Righteous Congregation to Serve our God</option>");
document.write("<option style='background-color: #fef3cf' value='EN_Matthew 27-Tombs were opened .html'>Matthew 27_Tombs were opened</option>");
document.write("<option style='background-color: #cfeefe' value='EN_Blood.html'>Sanctity of Life or of Blood</option>");
document.write("<option style='background-color: #dfd9fb' value='EN_Times of nations.html'>Daniel and Times of the Nations</option>");
document.write("<option style='background-color: #d9f4bb' value='EN_Last days.html'>The last days of this world</option>");
document.write("<option style='background-color: #fef3cf' value='EN_Passover.html'>The Passover and the Supper of the Lord</option>");
document.write("<option style='background-color: #cfeefe' value='EN_NameBefore.html'>Make yourselves a good name before God</option></select>");
// -->
