ehm...i due codici erano due alternative...quindi

az.background = lab.background = ser.background = true;
az.backgroundColor = lab.backgroundColor = ser.backgroundColor = 0xf0f0f0;


OPPURE

for(a=0;a<voci.length;a++){
_root[voci[a]].background = true
_root[voci[a]].backgroundColor = 0xf0f0f0
}

e non tutte e due le cose