function DaiLuce(aRow){
if (typeof(aRow.style) != 'undefined') aRow.style.backgroundColor = '#F5F3F9';
}

function TogliLuce(aRow){
if (typeof(aRow.style) != 'undefined') aRow.style.backgroundColor = '#E8E3F0'; 
}

