// JavaScript Document
function changeImage(name, src) {
	document.images[name].src=src;
}
