
function cambia_fondo_attivo()
{
	
this.style.background="url(Img/sfondo_link_attivo.png)";
this.style.color="#FFFFFF";

}


