function loading(id){
	document.getElementById(id).innerHTML = "<img src='script/loading.gif' align='absmiddle'> Attendere il caricamento...";
}