<!-- 
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>Prima seleziona un articolo</option>");
document.write("<option style='background-color: #fef3cf' value='IT_Nome.html'>Sia santificato il tuo Nome</option>");
document.write("<option style='background-color: #d9f4bb' value='IT_UnaSolaFede.html'>Una Sola Dottrina e una sola Fede</option>");
document.write("<option style='background-color: #fef3cf' value='IT_paradiso.html'>Il promesso Paradiso</option>");
document.write("<option style='background-color: #cfeefe' value='IT_giustificazione.html'>Il Dono della Giustificazione</option>");
document.write("<option style='background-color: #dfd9fb' value='IT_battesimo.html'>Battesimo nel nome di Gesù</option>");
document.write("<option style='background-color: #d9f4bb' value='IT_anima.html'>Dove vanno i morti?</option>");
document.write("<option style='background-color: #fef3cf' value='IT_sangue.html'>Santità della vita o del sangue?</option>");
document.write("<option style='background-color: #cfeefe' value='IT_trinita.html'>La Trinità Tradizione o Rivelazione?</option>");
document.write("<option style='background-color: #dfd9fb' value='IT_regno.html'>Il regno di Dio: Realtà o Allegoria?</option>");
document.write("<option style='background-color: #d9f4bb' value='IT_UnaSolaFede.html'>Una Sola Dottrina e una sola Fede</option>");
document.write("<option style='background-color: #fef3cf' value='IT_principio.html'>Nel Principio</option>");
document.write("<option style='background-color: #cfeefe' value='IT_preghiera.html'>La Preghiera</option>");
document.write("<option style='background-color: #dfd9fb' value='IT_FedeSperanzaAmore.html'>La Fede, la Speranza e l’Amore</option>");
document.write("<option style='background-color: #d9f4bb' value='IT_FedeAutentica.html'>La Fede autentica</option>");
document.write("<option style='background-color: #fef3cf' value='IT_cristiano.html'>Cosa significa essere Cristiano?</option></select>");
// -->
