function msov(obj){
obj.style.margin=0+'px';
obj.style.border='groove 10px #888888';
}

function msout(obj){
obj.style.margin=8+'px';
obj.style.border='solid 2px #555555';
}