
window.onload = function() {
}

var mozilla = false; var ie = false;
if (document.all) { ie = true; }
else if (document.getElementById) { mozilla = true; }

function openShow(album) {
  slideshow = window.open('./slide_show.php?album='+ album,'slideshow','resizable,scrollbars,titlebar');
}
