//begin popups2 script

function OpenComments (c) {
    window.open(c,
                    'comments',
                    'width=800,height=600,scrollbars=yes,status=yes');
}

function OpenTrackback (c) {
    window.open(c,
                    'trackback',
                    'width=800,height=600,scrollbars=yes,status=yes');
}
//end popups2 script