"; editor.innerHTML = _body; } else { if (mode == 1) { var obj = $("blog_reply_editor"); obj.style.display = ""; } else { hideBox("blog_reply_editor"); } } window.location.href=#blog_reply_editor; } function docReplyCancel() { var btn = $("blog_reply_btn"); btn.style.display = ""; hideBox("blog_reply_editor"); } function onDocReply() { var url = window.location.href; url = url.replace(/&editor=1/g, "") if(url != top.window.location.href) top.window.location.replace(url); else top.window.location.reload(); } function docReplyDel(i...