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