function visible(arg1,arg2){
  var obj =document.getElementById(arg1);
  obj.style.visibility = arg2;
}



