function OpenTrAbout (c) {
    window.open(c,
                    'TrAbout',
                    'width=400,height=260,scrollbars=yes,status=yes');
}