
function hiLite(x,color) {
x.style.backgroundColor=color; }

function noLite(z,color) {
z.style.backgroundColor=color; }

