function highlight(which,color){
if (document.all)
which.style.backgroundColor=color
}