$(document).ready(function(){
   $('div.letter-link').click(function() {
      window.open(this.children[0].children[0].href, "_blank", "height=600, width=430, location=no, menubar=no, resizable=no, status=no, toolbar=no, top=150, left=300");
      return false;
   });
});