function navi_win(tid) {
        self.window.name="main"
        w = window.open('', 'Remocon', 'width=530,height=500,status=yes,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');
        if (w != null) {
                if (w.opener == null) {w.opener = self;}
                w.location.href = 'messege.php?tid_list='+tid+'';
        }
}