<!--
lionel_img = new Image();
lionel_img.src = 'images/store_lionel.jpg';

nandho_img = new Image();
nandho_img.src = 'images/store_ho.jpg';

briothomas_img = new Image();
briothomas_img.src = 'images/store_briothomas.jpg';

mthlgb_img = new Image();
mthlgb_img.src = 'images/store_mthandlgb.jpg';

storefront_img = new Image();
storefront_img.src = 'images/store_front.jpg';

showcase_img = new Image();
showcase_img.src = 'images/store_showcase.jpg';

layout_img = new Image();
layout_img.src = 'images/store_layout.jpg';

function swap(imgName, imgUrl) {
  if (document.images && typeof imgUrl != 'undefined')
  document[imgName].src = imgUrl.src;
}

//-->
