function apri_credits(n)
{
	with (document) {
		if (n == 1)
	    getElementById('crediti').style. display = "block";
		else
		  getElementById('crediti').style. display = "none";
	}
}

