// JavaScript Document
	function stella(id){
		document.getElementById('stellass'+id).src = "http://www.ballacoicinghiali.it/img/stella.gif";
		document.getElementById('stellass'+id).style.width = "";
		document.getElementById('stellass'+id).style.height = "";
	}
	
	function stella2(id){
		document.getElementById('stellass'+id).src = "http://www.ballacoicinghiali.it/img/transparent.gif";
		document.getElementById('stellass'+id).style.width = "1";
		document.getElementById('stellass'+id).style.height = "1";
	}
