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

