// JavaScript Document

function mchange(objName,img) {
	document.images[objName].src = img;
}
