function divover(obj){
obj.style.visibility = "visible"
}
function divout(obj){
obj.style.visibility = "hidden"
}
