﻿$(function(){
    $('a.open_new_window').click(function(){
        window.open(this.href,'Cardholder Agreement','left=20,top=20,width=725,height=800,toolbar=0,resizable=0,scrollbars=yes');
        return false;
    });
});

