function roll(target, io) {
  path = "document.getElementById(\"" + target + "\")";
  button = "menu/b_" + target + "_" + io + ".gif";
  eval(path).src = button;
}