function movr(obj, text) {
    obj.style.background='lightblue' ;
    description.innerHTML=text
}

function mout(obj) {
    obj.style.background='white' ;
    description.innerHTML=''
}

