function OpenComments (c) {
    window.open(c,
                    'comments',
                    'width=480,height=500,top=100,left=100,scrollbars=yes,status=yes');
}

function OpenTrackback (c) {
    window.open(c,
                    'trackback',
                    'width=480,height=500,scrollbars=yes,status=yes');
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

