// JavaScript Document

function SimpleSwap(el,which){
  el.src=el.getAttribute(which || "origsrc");
}



