anno="2003 - 2007"
function Mailing() {
	indirizzo1="mailto:info";
	indirizzo2="@chiesadicristofe.org?subject=Info Chiesa di Cristo Ferrara";
	indirizzo=indirizzo1+indirizzo2
	document.location.href=indirizzo;
	}

// COLLEGAMENTI ALLE PAGINE DAGLI INDICI DI SEZIONE
function Collega(cartella,scelta) {
	/* INDICE PRIMARIO */
	if (scelta=='prima') {document.location.href=cartella + "index.html"};
	if (scelta=='identita') {document.location.href=cartella + "identita.html"};
	if (scelta=='incontri') {document.location.href=cartella + "meetyou.html"};
	/* INDICE RUBRICHE */
	if (scelta=='chisiamo') {document.location.href=cartella + "nosappel.html"};
	if (scelta=='puntuale') {document.location.href=cartella + "chiprega.html"};
	if (scelta=='crediamo') {document.location.href=cartella + "spercris.html"};
	if (scelta=='pungolo') {document.location.href=cartella + "qualsa.html"};
	if (scelta=='riflettere') {document.location.href=cartella + "corsalli.html"};
	if (scelta=='risposta') {document.location.href=cartella + "subibbia.html"};
	if (scelta=='archivio') {document.location.href=cartella + "ruindex.html"};
	/* INDICE VIVERE IN CRISTO */
	if (scelta=='maestro') {document.location.href=cartella + "dipasse.html"};
	if (scelta=='ora') {document.location.href=cartella + "diodafor.html"};
	if (scelta=='fede') {document.location.href=cartella + "urgente.html"};
	if (scelta=='confronti') {document.location.href=cartella + "diolasci.html"};
	if (scelta=='profili') {document.location.href=cartella + "elimelec.html"};
	if (scelta=='archivivere') {document.location.href=cartella + "vindex.html"};
	/* IN QUESTO MESE ... */
	if (scelta=='inmese') {document.location.href=cartella + "cosarita.html"};
	if (scelta=='esame') {document.location.href=cartella + "ncbpaura.html"};
	if (scelta=='capire') {document.location.href=cartella + "ficolpa.html"};
	if (scelta=='riflesso') {document.location.href=cartella + "costesso.html"};
	if (scelta=='spigola') {document.location.href=cartella + "spivar20.html"};
	if (scelta=='arcmese') {document.location.href=cartella + "mesindex.html"};
	/* SCHEDE */
	if (scelta=='scheda1') {document.location.href=cartella + "eutanasi.html"};
	if (scelta=='scheda2') {document.location.href=cartella + "natale.html"};
	if (scelta=='scheda3') {document.location.href=cartella + "spiritis.html"};
	if (scelta=='scheda4') {document.location.href=cartella + "bichiara.html"};
	if (scelta=='scheda5') {document.location.href=cartella + "bidovere.html"};
	if (scelta=='scheda6') {document.location.href=cartella + "biinterp.html"};
	if (scelta=='arschede') {document.location.href=cartella + "schindex.html"};
	
	}

// DESCRIZIONI RELATIVE AGLI INDICI DI SEZIONE
function indici(scelta) {
	/* INDICE PRIMARIO */
	if (scelta=='prima') {document.write("Prima Pagina")};
	if (scelta=='identita') {document.write("La nostra identit&agrave;")};
	if (scelta=='incontri') {document.write("Incontri settimanali")};
	/* INDICE RUBRICHE */
	if (scelta=='chisiamo') {document.write("Il nostro appello")};
	if (scelta=='puntuale') {document.write("Chi prega \&egrave\; forte")};
	if (scelta=='crediamo') {document.write("La speranza cristiana")};
	if (scelta=='pungolo') {document.write("C\'\&egrave\; sempre qualcuno che sa\'")};
	if (scelta=='riflettere') {document.write("Alle corse dei cavalli")};
	if (scelta=='risposta') {document.write("Sulla Bibbia")};
	if (scelta=='archivio') {document.write("Archivio Rubriche")};
	/* INDICE VIVERE IN CRISTO */
	if (scelta=='maestro') {document.write("Dio e il passero")};
	if (scelta=='ora') {document.write("Dio da forza")};
	if (scelta=='fede') {document.write("Urgente\!\!\!")};
	if (scelta=='confronti') {document.write("Dio e la scienza")};
	if (scelta=='profili') {document.write("Elimelec")};
	if (scelta=='archivivere') {document.write("Archivio Vivere in Cristo")};
	/* IN QUESTO MESE ... */
	if (scelta=='inmese') {document.write("Che cos\'\&egrave\; verit\&agrave\;")};
	if (scelta=='esame') {document.write("Il nascondiglio della paura")};
	if (scelta=='capire') {document.write("I figli della colpa")};
	if (scelta=='riflesso') {document.write("Conosci te stesso")};
	if (scelta=='spigola') {document.write("Spigolature 2")};
	if (scelta=='arcmese') {document.write("Archivio In questo mese...")};
	/* SCHEDE */
	if (scelta=='schedatit1') {document.write("Sull'eutanasia\:")};
	if (scelta=='scheda1') {document.write("Eutanasia\: Si o No\?<br/>")};
	if (scelta=='schedatit2') {document.write("Sul Natale\:")};
	if (scelta=='scheda2') {document.write("Natale \(non \&egrave\; il 25 dicembre\)<br/>")};
	if (scelta=='schedatit3') {document.write("Sullo spiritismo\:")};
	if (scelta=='scheda3') {document.write("Lo spiritismo e le sue false promesse<br/>")};
	if (scelta=='schedatit4') {document.write("Sulla Bibbia\:")};
	if (scelta=='scheda4') {document.write("La Bibbia \(chiarezza e libero esame\)<br/>")};
	if (scelta=='scheda5') {document.write("La Bibbia \(dovere di conoscerla\)<br/>")};
	if (scelta=='scheda6') {document.write("La Bibbia \(si interpreta da s\&eacute\;\)<br/>")};
	if (scelta=='arschede') {document.write("Archivio &quot;Allo Specchio!&quot;")};

	}

