/**
 * @author CREALAB
 */
function footer() 
{
	var html = '<div id="footer_fthline">';
	html += '<span title="I riferimenti commerciali e tecnici per entrare in contatto con CREALAB">';
	html += '<a href="crealab_contatti.html">CREALAB SRL</a></span>';
	html += '- Conoscere per Creare - &copy; 2004 - 2010 - Tutti i diritti sono riservati - P.IVA 07646471008</div>';	
	
	document.getElementById("footer").innerHTML=html;
}