$(document).ready(function() {
    $(document).pngFix();

    $('a.popup').click(function() {
        window.open (this.href,	'mywindow','menubar=0,toolbar=1,resizable=1,scrollbars=1,width=864,height=600');
        return false;
    });
});