function showPicture(newSrc) {
  var img = getElement('bigPicture');
  var newImg = IMG({'src': newSrc, 'id': 'bigPicture' });
  replaceChildNodes(img.parentNode, newImg);
}
    