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