function roll(id, image_file) {
  if (image = document.getElementById('roll'+id)) {
    image.src = 'images/models/'+image_file;
  }
}