function highlight(which,TColor){
if (document.all||document.getElementById)
{
which.style.color=TColor;
}
}
