/* turn off the lightbox */
useLightbox = false;

/* turn off Photo Popularity thumb thing */
displaySmugPopular = false;

/* gets rid of mouse-over bubble things */
/* addEvent(window, "load", delHover);
function delHover()
{
  imgTags = document.getElementsByTagName("img");
  for (i=0; i<imgTags.length; i++)
  {
    imgTags[i].title = "";
    imgTags[i].alt = "";
  }
} */

/* gets rid of PhotoBar (size selection and stuff over image) */
showPhotoBar = false;

/* keeps thumbnails small even on large screens */
SM.SmugMug.config.autoThumbSize = false;

/* stops filmstrip from moving */
/* filmstripMove = 0; */

/* make SmugMug think screen is less tall than it actually is */
SM.SmugMug.config.alterScreenHeight = +100;