function showup(id) { window.showModalDialog("http://cmt.xoyo.com/up.php?m=y&id=" + id, "up", "dialogWidth=200px;dialogHeight=80px;status=0;scroll=no"); } function showdown(id) { window.showModalDialog("http://cmt.xoyo.com/up.php?m=n&id=" + id, "down", "dialogWidth=200px;dialogHeight=80px;status=0;scroll=no"); } function showissue(id) { window.showModalDialog("http://cmt.xoyo.com/issue.php?id=" + id, "issue", "dialogWidth=200px;dialogHeight=80px;status=0;scroll=no"); } function reply(str) { document.getElementsByName('comment')[0].innerHTML += str; } try { document.getElementById('cmt_vote_num').innerHTML = '2'; } catch(e) { }