function over(obj) {
    obj.style.border = "1px solid black";
}
      
function out(obj) {
    obj.style.border = "1px solid white";   
}
