function illumina() {
	window.event.toElement.style.backgroundColor="#99CC00"
}
function spegni() {
	window.event.fromElement.style.backgroundColor="#ffffff"
}

function illuminaBis(obj) {
//	obj.style.backgroundColor="#99CC00"
}
function spegniBis(obj) {
//	obj.style.backgroundColor="#ffffff"
}
