﻿
function fnSwap(which, what) {
  document.getElementById(which).src = "/images/" + what;
}