$(function() {
  $('a.popup').click(function() {
    window.open(this.href, 'Textile Help', 'width=600,height=600');
    return false;
  });
});


