var LG = LG || {};

LG.switchImage = function(bigImageId, bigImgSrc){
  document.getElementById(bigImageId).src = bigImgSrc;
};