function mostraFormulari(dia)
{
	document.getElementById('formulari').style.display = 'block';
}