function OpenComments (c) {
    window.open(c,
                    'comments',
                    'width=420,height=480,scrollbars=yes');
}

//<a href="http://www.etalkinghead.com/" onclick="OpenComments(this.href); return false">Comments (x)</a>