function movein(which){
which.style.background='coral'
//if (document.getElementById)
//document.getElementById("boxdescription").innerHTML=html
//else
//boxdescription.innerHTML=html
}

function moveout(which){
which.style.background='white '
//if (document.getElementById)
//document.getElementById("boxdescription").innerHTML='&nbsp;'
//else
//boxdescription.innerHTML='&nbsp;'
}