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