// JavaScript Document


function swapImage(position01,file01) {
	document.images[position01].src=file01;
}
