function ov_ot(obj,a){
   document.getElementById(obj).style.display =a;

}
function color_change(obj,a){


   document.getElementById(obj).style.color=a;

}
