
function chng_imgB(imgB){
	document.images["imgB"].src=eval("img"+imgB+".src");
}

