function myChgPic (myPicURL,myImgTagName) {
	document.images[myImgTagName].src = myPicURL;
}

