function adobeLink(lnk) {
  var x = window.open(lnk,'cs2demo','toolbar=yes,location=yes,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=800,height=600');
  if (x == null) {
    alert('The page you are linking to is being blocked.  Please allow this site to open windows.');
  }
}
