$(document).ready(function(){
  $('p.coupon_btn a').click(function() {
    window.open(this,"shop",'width=600,height=230,menubar=yes');
    return false;
  });
});