<!-- 
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>Escollir un Article</option>");
document.write("<option style='background-color: #d9f4bb' value='CA_Principi.html'>En el principi</option>");
document.write("<option style='background-color: #fef3cf' value='CA_SantificadoNombre.html'>Sigui Santificat el teu Nom</option>");
document.write("<option style='background-color: #cfeefe' value='CA_UnaFe.html'>Una ensenyança i una fe</option>");
document.write("<option style='background-color: #dfd9fb' value='CA_VeritableFe.html'>La veritable fe</option>");
document.write("<option style='background-color: #d9f4bb' value='CA_Justificacio.html'>El Do de la Justificació</option>");
document.write("<option style='background-color: #fef3cf' value='CA_Baptisme.html'>Baptisme en el Nom de Jesús</option>");
document.write("<option style='background-color: #cfeefe' value='CA_FeEsperancaAmor.html'>La Fe, L’esperança i L’amor</option>");
document.write("<option style='background-color: #dfd9fb' value='CA_Oracio.html'>La Oració</option>");
document.write("<option style='background-color: #d9f4bb' value='CA_reino.html'>El regne de Deu ¿Realitat o Al·legoria?</option>");
document.write("<option style='background-color: #fef3cf' value='CA_CelsTerra.html'>Nous cels i Nova Terra</option>");
document.write("<option style='background-color: #cfeefe' value='CA_Resurreccio.html'>L’esperança de la resurrecció</option>");
document.write("<option style='background-color: #dfd9fb' value='CA_Sopar.html'>La Pasqua i el Sopar del Senyor</option>");
document.write("<option style='background-color: #d9f4bb' value='CA_Congregacio.html'>La congregació de Deu</option>");
document.write("<option style='background-color: #fef3cf' value='CA_BonaNova.html'>La Bona Nova i el Reine</option></select>");
// -->
