// JavaScript Document
function movein(which,html){
description1.innerHTML=html
}

function moveout(which){
description1.innerHTML='&nbsp;'
}

