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