function setclass(id, styl){
          document.getElementById(id).className =  "button"+styl;
}
