function onhov(lname, col)
{
document.all[lname].style.color = col
}
function offhov(lname)
{
document.all[lname].style.color = ''
}