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