function imgsel (obj) {
obj.style.border = "1px solid #B50000";
}
function imgdesel (obj) {
obj.style.border = "1px solid #EF8E00";
}
function inpsel (obj){
obj.style.color = "#B30301";
}
function inpdesel (obj) {
obj.style.color = "#EF8E00";
}