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