function change_img(ptagID, pSource) { 
	document.images[ptagID].src = pSource; 
	return true; 
} 

