jQuery(function($) {
  $('.external').click(function() { window.open(this.href, '', 'width=500,height=500,scrollbars=yes,resizable=yes'); return false; });
  $('.externalfile').attr('target', '_new');
});
