
function swapimage(src,position) {
	document.images[position].src=src;
}
