function movein(which,html){
which.style.background='#AAFFFF';
if (document.getElementById)document.getElementById("boxdescription").innerHTML=html;
else boxdescription.innerHTML=html;
}

function moveout(which,html){
which.style.background='#00ccFF';
if (document.getElementById)
document.getElementById("boxdescription").innerHTML=html;
else
boxdescription.innerHTML=html;
}

