﻿function chgPic(myPicURL){
   document.images["bigImageSize"].src = myPicURL;
}
