// JavaScript Document

function imgswap(name, type){
  eval("document." + name + ".src = '" + type + "'");
}