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

function msout(obj){
obj.style.margin=6+'px';
obj.style.border='solid 2px #555555';
}
