function myChgPic(myPicURL){
   document.images["myBigImage"].src = myPicURL;
}