	function caricaContenutoHome(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('Home').className = 'activenavitab';
		document.getElementById('pagina').value = 0;
		home();
	}
	
	function caricaContenutoBio(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('Bio').className = 'activenavitab';
		
		var testo = "<h3>LICINIO REFICE, UNA VITA PER L’ARTE</h3>";
		testo = testo + "<br><em>(Testi di Michele Colagiovanni)</em>";
		testo = testo + "<br />";
		testo = testo + "<div id='bio1'><h5><a href='javascript:caricaContenutoBioText()'>Le radici</a></h5></div>";
		
		testo = testo + "<div id='per1'><h5><a href='javascript:caricaContenutoPercorsoText()'>Il percorso</a></h5></div>";
		
		testo = testo + "<div id='perD1'><h5><a href='javascript:caricaContenutoPerDramText()'>La personalità drammatica</a></h5></div>";
		
		testo = testo + "<div id='attF1'><h5><a href='javascript:caricaContenutoAttFreText()'>Attivismo frenetico</a></h5></div>";
		
		testo = testo + "<div id='duEx1'><h5><a href='javascript:caricaContenutoDuaExtText()'>Il dualismo all’estremo</a></h5></div>";
		
		testo = testo + "<div id='proS1'><h5><a href='javascript:caricaContenutoProSacText()'>La produzione sacra</a></h5></div>";
		
		testo = testo + "<div id='pers1'><h5><a href='javascript:caricaContenutoPersText()'>Il personaggio</a></h5></div>";

		testo = testo + "<br /><hr><h3>Prosegui con:</h3>";
		testo = testo + "<p><a href=\"#\" onclick=\"javascript:mariaCalzoni()\">Maria Calzoni</a><br/>";
		testo = testo + "<a href=\"#\" onclick=\"javascript:reficeFascismo()\">Refice e il Fascismo</a><br/>";
		testo = testo + "<a href=\"#\" onclick=\"javascript:reficeDiariRoncalli()\">Refice nei diari di Roncalli poi Giovanni XXIII</a><br/>";
		testo = testo + "<a href=\"#\" onclick=\"javascript:francescoSiciliani()\">Francesco Siciliani</a><br />";
		testo = testo + "<a href=\"#\" onclick=\"javascript:messina()\">Refice e il terremoto di Messina</a><br/>";
		testo = testo + "<br />";
		testo = testo + "<a href=\"#\" onclick=\"javascript:olivieroDeFabritiis()\">Oliviero De Fabritiis</a><br/>";
		testo = testo + "<a href=\"#\" onclick=\"javascript:aleandroAtias()\">Alejandro Atias, regista</a><br/>";
		testo = testo + "<a href=\"#\" onclick=\"javascript:valentinoMiserachsGrau()\">Valentino Miserachs-Grau</a><br/>";
		testo = testo + "<a href=\"#\" onclick=\"javascript:valle()\">Giovanni Valle</a><br/>";
		testo = testo + "<a href=\"#\" onclick=\"javascript:danto()\">Antonio D'Antò</a><br/>";
		testo = testo + "<a href=\"#\" onclick=\"javascript:cappadozzi()\">Diana Cappadozzi</a><br/>";
		testo = testo + "<a href=\"#\" onclick=\"javascript:giuseppeMarchetti()\">Giuseppe Marchetti (In memoria)</a></p>";
		testo = testo + "<br /><hr><br />";
			
			
		document.getElementById('pagina').value = 1;
		document.getElementById('main').innerHTML = testo;
	}
	
	function caricaContenutoMuseo(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('Museo').className = 'activenavitab';
		
		var testo = "<h3><center>Museo</center></h3>";
		testo = testo + "<br /><hr><br />";

		testo = testo + "<table>";

		testo = testo + "<tr><td><h5><a href=\"javascript:openReficeMuseum(\'multimedia\/Gallery\/Refice\/index.html\')\">Refice</a></h5></td></tr>";

		testo = testo + "<tr><td><h5><a href=\"javascript:openMorettiMuseum(\'multimedia\/Gallery\/Moretti\/index.html\')\">Moretti</a></h5></td></tr>";
		
		testo = testo + "<tr><td><h5><a href=\"javascript:openDeMattiasMuseum(\'multimedia\/Gallery\/DeMattias\/index.html\')\">Maria De Mattias</a></h5></td></tr>";
		
		testo = testo + "<tr><td><h5><!--a href=\"javascript:openSimoniMuseum(\'multimedia\/Gallery\/Simoni\/index.html\')\"-->Simone Simoni<!--/a--></h5></td></tr>";
		
		testo = testo + "<tr><td><h5><a href=\"javascript:openESimoniMuseum(\'multimedia\/Gallery\/ESimoni\/index.html\')\">Eraldo Simoni</a></h5></td></tr>";
		
		
		document.getElementById('pagina').value = 2;
		document.getElementById('main').innerHTML = testo;
	}
	
	function caricaContenutoCatalogo(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('Catalogo').className = 'activenavitab';
		
		document.getElementById('pagina').value = 3;
		
		caricaCatalogo(1);		
	}
	
	function caricaContenutoEventi(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('Eventi').className = 'activenavitab';

		document.getElementById('pagina').value = 4;
		
		agenda();
	}
	
	function caricaContenutoBiblio(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('Biblio').className = 'activenavitab';
		
		document.getElementById('pagina').value = 5;
		
		caricaBibliography();
	}
	
	function caricaContenutoDisco(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('Disco').className = 'activenavitab';
		
		loadDisco();
		
		document.getElementById('pagina').value = 6;
		document.getElementById('main').innerHTML = testo;
	}
	
	function caricaContenutoDownload(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('Downloads').className = 'activenavitab';
		
		var testo = '<h3><center>DOWNLOADS</center></h3>';
		testo = testo + '<br /><hr><br />';
		
		testo = testo + "<p>";
		testo = testo + "<a href='http://liciniorefice.it/doc/Licinio Refice Cronologia.pdf'>Cronologia</a>";		
		testo = testo + "</p><br />";
		testo = testo + "<hr>";
		testo = testo + "<br /><p>";
		testo = testo + "<a href='http://liciniorefice.it/doc/BIBLIOGRAFIA_REFICEsito.pdf'>Bibliografia</a>";		
		testo = testo + "</p><br />";
		testo = testo + "<hr>";
		testo = testo + "<br /><p>";
		testo = testo + "<a href='http://liciniorefice.it/doc/SEDICESIMO_COLORI_1.pdf'>Foto Varie 1 (PDF)</a><br/><p>Dal volume \"Una Stanza per Refice\"</p>";		
		testo = testo + "</p><br />";
		testo = testo + "<hr>";
		testo = testo + "<br /><p>";
		testo = testo + "<a href='http://liciniorefice.it/doc/SEDICESIMO_COLORI_2.pdf'>Foto Varie 2 (PDF)</a><br/><p>Dal volume \"Una Stanza per Refice\"</p>";		
		testo = testo + "</p><br />";
		testo = testo + "<hr>";
		testo = testo + "<br /><p>";
		testo = testo + "<a href='http://liciniorefice.it/doc/Muzio.pdf'>Mini Biografia Muzio</a></p>";		
		testo = testo + "</p><br />";
		testo = testo + "<hr>";
		testo = testo + "<br /><p>";
		testo = testo + "<a href='http://liciniorefice.it/doc/Licinio Refice appunti e spunti biografici.pdf'>Licinio Refice - Appunti e spunti biografici</a></p>";		
		testo = testo + "</p><br />";
		testo = testo + "<hr>";
		testo = testo + "<br /><p>";
		testo = testo + "<a href='http://liciniorefice.it/doc/ERALDO IN GUERRA.pdf'>ERALDO SIMONI - LA GUERRA DEL ’15 –’18 DAI SUOI DIARI</a></p>";		
		testo = testo + "</p><br />";
		testo = testo + "<hr>";
		
		document.getElementById('pagina').value = 7;
		document.getElementById('main').innerHTML = testo;
	}
	
	function caricaContenutoCronologia(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('Cronologia').className = 'activenavitab';
		
		var testo = '<h3><center>CRONOLOGIA DELLA VITA DI LICINIO REFICE</center></h3>';
		testo = testo + '<div class="subtitle"><center><em>di Michele Colagiovanni</em></center></div>';
		testo = testo + '<br /><p>Questa Cronologia, certamente incompleta, l\'ho ricavata dalla documentazione presente in Una Stanza per Refice [segnatura USpR] ove essa è consultabile nella stesura integrale, ossia con le note che integrano le notizie e ne indicano le fonti. È gradita qualunque collaborazione per coprire i periodi vuoti o precisare le notizie espresse</p>';
		testo = testo + '<br /><hr><br />';
		testo = testo + '<form name="crono">';
		testo = testo +	'<table align="center"><tr><td colspan="4">Inserire il periodo di cui si vuole effettuare la ricerca</td>';
		testo = testo + '</tr><tr><td colspan="4">&nbsp;</td></tr><tr><td>Da:</td><td><input type="text" name="annoDa" id="yearFrom" size="10"></td>';
		testo = testo + '<td>A:</td><td><input type="text" name="annoA" id="yearTo" size="10"></td>';
		testo = testo + '</tr><tr><td colspan="4">&nbsp;</td></tr><tr><td colspan="4"><input type="button" value="Cerca" name="search" onclick="javascript:searchCrono()"></td></tr></table></form>';

		document.getElementById('pagina').value = 8;
		document.getElementById('main').innerHTML = testo;
	}
	
	function caricaContenutoIndiceStanza(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('IndiceStanza').className = 'activenavitab';
		
		document.getElementById('pagina').value = 9;
		
		caricaIndice();
	}	function caricaContenutoHome(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('Home').className = 'activenavitab';
		document.getElementById('pagina').value = 0;
		home();
	}
	
	function caricaContenutoBio(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('Bio').className = 'activenavitab';
		
		var testo = "<h3>LICINIO REFICE, UNA VITA PER L’ARTE</h3>";
		testo = testo + "<br><em>(Testi di Michele Colagiovanni)</em>";
		testo = testo + "<br />";
		testo = testo + "<div id='bio1'><h5><a href='javascript:caricaContenutoBioText()'>Le radici</a></h5></div>";
		
		testo = testo + "<div id='per1'><h5><a href='javascript:caricaContenutoPercorsoText()'>Il percorso</a></h5></div>";
		
		testo = testo + "<div id='perD1'><h5><a href='javascript:caricaContenutoPerDramText()'>La personalità drammatica</a></h5></div>";
		
		testo = testo + "<div id='attF1'><h5><a href='javascript:caricaContenutoAttFreText()'>Attivismo frenetico</a></h5></div>";
		
		testo = testo + "<div id='duEx1'><h5><a href='javascript:caricaContenutoDuaExtText()'>Il dualismo all’estremo</a></h5></div>";
		
		testo = testo + "<div id='proS1'><h5><a href='javascript:caricaContenutoProSacText()'>La produzione sacra</a></h5></div>";
		
		testo = testo + "<div id='pers1'><h5><a href='javascript:caricaContenutoPersText()'>Il personaggio</a></h5></div>";

		testo = testo + "<br /><hr><h3>Prosegui con:</h3>";
		testo = testo + "<p><a href=\"#\" onclick=\"javascript:mariaCalzoni()\">Maria Calzoni</a><br/>";
		testo = testo + "<a href=\"#\" onclick=\"javascript:reficeFascismo()\">Refice e il Fascismo</a><br/>";
		testo = testo + "<a href=\"#\" onclick=\"javascript:reficeDiariRoncalli()\">Refice nei diari di Roncalli poi Giovanni XXIII</a><br/>";
		testo = testo + "<a href=\"#\" onclick=\"javascript:francescoSiciliani()\">Francesco Siciliani</a><br />";
		testo = testo + "<a href=\"#\" onclick=\"javascript:messina()\">Refice e il terremoto di Messina</a><br/>";
		testo = testo + "<br />";
		testo = testo + "<a href=\"#\" onclick=\"javascript:olivieroDeFabritiis()\">Oliviero De Fabritiis</a><br/>";
		testo = testo + "<a href=\"#\" onclick=\"javascript:aleandroAtias()\">Alejandro Atias, regista</a><br/>";
		testo = testo + "<a href=\"#\" onclick=\"javascript:valentinoMiserachsGrau()\">Valentino Miserachs-Grau</a><br/>";
		testo = testo + "<a href=\"#\" onclick=\"javascript:valle()\">Giovanni Valle</a><br/>";
		testo = testo + "<a href=\"#\" onclick=\"javascript:danto()\">Antonio D'Antò</a><br/>";
		testo = testo + "<a href=\"#\" onclick=\"javascript:cappadozzi()\">Diana Cappadozzi</a><br/>";
		testo = testo + "<a href=\"#\" onclick=\"javascript:giuseppeMarchetti()\">Giuseppe Marchetti (In memoria)</a></p>";
		testo = testo + "<br /><hr><br />";
			
			
		document.getElementById('pagina').value = 1;
		document.getElementById('main').innerHTML = testo;
	}
	
	function caricaContenutoMuseo(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('Museo').className = 'activenavitab';
		
		var testo = "<h3><center>Museo</center></h3>";
		testo = testo + "<br /><hr><br />";

		testo = testo + "<table>";

		testo = testo + "<tr><td><h5><a href=\"javascript:openReficeMuseum(\'multimedia\/Gallery\/Refice\/index.html\')\">Refice</a></h5></td></tr>";

		testo = testo + "<tr><td><h5><a href=\"javascript:openMorettiMuseum(\'multimedia\/Gallery\/Moretti\/index.html\')\">Moretti</a></h5></td></tr>";
		
		testo = testo + "<tr><td><h5><a href=\"javascript:openDeMattiasMuseum(\'multimedia\/Gallery\/DeMattias\/index.html\')\">Maria De Mattias</a></h5></td></tr>";
		
		testo = testo + "<tr><td><h5><!--a href=\"javascript:openSimoniMuseum(\'multimedia\/Gallery\/Simoni\/index.html\')\"-->Simone Simoni<!--/a--></h5></td></tr>";
		
		testo = testo + "<tr><td><h5><a href=\"javascript:openESimoniMuseum(\'multimedia\/Gallery\/ESimoni\/index.html\')\">Eraldo Simoni</a></h5></td></tr>";
		
		
		document.getElementById('pagina').value = 2;
		document.getElementById('main').innerHTML = testo;
	}
	
	function caricaContenutoCatalogo(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('Catalogo').className = 'activenavitab';
		
		document.getElementById('pagina').value = 3;
		
		caricaCatalogo(1);		
	}
	
	function caricaContenutoEventi(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('Eventi').className = 'activenavitab';

		document.getElementById('pagina').value = 4;
		
		agenda();
	}
	
	function caricaContenutoBiblio(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('Biblio').className = 'activenavitab';
		
		document.getElementById('pagina').value = 5;
		
		caricaBibliography();
	}
	
	function caricaContenutoDisco(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('Disco').className = 'activenavitab';
		
		loadDisco();
		
		document.getElementById('pagina').value = 6;
		document.getElementById('main').innerHTML = testo;
	}
	
	function caricaContenutoDownload(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('Downloads').className = 'activenavitab';
		
		var testo = '<h3><center>DOWNLOADS</center></h3>';
		testo = testo + '<br /><hr>';
		
		testo = testo + "<p>";
		testo = testo + "<a href='http://liciniorefice.it/doc/Licinio Refice Cronologia.pdf'>Cronologia</a>";		
		testo = testo + "</p>";
		testo = testo + "<hr>";
		testo = testo + "<p>";
		testo = testo + "<a href='http://liciniorefice.it/doc/BIBLIOGRAFIA_REFICEsito.pdf'>Bibliografia</a>";		
		testo = testo + "</p>";
		testo = testo + "<hr>";
		testo = testo + "<p>";
		testo = testo + "<a href='http://liciniorefice.it/doc/SEDICESIMO_COLORI_1.pdf'>Foto Varie 1 (PDF)</a><p>Dal volume \"Una Stanza per Refice\"</p>";		
		testo = testo + "</p>";
		testo = testo + "<hr>";
		testo = testo + "<p>";
		testo = testo + "<a href='http://liciniorefice.it/doc/SEDICESIMO_COLORI_2.pdf'>Foto Varie 2 (PDF)</a><p>Dal volume \"Una Stanza per Refice\"</p>";		
		testo = testo + "</p>";
		testo = testo + "<hr>";
		testo = testo + "<p>";
		testo = testo + "<a href='http://liciniorefice.it/doc/Muzio.pdf'>Mini Biografia Muzio</a></p>";		
		testo = testo + "</p>";
		testo = testo + "<hr>";
		testo = testo + "<p>";
		testo = testo + "<a href='http://liciniorefice.it/doc/Licinio Refice appunti e spunti biografici.pdf'>Licinio Refice - Appunti e spunti biografici</a></p>";		
		testo = testo + "</p>";
		testo = testo + "<hr>";
		testo = testo + "<p>";
		testo = testo + "<a href='http://liciniorefice.it/doc/ERALDO IN GUERRA.pdf'>ERALDO SIMONI - LA GUERRA DEL ’15 –’18 DAI SUOI DIARI</a></p>";		
		testo = testo + "</p>";
		testo = testo + "<hr>";
		testo = testo + "<p>";
		testo = testo + "<a href='http://liciniorefice.it/doc/GUIDA MUSEO.pdf'>Una casa per partire</a>";		
		testo = testo + "</p>";
		testo = testo + "<hr>";
		
		document.getElementById('pagina').value = 7;
		document.getElementById('main').innerHTML = testo;
	}
	
	function caricaContenutoCronologia(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('Cronologia').className = 'activenavitab';
		
		var testo = '<h3><center>CRONOLOGIA DELLA VITA DI LICINIO REFICE</center></h3>';
		testo = testo + '<div class="subtitle"><center><em>di Michele Colagiovanni</em></center></div>';
		testo = testo + '<br /><p>Questa Cronologia, certamente incompleta, l\'ho ricavata dalla documentazione presente in Una Stanza per Refice [segnatura USpR] ove essa è consultabile nella stesura integrale, ossia con le note che integrano le notizie e ne indicano le fonti. È gradita qualunque collaborazione per coprire i periodi vuoti o precisare le notizie espresse</p>';
		testo = testo + '<br /><hr><br />';
		testo = testo + '<form name="crono">';
		testo = testo +	'<table align="center"><tr><td colspan="4">Inserire il periodo di cui si vuole effettuare la ricerca</td>';
		testo = testo + '</tr><tr><td colspan="4">&nbsp;</td></tr><tr><td>Da:</td><td><input type="text" name="annoDa" id="yearFrom" size="10"></td>';
		testo = testo + '<td>A:</td><td><input type="text" name="annoA" id="yearTo" size="10"></td>';
		testo = testo + '</tr><tr><td colspan="4">&nbsp;</td></tr><tr><td colspan="4"><input type="button" value="Cerca" name="search" onclick="javascript:searchCrono()"></td></tr></table></form>';

		document.getElementById('pagina').value = 8;
		document.getElementById('main').innerHTML = testo;
	}
	
	function caricaContenutoIndiceStanza(pageN)
	{
		document.getElementById(page[pageN]).className = 'navitab';
		document.getElementById('IndiceStanza').className = 'activenavitab';
		
		document.getElementById('pagina').value = 9;
		
		caricaIndice();
	}
