<!-- // Modifica il testo in coda al sito - By Gianluca

function legalFoot()
{
	if (document.getElementById('Footer_divFooter') != null)
	{
		msg = '<center>Sede: Via Campana, 185 - Pozzuoli (NA) - CAP 80078 - Registro imprese di Napoli - R.E.A. 513988 - P.IVA / C.F.: 06705830633 - Capitale sociale interamente versato &euro; 1.000.000,00<br>e-mail: <a href="mailto:info@micromaint.com">info@micromaint.com</a> - Tel. [+39] 081.5260021 (PBX) - Fax [+39] 081.5263028</center>';

		document.getElementById('Footer_divFooter').innerHTML = msg;
	}
}
legalFoot();

-->