function imgsel (obj) {
obj.style.border = "1px solid #bc1c37";
}
function imgdesel (obj) {
obj.style.border = "1px solid #cebea5";
}
