﻿

function over(obj) {
    obj.style.borderColor = '#5d80bd';
}
function off(obj) {
    obj.style.borderColor = 'Black';
}