﻿function myChgPic1(myPicURL){
	document.images["myBigImage1"].src = myPicURL; 
}  

