function imgchg(fpath,imgtxt) {
	document.mphoto.src=fpath;
	imgtxt.innerHTML=imgtxt;
}
