function highlight(n,c,t) {
 imageRef=MM_findObj("imageCell"+n);
 if (imageRef.style) imageRef=imageRef.style;
 imageRef.background=c;
 if (t!="#FFFFFF") t="#EACBAC";
}
