function swapPhoto(image) {
   document['largePhoto'].src = "/Merchant2/" + image;
   return;
}

