function MessaggioAlert(msg){
	alert(msg);
}

function ChangeColor(){
	document.bgColor = '#000000';
}