function display(id,style){
      document.getElementById(id).style.display = style;
}

