// TecniColor Dynamic Table Color Changer by adolfo@tecni.com
function TecniColor(oTd, tecnicolor) 
{
	if (tecnicolor == 1) {
		if (!oTd.contains(event.fromElement)) 
			oTd.bgColor="#cce0e0";
	}
	else {
		if (!oTd.contains(event.toElement)) 
			oTd.bgColor="#ffffff";
	}
}
