  <!-- Hide script from old browsers
  function photopop(filename) {
    var myPhotopop;
    myPhotopop = window.open(filename ,'photo','width=550,height=450,left=0,top=0,resizable=no,scrollbars=auto,status=no,menubar=no,directories=no,toolbar=no');
    myPhotopop.focus();
  }
  // End hiding script from old browsers -->
