function disp() {
  var r = Math.round(Math.random())+1;
  document.getElementById('group'+r).style.display='block';
}
