// JavaScript Document

function myChgPic(myPicURL){
   document.images["bigimage"].src = myPicURL;
}
