// JavaScript Document

function swap(a,b,c){
	document.getElementsByName(a)[0].src=c+'images/'+b;
}
