// JavaScript Document
function movein(which,html){
which.style.background='#FFB76F'
which.style.color='000000'
description1.innerHTML=html
}

function moveout(which){
which.style.background='#FF8000'
which.style.color='#3F403A'
description1.innerHTML='&nbsp;'
}