
  function changePic(fileName, myPic) {
	myPic.src=fileName;
  }

