// JavaScript Document

function swapImage(imgN,imgU){
	document.images[imgN].src=imgU;
}

