$(document).ready(function() { 
  $("a#pressrelease1").fancybox({
    'hideOnContentClick': true
  });
});



