/*********************Colore alternato per righe*******************************/
function setPointer( theRow, theColor ) {
    theRow.style.backgroundColor = theColor;
}
/*******************Fine Colore alternato per righe****************************/
