

function chimg(filename,target){
	document.images[target].src = filename;
}