// JavaScript Document


function imageChange(objName,img1) {

	
		document.images[objName].src= img1


	
}
