function Colora(Oggetto)
	{
	Oggetto.style.backgroundColor="#FFFFCC"
	Oggetto.style.fontWeight="bold"
	}
function Scolora(Oggetto)
	{
	Oggetto.style.backgroundColor="#EBFFD6"
	Oggetto.style.fontWeight="normal"
	}
function VerificaJavascript()
	{
	var Enabled=document.getElementById("txtEnabledJavascript")
	Enabled.value="true"
	}
