function multi_call61(arg1) {
  if(document.getElementById("vote_text").value == "") {
    _escp_69 = encodeURI(arr68[(arg1 + 4)]);
  }
  else {
    _escp_69 = encodeURI(document.getElementById("vote_text").value);
  }
  req_serv("forum_serv.php?q=49&a=" + arg1 + "&p=" + vote_post + "&inf=" + _escp_69);
  multi_call74();
}
function multi_call75() {
  for(var i77 = 1; i77 < 5; i77++) {
    document.getElementById("sm" + i77).src = "xx/star_gray_red.png";
    document.getElementById("sp" + i77).src = "xx/star_gray_green.png";
  }
  document.getElementById("v_hint").innerHTML = "&nbsp;";
}
arr68 = new Array("fail","очень плохо","плохо","не понравилось","","понравилось","хорошо","отлично","шедевр");
function multi_call92(arg1) {
  if(arg1 < 0) {
    for(var i97 = 1; i97 < (1-arg1); i97++) {
      document.getElementById("sm" + i97).src = "xx/star_minus.png";
    }
  }
  else {
    for(var i103 = 1; i103 < (1+arg1); i103++) {
      document.getElementById("sp" + i103).src = "xx/star_plus.png";
    }
  }
  document.getElementById("v_hint").innerHTML = arr68[(arg1 + 4)];
}
function multi_call74() {
  document.getElementById("body").removeChild(document.getElementById("vote_dlg"));
}
var id402 = 0;
function timer402(_data_){
  _trace("Проверка сообщений...");
  req_serv_bg("chat_serv.php?q=1&id=" + document.getElementById("last_chat_id").value + "&w=chat_text&sid=last_chat_id");
}
function multi_call431() {
  text433 = prompt("Введите частоту обновления чата","5000");
  if( text433) {
    if(text433 > 1999) {
      clearInterval(id402);
      id402 = setInterval("timer402(" + text433 + ")",text433);
    }
    else {
      alert("Введено слишком маленькое время обновления страницы чата");
    }
  }
}
function multi_call463() {
  if(document.getElementById("chat_txt").value == "con") {
    open_con();
  }
  else {
    if(document.getElementById("chat_txt").value.length > 0) {
      req_serv_post("chat_serv.php?q=2","text=" + encodeURIComponent(document.getElementById("chat_txt").value));
      document.getElementById("chat_txt").value = "";
    }
  }
}
function func_chat_msg(arg1) {
  document.getElementById("chat_txt").value = document.getElementById("chat_txt").value + "[b]" + arg1 + "[/b], ";
}
function multi_call539() {
  s541 = document.getElementById("con_send").value + " ";
  arr543 = s541.split(" ");
  switch (arr543[0]) {
    case "clr":
      document.getElementById("con_text").innerHTML = "";
      break;
    case "hide":
      document.getElementById("").style.display = arr543[1];
      break;
    case "online":
      req_serv("chat_serv.php?q=3");
      break;
    case "eval":
      _trace(eval(arr543[1]));
      break;
    case "load":
      req_serv("chat_serv.php?q=4&p=" + arr543[1]);
      break;
    default:
      _trace(s541);
  }
}
function multi_call585() {
  window.open("forum_serv.php?q=50","","toolbar=0,width=570,height=440");
}
var ptopic = 0;
var _Y = 0;
var id613 = 0;
var var_auto613 = 0;
function timer613(_data_){
  var_auto613--;
  if(var_auto613 > 0)
    setTimeout("timer613()",1000);
  else {
    req_serv("forum_serv.php?q=44&t=" + ptopic + "&l=" + sort);
    document.getElementById("preview").style.left = (100).toString() + "px";
    document.getElementById("preview").style.top = ((_Y+16)).toString() + "px";
  }
}
function multi_call615(arg1,arg2,arg3) {
  if(document.getElementById("wait_img").style.display != "block") {
    sort = arg3;
    ptopic = (arg1.id).substr(1,6);
    _Y = arg2;
    var_auto613 = 1;
    id613 = setTimeout("timer613()",1000);
  }
}
function multi_call724() {
  if(document.getElementById("topic_form")) {
  }
  else {
    document.getElementById("text").appendChild(topic_form.cloneNode(true));
    if(document.getElementById("login").value == "") {
      document.getElementById("tf_name").value = "Гость";
    }
    else {
      document.getElementById("tf_name").value = document.getElementById("login").value;
    }
    document.getElementById("tf_send_btn").onclick = f_add_post;
    document.getElementById("forum_id").value = "forum_serv.php?q=11&f=" + document.getElementById("parForumId").value;
  }
}
function multi_call767(arg1,arg2) {
  val771 = arg2;
  for(var i773 = arg1.length - 1; i773 >= 0; i773--) {
    val771 = (val771).replace(new RegExp("%" + (i773+1),"gi"),arg1[i773]);
  }
  return(val771);
}
function multi_call876(arg1) {
  onPaste("[b]" + arg1,"[/b], ");
}
function multi_call955(arg1) {
  if(document.getElementById("info")) {
  }
  else {
    open_topic_form();
  }
  quote_post(arg1);
}
function multi_call965(arg1) {
  if(document.getElementById("info")) {
  }
  else {
    open_topic_form();
  }
  document.getElementById("info").innerHTML = "Вы редактируете сообщение пользователя";
  req_serv("forum_serv.php?q=12&p=" + arg1);
}
function selectText(obj) {
  if(document.selection) { // IE, Opera
    return document.selection.createRange().text
  } else {
    sel = document.getSelection();
    return (sel ? sel : obj.value.substr(obj.selectionStart,obj.selectionEnd - obj.selectionStart))
  }
}
function setSelectText(obj, text) {
  if(document.selection) { // IE, Opera
    document.selection.createRange().text = text
  } else {
    b = obj.value.substr(0, obj.selectionStart)
    a = obj.value.substr(obj.selectionEnd)
    obj.value = b + text + a
  }
}
function multi_call979(arg1) {
  val985 = (document.selection ? document.selection.createRange().text : document.getSelection());
  text986 = prompt("Введите исправленный вариант",val985);
  if( text986) {
    req_serv_post("forum_serv.php?q=57","p=" + arg1 + "&s=" + val985 + "&d=" + text986);
    document.getElementById("ptext_" + arg1).innerHTML = (document.getElementById("ptext_" + arg1).innerHTML).replace(val985,text986);
  }
}
function multi_call1002(arg1) {
  text1006 = prompt("Введите заголовок новой темы","");
  if( text1006) {
    req_serv_post("forum_serv.php?q=30&p=" + arg1,"title=" + encodeURIComponent(text1006));
  }
}
function multi_call1015(arg1) {
  if(document.getElementById("info")) {
  }
  else {
    open_topic_form();
  }
  document.getElementById("info").innerHTML = "Вы добавляете замечание на сообщение пользователя";
  document.getElementById("forum_id").value = "forum_serv.php?q=62&p=" + arg1;
}
function move_topic(arg1) {
  window.open("profile.html?q=34&t=" + arg1,"","toolbar=0,width=200,height=570");
}
function multi_call1108(arg1) {
  if(document.getElementById(arg1).style.display == "none") {
    document.getElementById(arg1).style.display = "inline";
  }
  else {
    document.getElementById(arg1).style.display = "none";
  }
}
function multi_call1118(arg1,arg2) {
  req_serv("forum_serv.php?q=31&s=1&m=" + arg1 + "&t=" + arg2);
  document.getElementById("topic_mode").style.display = "none";
}
function open_topic_form() {
  if(document.getElementById("topic_form")) {
  }
  else {
    document.getElementById("text").appendChild(topic_form.cloneNode(true));
    if(document.getElementById("login").value == "") {
      document.getElementById("tf_name").value = "Гость";
    }
    else {
      document.getElementById("tf_name").value = document.getElementById("login").value;
    }
    document.getElementById("tf_send_btn").onclick = f_add_post;
    document.getElementById("forum_id").value = "forum_serv.php?q=4&t=" + document.getElementById("parTopicId").value;
    document.getElementById("tf_title_row").style.display = "none";
    document.getElementById("tf_title").value = "---";
  }
}
function multi_call592(arg1) {
  window.open("profile.html?q=33&u=" + arg1,"winprofile","toolbar=0,width=600,height=700");
}
function multi_call1468(arg1) {
  window.open("http://tools.hiasm.com/hname.php?h=" + arg1,"ip_locator","toolbar=0,width=300,height=100");
}
function multi_call1566() {
  if(document.getElementById("owner_self").checked) {
    s1573 = "forum_serv.php?q=42&owner=self";
  }
  else if(document.getElementById("owner_reg").checked) {
    s1573 = "forum_serv.php?q=42&owner=" + document.getElementById("reg_user").value;
  }
  else {
    s1573 = "forum_serv.php?q=42&owner=all";
  }
  req_serv_post(s1573,"text=" + document.getElementById("search").value);
}
function multi_call1831() {
  window.open("forum_serv.php?q=68","avatar","toolbar=0,width=400,height=120");
}
arr1852 = new Array("prf_about","prf_note","prf_mail","prf_www","prf_icq","prf_age");
function multi_call1853(arg1) {
  e1855 = document.getElementById(arg1);
  ln1857 = e1855.lastChild;
  if(ln1857) {
    if(ln1857.nodeName == "A") {
      val1864 = ln1857.innerHTML;
    }
    else {
      val1864 = ln1857.nodeValue;
    }
    e1855.removeChild(ln1857);
  }
  else {
    val1864 = "";
  }
  memo1868 = document.createElement("input")
  memo1868.setAttribute("id", arg1 + "_e")
  memo1868.value = val1864
  e1855.appendChild(memo1868);
}
function multi_call1872() {
  req_serv_post("forum_serv.php?q=47&u=" + document.getElementById("prf_user").value,"about=" + document.getElementById("prf_about_e").value + "&mail=" + document.getElementById("prf_mail_e").value + "&www=" + document.getElementById("prf_www_e").value + "&icq=" + document.getElementById("prf_icq_e").value + "&note=" + document.getElementById("prf_note_e").value + "&age=" + document.getElementById("prf_age_e").value + "&blog=" + document.getElementById("blog").checked + "&ip=" + (0+document.getElementById("ip_login").checked));
}
function multi_call1847() {
  if(document.getElementById("save-btn")) {
  }
  else {
    arr1851 = arr1852;
    for( var _item1851 in arr1851) {
      multi_call1853(arr1851[_item1851]);
    }
    btn1871 = document.createElement("input")
    btn1871.type = "submit"
    btn1871.setAttribute("id", "save-btn")
    btn1871.setAttribute("onClick", "multi_call1872();")
    btn1871.value = "Сохранить"
    document.getElementById("prf_btns").appendChild(btn1871);
  }
}
function multi_call1892() {
  text1894 = prompt("Введите новый пароль","");
  if( text1894) {
    req_serv_post("forum_serv.php?q=54","pass=" + text1894);
  }
}
function multi_call2015(arg1) {
  window.open("forum_serv.php?q=70&u=" + arg1,"money_history","toolbar=0,width=600,height=400");
}
function multi_call2119() {
  for(var i2122 = 0; i2122 < 100; i2122++) {
    e2124 = document.getElementById("check" + i2122);
    if(e2124) {
      if(e2124.checked) {
        val2131 = e2124.value;
        break;
      }
    }
  }
  window.opener.req_serv("forum_serv.php?q=35&t=" + document.getElementById("mto").value + "&f=" + val2131);
  window.close();
}
function multi_call2192() {
  if(document.getElementById("info").value.length > 3) {
    if(parseInt(document.getElementById("time").value) > 0) {
      if(parseInt(document.getElementById("time").value) < 720) {
        req_serv_post("forum_serv.php?q=40","ip=" + document.getElementById("ip").value + "&info=" + encodeURIComponent(document.getElementById("info").value) + "&time=" + document.getElementById("time").value);
      }
      else {
        alert("Продолжительность бана не может превышать 30 дней(720 часов)");
      }
    }
    else {
      alert("Не указанно количество часов");
    }
  }
  else {
    alert("Текст описания должен превышать 3 символа");
  }
}
function multi_call2248(arg1) {
  window.open("http://tools.hiasm.com/hname.php?h=" + arg1,"ip_locator","toolbar=0,width=300,height=100");
}

self_data = "%1";
easy_link = "<a class=\"easy_link\" href=\"%2\">%1</a>";
li = "<li>%1</li>";
li_link = "<li><a class=\"easy_link\" href='javascript:req_serv(\"%2\");'>%1</a></li>";
big_title = "<table style=\"background-color: #E0E0E0; font-size: 12px; font-weight: bold; width: 140px; margin-bottom: 5px;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"title_2_1\"></td><td style=\"text-align: center; border-top: 1px solid silver; border-bottom: 1px solid silver;\">%1</td><td class=\"title_2_2\"></td></tr></table>";
bb_data = "%b1";
post_vote = "<div style=\"padding: 5px;\"><table><tr><td>Сообщение</td><td><input id=\"vote_text\" style=\"width: 100%;\" type=\"text\" size=\"20\"></td></tr><tr><td>Оценка</td><td><span style=\"font-size: 20px; color: red; margin-right: 3px;\">-</span><img id=\"sm4\" src=\"xx/star_gray_red.png\" onclick='multi_call61((-1 - 3));' onmouseout='multi_call75();' onmouseover='multi_call75();multi_call92((-1 - 3));'><img id=\"sm3\" src=\"xx/star_gray_red.png\" onclick='multi_call61((-1 - 2));' onmouseout='multi_call75();' onmouseover='multi_call75();multi_call92((-1 - 2));'><img id=\"sm2\" src=\"xx/star_gray_red.png\" onclick='multi_call61((-1 - 1));' onmouseout='multi_call75();' onmouseover='multi_call75();multi_call92((-1 - 1));'><img id=\"sm1\" src=\"xx/star_gray_red.png\" onclick='multi_call61((-1 - 0));' onmouseout='multi_call75();' onmouseover='multi_call75();multi_call92((-1 - 0));'><img id=\"sp1\" src=\"xx/star_gray_green.png\" onclick='multi_call61((4 - 3));' onmouseout='multi_call75();' onmouseover='multi_call75();multi_call92((4 - 3));'><img id=\"sp2\" src=\"xx/star_gray_green.png\" onclick='multi_call61((4 - 2));' onmouseout='multi_call75();' onmouseover='multi_call75();multi_call92((4 - 2));'><img id=\"sp3\" src=\"xx/star_gray_green.png\" onclick='multi_call61((4 - 1));' onmouseout='multi_call75();' onmouseover='multi_call75();multi_call92((4 - 1));'><img id=\"sp4\" src=\"xx/star_gray_green.png\" onclick='multi_call61((4 - 0));' onmouseout='multi_call75();' onmouseover='multi_call75();multi_call92((4 - 0));'><span style=\"font-size: 16px; color: green; margin-left: 3px;\">+</span></td></tr><tr><td></td><td id=\"v_hint\">&nbsp;</td></tr><tr><td style=\"border-top: 1px dotted gray; text-align: center; padding: 3px;\" colspan=\"2\"><input type=\"submit\" value=\"Отмена\" onclick='multi_call74();'></td></tr></table></div>";

function showVoteDlg(arg1, arg2) {
  e140 = document.getElementById("vote_dlg");
  if(e140) {
    document.getElementById("body").removeChild(e140);
  }
  div143 = document.createElement("div")
  div143.setAttribute("id", "vote_dlg")
  div143.className = "dialog"
  div143.innerHTML = post_vote;
  document.getElementById("body").appendChild(div143);
  vote_post = arg1;
}
f_main_body = "<table style=\"background-color: #E0E0E0; text-align: center; color: #666666; margin-bottom: 5px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"table_1_1\"></td><td class=\"table_1_2\"></td><td class=\"table_1_3\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td id=\"f_body\"></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_7\" style=\"height: 5px;\"></td><td class=\"table_1_6\"></td><td class=\"table_1_5\"></td></tr><table style=\"background-color: #E0E0E0; text-align: center; color: #666666; margin-bottom: 15px; margin-top: 10px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"table_1_1\"></td><td class=\"table_1_2\"></td><td class=\"table_1_3\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td style=\"font-weight: bold;\">Информация о форуме</td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td style=\"width: 500px; vertical-align: top;\"><table style=\"width: 100%; background-color: #EEEEEE; color: #666666;  text-align: left; margin-bottom: 5px; font-size: 12px;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"table_1_1\"></td><td class=\"table_1_2\" colspan=\"2\"></td><td class=\"table_1_3\"></td></tr><tr><td class=\"table_1_8\"></td><td style=\"border-bottom: 1px dotted gray; text-align: center;\"><a href='javascript:req_cache(\"forum_serv.php?q=23\");'><img style=\"border: 0;\" src=\"xx/fmain1.png\"></a></td><td style=\"border-left: 1px dotted gray; border-bottom: 1px dotted gray; padding: 5px;\">Наши пользователи оставили сообщений: <b>%1</b><br>Всего зарегистрированных пользователей: <b>%2</b><br>Последний зарегистрированный пользователь: <b>%3</b><br>Файлов в аттаче: <b>%4</b>, объемом <b>%5</b><br></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_8\"></td><td style=\"text-align: center;\"><a class=\"easy_link\" href='javascript:req_cache(\"forum_serv.php?q=18\");'><img style=\"border: 0;\" src=\"xx/fmain2.png\"></a></td><td style=\"border-left: 1px dotted gray;  padding: 5px;\">Сейчас на форуме: гостей - <b>%6</b>, участников - <b>%7</b><br>Online: <span id=\"online\"></span><br><br><a href=\"forum.html?q=3&t=53088\">Rooms</a>: <span id=\"rooms\"></span><br><br><a href=\"http://minecraft.hiasm.com\" target=\"_blank\">Minecraft</a>: <span id=\"minecraft\"></span></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_7\" style=\"height: 5px;\"></td><td class=\"table_1_6\" colspan=\"2\"></td><td class=\"table_1_5\"></td></tr></table></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_8\"></td><td style=\"text-align: left; font-size: 10px;\">Сейчас: %8</td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_7\" style=\"height: 5px;\"></td><td class=\"table_1_6\"></td><td class=\"table_1_5\"></td></tr>";
f_main_group = "<tr><td style=\" font-weight: bold; font-size: 13px; text-align: justify; border-color: silver; border-width: 1px; border-style: solid; background-color: #e6e6e6; height: 22px; padding-left: 10px;\" colspan=\"4\"><img style=\"float: left; margin-right: 4px; border: 0;\" src=\"xx/forums/%2.ico\">%1</td></tr>";
f_main_forum = "<tr><td class=\"forum_part\" style=\"text-align: left; height: 38px; padding-left: 5px; border-left: 1px solid gray; border-bottom: 1px dotted gray;\"><a href=\"forum.html?q=2&f=%8\"><img style=\"margin-right: 5px; float: left;\" src=\"xx/%1.gif\"></a><a class=\"f_link_1\" href='javascript:req_cache(\"forum_serv.php?q=2&f=%8\");'>%2</a><br><span class=\"forum-info\">%3</span></td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-bottom: 1px dotted gray;\">%4</td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-bottom: 1px dotted gray;\">%5</td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-bottom: 1px dotted gray; border-right: 1px solid gray;\"><span style=\"font-weight: bold; color: black;\">%6</span><br><span class=\"forum-info\">%7</span></td></tr>";
f_main_begin = "<table style=\"width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td style=\"font-weight: bold; text-align: center; height: 20px;\">Форум</td><td style=\"font-weight: bold; width: 100px; text-align: center;\">Темы</td><td style=\"font-weight: bold; width: 100px; text-align: center;\">Сообщения</td><td style=\"font-weight: bold; width: 150px; text-align: center;\">Последнее</td></tr>";
f_main_link1 = "<a class=\"f_main_link1\">%1</a>";
f_main_menu = "<a class=\"f_link_1\" href='javascript:req_serv(llnk);'>Обновить</a> • <a class=\"f_link_1\" title=\"Показать список тем со своими сообщениями\" href='javascript:req_cache(\"forum_serv.php?q=61\");'>Свои</a> • <a class=\"f_link_1\" title=\"Показать список тем с последними сообщениями\" href='javascript:req_cache(\"forum_serv.php?q=10\");'>Последние</a> • <a class=\"f_link_1\" title=\"Показать список тем с новыми сообщениями\" href='javascript:req_cache(\"forum_serv.php?q=14\");'>Новые</a> • <a class=\"f_link_1\" title=\"Показать список тем с рейтинговыми сообщениями\" href='javascript:req_cache(\"forum_serv.php?q=58\");'>Популярные</a> • <a class=\"f_link_1\" title=\"Показать список аттачей\" href='javascript:req_cache(\"forum_serv.php?q=24\");'>Темы с аттачами</a> • <a class=\"f_link_1\" title=\"Показать список своих собственных тем\" href='javascript:req_cache(\"forum_serv.php?q=65\");'>Свои темы</a> • <a class=\"f_link_1\" title=\"Показать список оценок пользователей\" href='javascript:req_cache(\"forum_serv.php?q=59\");'>Оценки</a> • <a class=\"f_link_1\" title=\"Отметить все новые сообщения как прочтенные\" href='javascript:if( confirm(\"Вы уверены, что хотите отметить все сообщения как прочтенные?\") ) {req_serv(\"forum_serv.php?q=22\");}'>Прочесть все</a>";
f_main_link0 = "<a class=\"f_main_link0\">%1</a>";
f_main_link2 = "<a class=\"f_main_link2\">%1</a>";
f_main_link3 = "<a class=\"f_main_link3\">%1</a>";
f_main_link4 = "<a class=\"f_main_link4\">%1</a>";
f_main_link5 = "<a class=\"f_main_link5\">%1</a>";

function open_chat() {
  if(document.getElementById("chat")) {
  }
  else {
    e391 = document.createElement("div")
    e391.id = "chat";
    e391.className = "caption_div";
    e391.innerHTML = f_chat_body;
    document.body.appendChild(e391);
  }
  document.getElementById("chat").style.display = "block";
  id402 = setInterval("timer402()",5000);
}
f_chat_body = "<table style=\"width: 100%; height: auto;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><div style=\"height: 18px;\" onmousedown='cur_drag = this.parentNode.parentNode.parentNode.parentNode.parentNode;'><div style=\"height: 18px; float: left; \">&nbsp;</div><div style=\"width: 32px; float: right;\"><table cellspacing=\"0\" cellpadding=\"0\"><tr><td><img style=\"border: 0; cursor: pointer;\" title=\"Установить частоту обновления\" src=\"xx/st_5.png\" onclick='multi_call431();'></td><td><img style=\"border: 0; cursor: pointer;\" title=\"Закрыть окно чата\" src=\"xx/st_4.png\" onclick='document.getElementById(\"chat\").style.display = \"none\";clearInterval(id402);'></td></tr></table></div></div></td><td style=\"width: 2px; cursor: w-resize;\" rowspan=\"3\" onmousedown='beginMove(0,document.getElementById(\"chat\"),event,0);'> </td></tr><tr><td><div id=\"chat_text\" style=\" font-size: 11px; background-color: white; height: 150px; margin-left: 3px; margin-top: 1px; margin-right: 1px; margin-bottom: 1px; overflow: auto; vertical-align: top;\"></div></td></tr><tr><td id=\"border: 1px solid red;\"><form style=\"border: 0; margin: 0; padding: 0;\" method=\"Post\" onsubmit='return(false);'><table style=\"width: 100%;\"><tr><td><input id=\"chat_txt\" style=\"width: 100%;\" type=\"text\" size=\"20\"><input id=\"last_chat_id\" type=\"hidden\" value=\"0\"></td><td style=\"width:44px;\"><input style=\"width: 30px;\" title=\"Отправить сообщение\" type=\"submit\" value=\">>\" onclick='multi_call463();'><input style=\"width: 14px;\" title=\"Очистить историю сообщений\" type=\"submit\" value=\"X\" onclick='document.getElementById(\"chat_text\").innerHTML = \"\";'></td></tr></table></form></td></tr><tr><td style=\"height: 2px; cursor: n-resize;\" onmousedown='beginMove(1,document.getElementById(\"chat_text\"),event,0);'> </td></tr></table>";
chat_msg = "<span><a class=\"bold_link\" style=\"color: red; font-size: 11px;\" href='javascript:func_chat_msg(\"%1\");'>%1</a></span>: <span>%b2</span>";
f_console = "<table style=\"width: 100%; height: auto;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><div style=\"height: 18px;\" onmousedown='cur_drag = this.parentNode.parentNode.parentNode.parentNode.parentNode;'><div style=\"height: 18px; float: left; \">&nbsp;</div><div style=\"width: 18px; float: right;\"><table cellspacing=\"0\" cellpadding=\"0\"><tr><td><img style=\"border: 0; cursor: pointer;\" title=\"Закрыть окно чата\" src=\"xx/st_4.png\" onclick='document.getElementById(\"console\").style.display = \"none\";'></td></tr></table></div></div></td><td style=\"width: 2px; cursor: w-resize;\" rowspan=\"3\" onmousedown='beginMove(0,document.getElementById(\"console\"),event,0);'> </td></tr><tr><td><div id=\"con_text\" style=\" font-size: 11px; background-color: white; height: 150px; margin-left: 3px; margin-top: 1px; margin-right: 1px; margin-bottom: 1px; overflow: auto; vertical-align: top;\"></div></td></tr><tr><td id=\"height: 18px;\"><form style=\"border: 0; margin: 0; padding: 0;\" method=\"Post\" onsubmit='return(false);'><table style=\"width: 100%;\"><tr><td><input id=\"con_send\" style=\"width: 100%;\" type=\"text\" size=\"20\"></td><td style=\"width: 16px;\"><input style=\"width: 14px;\" type=\"submit\" value=\">\" onclick='multi_call539();'></td></tr></table></form></td></tr><tr><td style=\"height: 2px; cursor: n-resize;\" onmousedown='beginMove(1,document.getElementById(\"con_text\"),event,0);'> </td></tr></table>";

function open_con() {
  if(document.getElementById("console")) {
  }
  else {
    e571 = document.createElement("div")
    e571.id = "console";
    e571.className = "caption_div";
    e571.innerHTML = f_console;
    document.body.appendChild(e571);
  }
  document.getElementById("console").style.display = "block";
}
f_rating_inf = "<a href='javascript:multi_call585();'>Самый высокий рейтинг</a> у сообщения (%1) оставленное сегодня - <a href='javascript:multi_call592(\"%3\");'>%2</a>";
e599 = document.createElement("span")
e599.innerHTML = "<table><tr><td class=\"forum_part\" style=\"text-align: left; height: 34px; padding-left: 20px; border-left: 1px solid gray; border-top: 1px dotted gray; \"><img style=\"float: left; margin-right: 5px; border: 0;\" src=\"xx/forums/44.ico\"><a href=\"forum.html?q=3&t=%9\"><img style=\"float: left; margin-right: 5px; border: 0;\" src=\"xx/st_0.png\"></a><a id=\"t%9\" class=\"f_link_1\" href='javascript:req_cache(\"forum_serv.php?q=3&t=%9\");clearTimeout(id613);' onmouseout='document.getElementById(\"preview\").style.display = \"none\";clearTimeout(id613);' onmouseover='multi_call615(this,event.clientY,0);'>%2</a><img id=\"lock%9\" style=\"margin-left: 5px; display: none;\" src=\"xx/lock.ico\"><br><span style=\"font-size: 10px;\">%10</span></td><td class=\"forum_part\" style=\"border-top: 1px dotted gray; width: 60px;\"><a id=\"l%9\" class=\"img_last_post\" href='javascript:req_cache(\"forum_serv.php?q=3&t=%9&s=%3\");clearTimeout(id613);' onmouseout='document.getElementById(\"preview\").style.display = \"none\";clearTimeout(id613);' onmouseover='multi_call615(this,event.clientY,1);'></a></td><td id=\"score_%9\" class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray;\"><img src=\"xx/star_off.png\"><img src=\"xx/star_off.png\"><img src=\"xx/star_off.png\"><img src=\"xx/star_off.png\"><img src=\"xx/star_off.png\"></td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray;\">%4</td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray;\">%5</td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray;\">%6</td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray; border-right: 1px solid gray;\"><span style=\"font-weight: bold; color: black;\">%7 <a href='javascript:req_cache(\"forum_serv.php?q=3&t=%9&s=%12\");'><img id=\"new%9\" style=\"border: 0; display: none;\" src=\"xx/last.png\"></a></span><br><span style=\"font-size: 10px;\">%8</span></td></tr></table>";
f_forum_topic = e599.firstChild.firstChild.firstChild;
f_forum_body = document.createElement("span");
f_forum_body.innerHTML = "<table style=\"background-color: #E0E0E0; text-align: center; color: #666666; margin-bottom: 5px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"table_1_1\"></td><td class=\"table_1_2\"><input id=\"parForumId\" type=\"hidden\"></td><td class=\"table_1_3\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td><table style=\"width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td id=\"tree\" style=\"text-align: left;\"></td><td id=\"pages\" style=\"width: 200px; text-align: right;\"></td></tr></table></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td><table style=\"width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td style=\"font-weight: bold; text-align: center; height: 20px; border-top: 1px solid gray; border-left: 1px solid gray;\">Темы</td><td style=\"width: 15px; text-align: center; border-top: 1px solid gray;\">&nbsp;</td><td style=\"font-weight: bold; width: 100px; text-align: center; border-top: 1px solid gray;\">Оценка</td><td style=\"font-weight: bold; width: 100px; text-align: center; border-top: 1px solid gray;\">Ответов</td><td style=\"font-weight: bold; width: 100px; text-align: center; border-top: 1px solid gray;\">Автор</td><td style=\"font-weight: bold; width: 100px; text-align: center; border-top: 1px solid gray;\">Просмотров</td><td style=\"font-weight: bold; width: 150px; text-align: center; border-top: 1px solid gray; border-right: 1px solid gray;\">Последнее</td></tr><tr id=\"f_last_topic\"><td style=\"border-top: 1px solid gray; padding-top: 2px; text-align: right;\" colspan=\"7\"><input type=\"submit\" value=\"Добавить тему\" onclick='multi_call724();'>&nbsp;</td></tr></table></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_7\" style=\"height: 5px;\"></td><td class=\"table_1_6\"><div id=\"preview\" style=\" color: black; text-align: justify; border-color: silver; border-width: 1px; border-style: solid; background-color: #eeeeee; width: 800px; position: absolute; display: none;\"></div></td><td class=\"table_1_5\"></td></tr></table>";

function addtopic(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15) {
  var s799 = "";
  
  e758 = document.createElement("span")
  e758.innerHTML = multi_call767(addtopic.arguments,((("<table><tr>" + f_forum_topic.innerHTML + "</tr></table>").replace("44",arg14)).replace("st_0","st_" + arg1)).replace(/\\\"/gi,"'"));
  document.getElementById("f_last_topic").parentNode.insertBefore(e758.firstChild.firstChild.firstChild,document.getElementById("f_last_topic"));
  if(arg13 == 1) {
    document.getElementById("lock" + arg9).style.display = "inline";
  }
  if(arg11 > 0) {
    document.getElementById("new" + arg9).style.display = "inline";
  }
  if(arg15 >= 1) {
    s799 += "<img src=\"xx/star_on.png\">";
  }
  else {
    s799 += "<img src=\"xx/star_off.png\">";
  }
  if(arg15 >= 2) {
    s799 += "<img src=\"xx/star_on.png\">";
  }
  else {
    s799 += "<img src=\"xx/star_off.png\">";
  }
  if(arg15 >= 3) {
    s799 += "<img src=\"xx/star_on.png\">";
  }
  else {
    s799 += "<img src=\"xx/star_off.png\">";
  }
  if(arg15 >= 4) {
    s799 += "<img src=\"xx/star_on.png\">";
  }
  else {
    s799 += "<img src=\"xx/star_off.png\">";
  }
  if(arg15 >= 5) {
    s799 += "<img src=\"xx/star_on.png\">";
  }
  else {
    s799 += "<img src=\"xx/star_off.png\">";
  }
  document.getElementById("score_" + arg9).innerHTML = s799;
  return("");
}
f_forum_preview = "<table style=\" font-size: 11px; border-color: silver; border-width: 1px; border-style: groove; width: 100%;\"><tr><td style=\"font-size: 10px;\">Автор: <span style=\"font-weight: bold;\">%1</span></td></tr><tr><td>%b2</td></tr></table>";
f_topic_body = "<table style=\"background-color: #E0E0E0; text-align: center; color: #666666; margin-bottom: 5px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"table_1_1\"></td><td class=\"table_1_2\"><input id=\"parTopicId\" type=\"hidden\"></td><td class=\"table_1_3\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td><table style=\"width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td id=\"tree\" style=\"text-align: left;\"></td><td id=\"pages1\" style=\"width: 400px; text-align: right;\"></td></tr></table></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td><div id=\"f_p_body\"></div><div id=\"f_p_files\"></div></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_7\" style=\"height: 5px;\"></td><td class=\"table_1_6\"></td><td class=\"table_1_5\"></td></tr></table>";
f_topic_begin = "<table style=\"width: 100%; color: black;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td style=\"font-weight: bold; text-align: center; height: 20px; border-top: 1px solid gray; border-left: 1px solid gray; width: 180px; \">Автор</td><td style=\"font-weight: bold; text-align: center; border-top: 1px solid gray; border-right: 1px solid gray;\">Сообщение</td></tr>";
f_topic_post = "<tr><td class=\"forum_part%15 user-info\" style=\"text-align: center; vertical-align: top; border: 1px solid gray; height: 100px;\"><a class=\"quote_title\" href='javascript:multi_call876(\"%1\");'>%1</a><br><span>%2</span><br>%8<br><span>Ответов: %3</span><br><span style=\"margin: 3px;\">Рейтинг: </span> %12 <a class=\"quote_title\" style=\"color: green;\" title=\"Добавить очко репутации\" href='javascript:showVoteDlg(\"%9\",\"4\");'>±</a><span style=\"display: block; padding-left: 30px;\"><table><tr><td><div style=\"float: left; border: 1px solid black; width: 102px; height: 8px;\"><div style=\"width: %13px; background-color: silver; height: 8px;\"></div></div></td><td>%13% </td></tr></table></span><span style=\"margin: 3px;\"><span onmouseover='this.lastChild.style.display = \"block\";' onmouseout='this.lastChild.style.display = \"none\";'>Капитал: %14ћ<div class=\"hint\" style=\"display: none; position: absolute;\"><table><tr><td style=\"text-align: left;\"><a class=\"bold_link\" style=\"font-size: 10px;\" href='javascript:req_serv(\"forum_serv.php?q=52&u=%6&m=1\");'>Добавить 1ћ</a></td></tr><tr><td style=\"text-align: left;\"><a class=\"bold_link\" style=\"font-size: 10px;\" href='javascript:req_serv(\"forum_serv.php?q=52&u=%6&m=5\");'>Добавить 5ћ</a></td></tr><tr><td style=\"text-align: left;\"><a class=\"bold_link\" style=\"font-size: 10px;\" href='javascript:req_serv(\"forum_serv.php?q=52&u=%6&m=10\");'>Добавить 10ћ</a></td></tr><tr><td style=\"text-align: left; border-top: 1px dotted gray;\"><a class=\"bold_link\" style=\"font-size: 10px;\" href='javascript:req_serv(\"forum_serv.php?q=53&p=%9\");'>Запустить ракету</a></td></tr></table></div></span></span></td><td class=\"forum_part%15\" style=\"border-top: 1px solid gray; border-right: 1px solid gray; vertical-align: top; border-bottom: 1px dotted gray;\"><table style=\"width: 100%; \" cellspacing=\"0\" cellpadding=\"0\"><tr><td style=\"border-bottom: 1px dotted gray; padding-top: 2px; padding-left: 5px;\"><div style=\"float: left;\"><a href=\"forum.html?q=3&p=%9#p%9\" name=\"p%9\"><img style=\"float: left; margin: 1px; border: 0;\" src=\"xx/post%10.png\"></a><span style=\"font-size: 9px; margin-left: 3px; padding-top: 2px;\"> %4</span><span style=\"font-size: 9px; margin-left: 3px; padding-top: 2px; color: silver;\"> %11</span></div><div style=\" float: right; margin-right: 5px;\"><a class=\"bold_link\" title=\"Для вставки цитаты выделите текст сообщения и нажмите эту ссылку\" href='javascript:multi_call955(\"%1\");'>Цитата</a> | <a class=\"bold_link\" title=\"Исправить ответ\" href='javascript:multi_call965(\"%9\");'>Правка</a> | <a class=\"bold_link\" title=\"Исправить часть ответа\" href='javascript:multi_call979(\"%9\");'>Опечатка</a> | <a class=\"bold_link\" title=\"Удалить ответ\" href='javascript:req_serv(\"forum_serv.php?q=13&p=%9\");'>Удалить</a> | <a class=\"bold_link\" title=\"Перенести все сообщения ниже данного в новую тему\" href='javascript:multi_call1002(\"%9\");'>Разбить</a> | <a class=\"bold_link\" title=\"Добавить замечание к сообщению\" href='javascript:multi_call1015(\"%9\");'>Замечание</a> [  <a class=\"quote_title\" style=\"color: green;\" title=\"Добавить очко репутации\" href='javascript:showVoteDlg(\"%9\",\"4\");'>±</a> ]</div></td></tr><tr><td id=\"ptext_%9\" style=\"padding: 3px; text-align: left;\">%b5 <br><br></td></tr></table></td></tr><tr><td class=\"forum_part%15\" style=\"border-left: 1px solid gray;  border-right: 1px solid gray;  border-bottom: 1px solid gray; height: 16px;\"><a class=\"bold_link\" href='javascript:multi_call592(\"%6\");'>Профиль</a> | <a class=\"bold_link\" href='javascript:write_pm(\"%6\");'>ЛС</a></td><td class=\"forum_part%15\" style=\"border-right: 1px solid gray; text-align: left; padding-left: 15px;  border-bottom: 1px solid gray; font-size: 12px;\"><div style=\"overflow: hidden; height: 16px;\">&nbsp; %b7</div></td></tr>";
f_topic_end = "<tr><td style=\"text-align: right;\" colspan=\"2\"></td></tr></table><table style=\"width: 100%;\" cellspacing=\"0\" cellpadding=\"1\"><tr><td style=\"width: 380px;\"><a class=\"f_link_1\" title=\"Удалить тему\" href='javascript:if( confirm(\"Вы уверенны, что хотите удалить этот топик?\") ) {req_serv(\"forum_serv.php?q=21&t=%1\");}'>Удалить</a> | <a class=\"f_link_1\" title=\"Переместить тему в другой форум\" href='javascript:move_topic(\"%1\");'>Переместить</a> | <a class=\"f_link_1\" title=\"Добавить/удалить тему в избранное\" href='javascript:req_serv(\"forum_serv.php?q=20&t=%1\");'>Избранное</a> | <a class=\"f_link_1\" title=\"Показать все файлы из данной темы\" href='javascript:req_serv(\"forum_serv.php?q=32&t=%1\");'>Аттачи</a> | <a class=\"f_link_1\" title=\"Перейти вначало страницы\" href=\"#top\">Наверх</a></td><td style=\"width: 200px; text-align: center;\"><span style=\"float: left; margin-top: 3px; margin-left: 60px;\">Оценка: </span><a id=\"tvote\" title=\"+5 Шедевр!\" href=\"javascript: topic_vote(5, %1);\"><div class=\"vote_star\"></div></a><a id=\"tvote\" title=\"+4 Очень полезная и интересная тема\" href=\"javascript: topic_vote(4, %1);\"><div class=\"vote_star\"></div></a><a id=\"tvote\" title=\"+3 Интересная тема\" href=\"javascript: topic_vote(3, %1);\"><div class=\"vote_star\"></div></a><a id=\"tvote\" title=\"+2 Есть что почитать\" href=\"javascript: topic_vote(2, %1);\"><div class=\"vote_star\"></div></a><a id=\"tvote\" title=\"+1 Так себе тема...\" href=\"javascript: topic_vote(1, %1);\"><div class=\"vote_star\"></div></a></td><td style=\"text-align: center; vertical-align: top;\"><img style=\"cursor: pointer;\" src=\"xx/lock.ico\" onclick='req_serv(\"forum_serv.php?q=43&t=%1\");'><span><input class=\"btn\" title=\"Тип топика\" type=\"submit\" value=\"Тип\" onclick='multi_call1108(\"topic_mode\");'><div id=\"topic_mode\" style=\" text-align: justify; border-color: silver; border-width: 1px; border-style: solid; background-color: #dddddd; position: absolute; margin-left: -50px; margin-top: 20px; padding-left: 2px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; display: none;\"><a class=\"code_select\" href='javascript:multi_call1118(0,\"%1\");'>Обычная</a><a class=\"code_select\" href='javascript:multi_call1118(1,\"%1\");'>Прикрепленная</a><a class=\"code_select\" href='javascript:multi_call1118(2,\"%1\");'>Информация</a><a class=\"code_select\" href='javascript:multi_call1118(3,\"%1\");'>Разработчику</a><a class=\"code_select\" href='javascript:multi_call1118(4,\"%1\");'>На удаление</a></div></span><input id=\"topic_form_btn\" type=\"submit\" value=\"Ответить\" onclick='open_topic_form();'></td><td id=\"pages2\" style=\"width: 300px; text-align: right;\"></td></tr></table>";
f_topic_menu = "<a class=\"f_link_1\" href='javascript:req_serv(llnk);'>Обновить</a> • <a class=\"f_link_1\" title=\"Показать список тем с последними сообщениями\" href='javascript:req_serv(\"forum_serv.php?q=10\");'>Показать последние</a> • <a class=\"f_link_1\" title=\"Показать список тем с новыми сообщениями\" href='javascript:req_serv(\"forum_serv.php?q=14\");'>Показать новые</a>";
f_topic_attach = "<tr><td class=\"forum_part\" style=\"border-left: 1px solid gray;  border-right: 1px solid gray;  border-bottom: 1px solid gray;  font-size: 10px; text-align: right; height: 16px; font-weight: bold;\">Присоединенные файлы: </td><td class=\"forum_part\" style=\"border-right: 1px solid gray; font-size: 10px; text-align: left; padding-left: 15px;  border-bottom: 1px solid gray;\">%1</td></tr>";
f_topic_line = "<tr><td style=\"height: 4px;\" colspan=\"2\"></td></tr>";
f_topic_link = "<a class=\"f_link_1\" href='javascript:req_cache(\"forum_serv.php?q=2&f=%2\");'>%1</a>";
f_forum_link = "<a class=\"f_link_1\" href='javascript:req_cache(\"forum_serv.php?q=1\");'>%1</a>";
f_topic_file = "<span>%2</span> [ <span>%1</span> ] <a href='javascript:req_serv(\"forum_serv.php?q=9&a=%3\");'>Удалить</a> | <a href='javascript:onPaste(\"[url=load.php?a=%3]%2[/url]\",\"\");'>Ссылка</a> | <a href='javascript:onPaste(\"[scroll=%2][img]load.php?a=%3[/img][/scroll]\",\"\");'>Картинка</a><br>";

function quote_post(arg1) {
  onPaste("[quote=" + arg1 + "]","[/quote]");
}
f_topic_a_begin = "<table class=\"forum_part\" style=\" font-size: 11px; border-color: silver; border-width: 1px; border-style: solid; width: 100%; padding-left: 5px; padding-right: 5px; padding-bottom: 5px;\"><tr><td style=\"width: 150px; font-weight: bold;\">Название</td><td style=\"font-weight: bold;\">Размер</td><td style=\"font-weight: bold;\">Автор</td><td style=\"font-weight: bold;\">Дата</td></tr>";
f_topic_a_end = "</table>";
f_topic_a_body = "<tr><td style=\"text-align: left; border-top: 1px solid #dddddd; \"><a class=\"easy_link\" href=\"xf/load.php?a=%3\" target=\"_blank\">%1</a></td><td style=\" border-top: 1px solid #dddddd;\">%2Kb</td><td style=\" border-top: 1px solid #dddddd;\">%4</td><td style=\" border-top: 1px solid #dddddd;\">%5</td></tr>";
f_topic_vote_y = "<tr style=\"font-size: 10px;\"><td class=\"forum_part\" style=\"border-left: 1px solid gray;  border-right: 1px solid gray;  border-bottom: 1px solid gray; text-align: right; height: 16px; font-weight: bold;\">Голосовали: </td><td class=\"forum_part\" style=\"border-right: 1px solid gray; text-align: left; padding-left: 15px;  border-bottom: 1px solid gray;\">%1</td></tr>";
f_topic_vote_n = "<tr><td class=\"forum_part\" style=\"border-left: 1px solid gray;  border-right: 1px solid gray;  border-bottom: 1px solid gray;  font-size: 10px; text-align: right; height: 16px; font-weight: bold;\">Отклонили: </td><td class=\"forum_part\" style=\"border-right: 1px solid gray; font-size: 10px; text-align: left; padding-left: 15px;  border-bottom: 1px solid gray;\">%1</td></tr>";
f_topic_mod = "<tr><td class=\"forum_part\" style=\"border-left: 1px solid gray;  border-right: 1px solid gray;  border-bottom: 1px solid gray; height: 24px; font-weight: bold; background-color: #ffdddd;\"><img style=\"margin-left: 10px; margin-right: 10px;\" src=\"xx/warning.png\"><a class=\"quote_title\" href='javascript:multi_call876(\"%2\");'>%2</a></td><td class=\"forum_part\" style=\"border-right: 1px solid gray; font-size: 10px; text-align: left; padding-left: 15px;  border-bottom: 1px solid gray; background-color: #ffdddd;\">%b1</td></tr>";

function topic_vote(arg1, arg2) {
  req_serv("forum_serv.php?q=67&t=" + arg2 + "&s=" + arg1);
}
f_users_body = "<table style=\"background-color: #E0E0E0; text-align: center; color: #666666; margin-bottom: 5px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"table_1_1\"></td><td class=\"table_1_2\"></td><td class=\"table_1_3\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td id=\"pages\" style=\"text-align: right;\"></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td id=\"f_u_body\"></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_7\" style=\"height: 5px;\"></td><td class=\"table_1_6\"></td><td class=\"table_1_5\"></td></tr></table><div id=\"addtopic\" style=\"display: none;\"></div>";
f_users_begin = "<table style=\"width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td style=\"font-weight: bold; text-align: center;  border-top: 1px solid gray; border-left: 1px solid gray; height: 20px;\"><a class=\"f_link_1\" href='javascript:req_serv(\"forum_serv.php?q=15&sort=2\");'>Имя</a></td><td style=\"font-weight: bold; width: 200px; text-align: center; border-top: 1px solid gray;\">e-mail</td><td style=\"font-weight: bold; width: 150px; text-align: center; border-top: 1px solid gray;\"><a class=\"f_link_1\" href='javascript:req_serv(\"forum_serv.php?q=15&sort=1\");'>Регистрация</a></td><td style=\"font-weight: bold; width: 100px; text-align: center; border-top: 1px solid gray;\"><a class=\"f_link_1\" href='javascript:req_serv(\"forum_serv.php?q=15&sort=4\");'>Последний вход</a></td><td style=\"font-weight: bold; width: 100px; text-align: center; border-top: 1px solid gray;\">Статус</td><td style=\"font-weight: bold; width: 100px; text-align: center; border-top: 1px solid gray;\"><a class=\"f_link_1\" href='javascript:req_serv(\"forum_serv.php?q=15&sort=3\");'>Ответов</a></td><td style=\"font-weight: bold; text-align: center; border-top: 1px solid gray; border-right: 1px solid gray;\">Страница</td></tr>";
f_users_user = "<tr><td class=\"forum_part\" style=\"text-align: left; padding-left: 20px; border-left: 1px solid gray; border-top: 1px dotted gray;  height: 20px;\"><a style=\"float: left; margin-right: 3px;\" href=\"javascript:req_cache('forum_serv.php?q=65&u=%2');\"><img src=\"xx/topics.png\"></a><a class=\"f_link_1\" style=\"float: left;\" href='javascript:multi_call592(\"%2\");'>%1</a> <a class=\"easy_link\" style=\"font-size: 9px; float: right;\" href='javascript:req_serv(\"forum_serv.php?q=17&u=%2&s=%8&sort=%9\");'>X</a></td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray;\">&nbsp;<a class=\"easy_link\" href=\"mailto: %3\">%3</a></td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray;\">%4</td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray; width: 140px;\">%11</td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray;\"><span class=\"f_main_link%10\">%5</span></td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray;\">%6</td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray; border-right: 1px solid gray;\">&nbsp;<a class=\"easy_link\" href=\"%7\">%7</a></td></tr>";
f_users_end = "<tr><td style=\"border-top: 1px solid gray; padding-top: 2px; text-align: right;\" colspan=\"7\">&nbsp;</td></tr></table>";
f_online_body = "<table style=\"background-color: #E0E0E0; text-align: center; color: #666666; margin-bottom: 5px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"table_1_1\"></td><td class=\"table_1_2\"></td><td class=\"table_1_3\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td id=\"pages\" style=\"text-align: right;\"></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td id=\"f_o_body\"></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_7\" style=\"height: 5px;\"></td><td class=\"table_1_6\"></td><td class=\"table_1_5\"></td></tr></table><div id=\"addtopic\" style=\"display: none;\"></div>";
f_online_begin = "<table style=\"width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td style=\"font-weight: bold; text-align: center;  border-top: 1px solid gray; border-left: 1px solid gray; height: 20px; width: 200px;\">Имя</td><td style=\"font-weight: bold; text-align: center; border-top: 1px solid gray;\">Действие</td><td style=\"font-weight: bold; width: 100px; text-align: center; border-top: 1px solid gray;\">Активность</td><td style=\"font-weight: bold; width: 120px; text-align: center; border-top: 1px solid gray;\">Время</td><td style=\"font-weight: bold; width: 100px; text-align: center; border-top: 1px solid gray;  border-right: 1px solid gray;\">IP</td></tr>";
f_online_user = "<tr><td class=\"forum_part\" style=\"text-align: left; padding-left: 20px; border-left: 1px solid gray; border-top: 1px dotted gray;  height: 18px;\"><a class=\"easy_link\" href='javascript:multi_call592(\"%2\");'>%1</a></td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray; text-align: left;\">&nbsp; %3</td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray;\">%4</td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray; font-size: 10px;\">%5</td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray;  border-right: 1px solid gray;\">&nbsp;<a class=\"easy_link\" href='javascript:multi_call1468(\"%6\");'>%6</a></td></tr>";
f_online_end = "<tr><td style=\"border-top: 1px solid gray; padding-top: 2px; text-align: right;\" colspan=\"5\">&nbsp;</td></tr></table>";
f_search_body = "<table style=\"background-color: #E0E0E0; text-align: center; color: #666666; margin-bottom: 5px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"table_1_1\"></td><td class=\"table_1_2\"></td><td class=\"table_1_3\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td style=\"text-align: right;\"><table style=\"width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td id=\"pages\" style=\"text-align: right;\"></td></tr></table></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td id=\"f_s_body\"></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_7\" style=\"height: 5px;\"></td><td class=\"table_1_6\"></td><td class=\"table_1_5\"></td></tr></table><div id=\"addtopic\" style=\"display: none;\"></div>";
f_search_begin = "<table style=\"width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">";
f_search_post = "<tr><td class=\"forum_part\" style=\"text-align: left; padding: 5px; border-left: 1px solid gray; border-top: 2px solid gray;  border-right: 1px solid gray;  font-size: 10px;\"><span style=\"font-weight: bold;\">Тема: </span><a class=\"easy_link\" href=\"forum.html?q=3&p=%4\">%2</a><span style=\"font-weight: bold;\"> Автор: </span>%3</td></tr><tr><td class=\"forum_part\" style=\"text-align: left; padding: 5px; border-left: 1px solid gray; border-top: 1px dotted gray;  border-right: 1px solid gray;  border-bottom: 1px solid gray; font-size: 10px;\">%b1</td></tr><tr><td>&nbsp;</td></tr>";
f_search_end = "<tr><td style=\"border-top: 1px solid gray; padding-top: 2px; text-align: right;\">&nbsp;</td></tr></table>";
f_search_form = "<form method=\"Post\" onsubmit='return(false);'><table style=\"width: 100%; background-color: #EEEEEE; font-size: 11px; text-align: left; margin-bottom: 5px;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"table_1_1\"></td><td class=\"table_1_2\"></td><td class=\"table_1_3\"></td></tr><tr><td class=\"table_1_8\"></td><td style=\"border-bottom: 1px dotted gray; text-align: center; height: 28px;\"><input id=\"search\" style=\"width: 500px; margin: 2px;\" type=\"text\" size=\"20\"><input type=\"submit\" value=\"Поиск\" onclick='multi_call1566();'></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_8\"></td><td><table style=\"font-size: 11px;\"><tr><td>Владелец поста:</td><td><label><input id=\"owner_all\" style=\"border: 0;\" type=\"radio\" name=\"owner\" checked> Любой  </label><label><input id=\"owner_self\" style=\"border: 0;\" type=\"radio\" name=\"owner\"> Свои </label><label><input id=\"owner_reg\" style=\"border: 0;\" type=\"radio\" name=\"owner\"> Зарегистрированный  </label><input id=\"reg_user\" type=\"text\" size=\"20\"></td></tr></table></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_7\" style=\"height: 5px;\"></td><td class=\"table_1_6\"></td><td class=\"table_1_5\"></td></tr></table></form><table style=\"background-color: #E0E0E0; text-align: center; color: #666666; margin-bottom: 5px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"table_1_1\"></td><td class=\"table_1_2\"></td><td class=\"table_1_3\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td style=\"text-align: right;\"><table style=\"width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td id=\"tree\"></td><td id=\"pages\" style=\"width: 200px; text-align: right;\"></td></tr></table></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td id=\"f_s_body\"><div style=\"text-align: center;\">... запрос не задан ...</div></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_7\" style=\"height: 5px;\"></td><td class=\"table_1_6\"></td><td class=\"table_1_5\"></td></tr></table><div id=\"addtopic\" style=\"display: none;\"></div>";
f_attach_body = "<table style=\"background-color: #E0E0E0; text-align: center; color: #666666; margin-bottom: 5px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"table_1_1\"></td><td class=\"table_1_2\"></td><td class=\"table_1_3\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td id=\"pages\" style=\"text-align: right;\"></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td id=\"f_a_body\"></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_7\" style=\"height: 5px;\"></td><td class=\"table_1_6\"></td><td class=\"table_1_5\"></td></tr></table><div id=\"addtopic\" style=\"display: none;\"></div>";
f_attach_begin = "<table style=\"width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td style=\"font-weight: bold; text-align: center;  border-top: 1px solid gray; border-left: 1px solid gray; height: 20px; width: 300px;\"><a class=\"f_link_1\" href='javascript:req_serv(\"forum_serv.php?q=25&sort=2\");'>Название</a> | <a class=\"f_link_1\" href='javascript:req_serv(\"forum_serv.php?q=25&sort=4\");'>Размер</a></td><td style=\"font-weight: bold; border-top: 1px solid gray;\">Тема</td><td style=\"font-weight: bold; width: 100px; text-align: center; border-top: 1px solid gray;\"><a class=\"f_link_1\" href='javascript:req_serv(\"forum_serv.php?q=25&sort=1\");'>Автор</a></td><td style=\"font-weight: bold; width: 150px; text-align: center; border-top: 1px solid gray;\">Дата</td><td style=\"font-weight: bold; width: 70px; text-align: center; border-top: 1px solid gray;\"><a class=\"f_link_1\" href='javascript:req_serv(\"forum_serv.php?q=25&sort=3\");'>Закачек</a></td><td style=\"font-weight: bold; text-align: center; border-top: 1px solid gray; border-right: 1px solid gray; width: 100px;\">Страница</td></tr>";
f_attach_file = "<tr><td class=\"forum_part\" style=\"text-align: left; padding-left: 20px; border-left: 1px solid gray; border-top: 1px dotted gray;  height: 24px;\"><a class=\"f_link_1\" style=\"float: left;\" href=\"xf/load.php?a=%2\">%1</a> (%3)<a class=\"easy_link\" style=\"font-size: 9px; float: right;\" href='javascript:req_serv(\"forum_serv.php?q=26&a=%2&s=%8&sort=%9\");'>X</a></td><td class=\"forum_part\" style=\"text-align: left; border-left: 1px solid silver; border-top: 1px dotted gray; padding-left: 4px;\">%10</td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray;\">%4</td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray;\">%5</td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray;\">%6</td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray; border-right: 1px solid gray;\"><a class=\"easy_link\" href=\"forum.html?q=3&t=%7\" target=\"_blank\">Перейти</a></td></tr>";
f_attach_end = "<tr><td style=\"border-top: 1px solid gray; padding-top: 2px; text-align: right;\" colspan=\"6\">&nbsp;</td></tr></table>";
f_rating_body = "<table style=\"background-color: #E0E0E0; text-align: center; color: #666666; margin-bottom: 5px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"table_1_1\"></td><td class=\"table_1_2\"></td><td class=\"table_1_3\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td id=\"pages\" style=\"text-align: right;\"></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td id=\"f_a_body\"></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_7\" style=\"height: 5px;\"></td><td class=\"table_1_6\"></td><td class=\"table_1_5\"></td></tr></table><div id=\"addtopic\" style=\"display: none;\"></div>";
f_rating_begin = "<table style=\"width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td style=\"font-weight: bold; text-align: center;  border-top: 1px solid gray; border-left: 1px solid gray; height: 20px; width: 150px;\">Оценен</td><td style=\"font-weight: bold; border-top: 1px solid gray; width: 150px;\">Оценил</td><td style=\"font-weight: bold; text-align: center; border-top: 1px solid gray;\">Комментарий</td><td style=\"font-weight: bold; width: 150px; text-align: center; border-top: 1px solid gray;\">Дата</td><td style=\"font-weight: bold; width: 70px; text-align: center; border-top: 1px solid gray;\">Оценка</td></tr>";
f_rating_file = "<tr><td class=\"forum_part\" style=\"text-align: left; padding-left: 20px; border-left: 1px solid gray; border-top: 1px dotted gray;  height: 24px;\"><a class=\"easy_link\" href='javascript:req_serv(\"forum_serv.php?q=60&u=%8\");'>%1</a></td><td class=\"forum_part\" style=\"text-align: left; border-left: 1px solid silver; border-top: 1px dotted gray; padding-left: 4px;\"><a class=\"easy_link\" href='javascript:req_serv(\"forum_serv.php?q=60&a=%9\");'>%2</a></td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray; text-align: left; padding-left: 5px;\"><span onmouseover='this.lastChild.style.display = \"block\";' onmouseout='this.lastChild.style.display = \"none\";'><a href=\"forum.html?q=3&p=%7#p%7\" target=\"_blank\">%3</a><div class=\"hint_text\" style=\"display: none; position: absolute;\">%b6</div></span></td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray;\">%4</td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray;\">%5</td></tr>";
f_rating_end = "<tr><td style=\"border-top: 1px solid gray; padding-top: 2px; text-align: right;\" colspan=\"5\">&nbsp;</td></tr></table>";
profile = "<table style=\"border: 1px solid gray;  width: 560; font-size: 11px;\"><tr><td style=\"text-align: center; width: 100px;\" rowspan=\"2\"><span style=\"font-weight: bold;\">Аватар: </span><div style=\"text-align: center; margin: 5px;\"><img style=\"border: 1px solid gray;\" src=\"%12\"></div><div style=\"text-align: center; margin: 5px;\"><a class=\"easy-link\" href='javascript:multi_call1831();'>Залить</a></div></td><td style=\"text-align: right;\" colspan=\"2\"><span style=\"font-weight: bold;\">[ </span><a class=\"easy_link\" href='javascript:write_pm(\"%15\");'>Написать ЛС</a> | <a class=\"easy_link\" href='javascript:multi_call1847();'>Править</a> | <a class=\"easy_link\" href='javascript:multi_call1892();'>Сменить пароль</a><span style=\"font-weight: bold;\"> ]</span><input id=\"prf_user\" type=\"hidden\" value=\"%15\"></td></tr><tr><td><table style=\"font-size: 12px; width: 100%;\"><tr><td class=\"bright\" style=\"width: 50%;\">Личные данные:</td><td></td></tr><tr><td class=\"right\">Логин:</td><td style=\"font-weight: bold;\">%1</td></tr><tr><td class=\"right\">Статус:</td><td style=\"font-weight: bold;\">%2</td></tr><tr><td class=\"right\">Зарегистрирован:</td><td>%3</td></tr><tr><td class=\"right\">Последний вход:</td><td>%14</td></tr><tr><td class=\"right\">О себе:</td><td id=\"prf_about\">%13</td></tr><tr><td class=\"right\">Подпись:</td><td id=\"prf_note\">%16</td></tr><tr><td class=\"right\">Год рождения:</td><td id=\"prf_age\">%19</td></tr><tr><td style=\"border-top: 1px dotted silver; height: 2px; overflow: hidden; font-size: 1px;\" colspan=\"2\">&nbsp;</td></tr><tr><td class=\"bright\">Контакты:</td><td></td></tr><tr><td class=\"right\">E-Mail:</td><td id=\"prf_mail\"><a class=\"easy_link2\" href=\"mailto: %4\">%4</a></td></tr><tr><td class=\"right\">URL:</td><td id=\"prf_www\"><a class=\"easy_link2\" href=\"http://%5\" target=\"_blank\">%5</a></td></tr><tr><td class=\"right\">ICQ:</td><td id=\"prf_icq\">%6</td></tr><tr><td style=\"border-top: 1px dotted silver; height: 2px; overflow: hidden; font-size: 1px;\" colspan=\"2\">&nbsp;</td></tr><tr><td class=\"bright\">Активность:</td><td></td></tr><tr><td class=\"right\">Ответов:</td><td>%7</td></tr><tr><td class=\"right\">Созданных тем:</td><td><a style=\"float: left; margin-right: 3px;\" href=\"javascript:window.opener.req_cache('forum_serv.php?q=65&u=%15');\"><img src=\"xx/topics.png\"></a>%8</td></tr><tr><td class=\"right\">Счет:</td><td><a style=\"float: left; margin-right: 3px;\" href='javascript:multi_call2015(\"%15\");'><img src=\"xx/money.png\"></a>%20</td></tr><tr><td class=\"right\">Последнее сообщение:</td><td>%9</td></tr><tr><td style=\"border-top: 1px dotted silver; height: 2px; overflow: hidden; font-size: 1px;\" colspan=\"2\">&nbsp;</td></tr><tr><td class=\"bright\">Upload:</td><td></td></tr><tr><td class=\"right\">Выложено схем:</td><td>%10</td></tr><tr><td class=\"right\">Выложено компонентов:</td><td>%11</td></tr><tr><td style=\"border-top: 1px dotted silver; height: 2px; overflow: hidden; font-size: 1px;\" colspan=\"2\">&nbsp;</td></tr><tr><td class=\"bright\">Публикатор:</td><td></td></tr><tr><td class=\"right\">Выложено схем:</td><td>%17</td></tr><tr><td class=\"right\">Участие в проектах:</td><td>%18</td></tr><tr><td style=\"border-top: 1px dotted silver; height: 2px; overflow: hidden; font-size: 1px;\" colspan=\"2\">&nbsp;</td></tr><tr><td class=\"right\">Регистрация в блоге:</td><td><input id=\"blog\" type=\"checkbox\" 1></td></tr><tr><td class=\"right\">Авторизация по IP:</td><td><input id=\"ip_login\" type=\"checkbox\" 1></td></tr><tr><td id=\"prf_btns\" style=\"border-top: 1px dotted silver; height: 2px; text-align: center; padding-top: 5px;\" colspan=\"2\"><input type=\"submit\" value=\"Закрыть\" onclick='window.close();'></td></tr></table></td><td style=\"width: 100px;\"></td></tr></table>";
moveto_begin = "<table style=\"border: 1px solid gray;  width: 560; font-size: 11px;\"><tr><td>5454</td></tr></table>";
moveto_forum = "<div style=\"margin-left: 15px;\"><label><input id=\"check%3\" style=\"border: 0;\" type=\"radio\" name=\"forums\" value=\"%2\">%1</label></div>";
moveto_group = "<div style=\"font-weight: bold;\">%1</div>";
moveto_end = "<div style=\"text-align: center; border-top: 1px dotted silver; padding: 5px;\"><input id=\"mto\" type=\"hidden\" value=\"%1\"><input type=\"submit\" value=\"OK\" onclick='multi_call2119();'></div>";
f_ban_body = "<table style=\"background-color: #E0E0E0; text-align: center; color: #666666; margin-bottom: 5px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"table_1_1\"></td><td class=\"table_1_2\"></td><td class=\"table_1_3\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td id=\"pages\" style=\"text-align: right;\"></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_8\" style=\"height: 20px;\"></td><td id=\"f_b_body\"></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_7\" style=\"height: 5px;\"></td><td class=\"table_1_6\"></td><td class=\"table_1_5\"></td></tr></table><table style=\"background-color: #E0E0E0; text-align: center; color: #666666; margin-bottom: 5px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"table_1_1\"></td><td class=\"table_1_2\"></td><td class=\"table_1_3\"></td></tr><tr><td class=\"table_1_8\"></td><td><form method=\"Post\" onsubmit='return(false);'><table style=\" margin-bottom: 5px; width: 100%;\"><tr><td style=\"width: 200px;\"><input id=\"ip\" style=\"width: 100%;\" type=\"text\" size=\"20\"></td><td><input id=\"info\" style=\"width: 100%;\" type=\"text\" size=\"20\"></td><td style=\"width: 250px; font-size: 11px;\">Время(в часах): <input id=\"time\" style=\"width: 30px;\" type=\"text\" size=\"20\"><input style=\"margin-left: 5px;\" type=\"submit\" value=\"Добавить\" onclick='multi_call2192();'></td></tr></table></form></td><td class=\"table_1_4\"></td></tr><tr><td class=\"table_1_7\" style=\"height: 5px;\"></td><td class=\"table_1_6\"></td><td class=\"table_1_5\"></td></tr></table>";
f_ban_begin = "<table style=\"width: 100%;\" cellspacing=\"0\" cellpadding=\"0\"><tr><td style=\"font-weight: bold; text-align: center;  border-top: 1px solid gray; border-left: 1px solid gray; height: 20px; width: 200px; \"><a class=\"f_link_1\" href='javascript:req_serv(\"forum_serv.php?q=38&sort=2\");'>IP</a></td><td style=\"font-weight: bold; text-align: center; border-top: 1px solid gray;\">Описание</td><td style=\"font-weight: bold; width: 150px; text-align: center; border-top: 1px solid gray;\"><a class=\"f_link_1\" href='javascript:req_serv(\"forum_serv.php?q=38&sort=1\");'>Автор</a></td><td style=\"font-weight: bold; width: 150px; text-align: center; border-top: 1px solid gray;\"><a class=\"f_link_1\" href='javascript:req_serv(\"forum_serv.php?q=38&sort=3\");'>Всего</a></td><td style=\"font-weight: bold; width: 100px; text-align: center; border-top: 1px solid gray; border-right: 1px solid gray;\">Осталось</td></tr>";
f_ban_user = "<tr><td class=\"forum_part\" style=\"border-left: 1px solid gray; border-top: 1px dotted gray; text-align: center; height: 18px;\"><a class=\"f_link_1\" style=\"float: left; margin-left: 5px;\" href='javascript:multi_call2248(\"%2\");'>%2</a> <a class=\"easy_link\" style=\"font-size: 9px; float: right;\" href='javascript:req_serv(\"forum_serv.php?q=39&b=%1&s=%7&sort=%8\");'>X</a></td><td class=\"forum_part\" style=\"text-align: left; padding-left: 20px; border-left: 1px solid silver; border-top: 1px dotted gray; \">%3</td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray;\"><a class=\"f_link_1\" href='javascript:multi_call592(\"%5\");'>%4</a></td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray;\">%6</td><td class=\"forum_part\" style=\"border-left: 1px solid silver; border-top: 1px dotted gray; border-right: 1px solid gray;\">%9</td></tr>";
f_ban_end = "<tr><td style=\"border-top: 1px solid gray; padding-top: 2px; text-align: right;\" colspan=\"5\">&nbsp;</td></tr></table>";
pm_body = "<table style=\"border: 1px solid gray;  width: 560; font-size: 11px;\"><tr><td style=\"text-align: center; border-bottom: 1px dotted gray;\" colspan=\"2\"><span style=\"font-weight: bold;\">Отправка личного сообщения</span></td></tr><tr><td style=\"width: 100px;\">Кому</td><td><input id=\"tf_name\" type=\"text\" value=\"%1\" size=\"20\"><input id=\"user_id\" type=\"hidden\"><input id=\"forum_id\" type=\"hidden\" value=\"forum_serv.php?q=11&f=%2\"></td></tr><tr><td style=\"width: 100px;\">Тема</td><td><input id=\"tf_title\" style=\"width: 100%;\" type=\"text\" size=\"20\"></td></tr><tr><td>Сообщение</td><td><textarea id=\"message\" style=\"width: 100%;\" rows=\"6\"></textarea></td></tr><tr><td></td><td><label><input id=\"mailme\" type=\"checkbox\" 1><span style=\"font-size: 12px;\">следить за ответами по e-mail</span></label></td></tr><tr><td style=\"text-align: center; border-top: 1px dotted gray; padding-top: 4px;\" colspan=\"2\"><input type=\"submit\" value=\"Отправить\" onclick='f_add_post();document.getElementById(\"message\").value = \"\";'><input type=\"submit\" value=\"Закрыть\" onclick='window.close();'></td></tr></table>";

function write_pm(arg1) {
  window.open("profile.html?q=41&u=" + arg1,"write_pm","toolbar=0,width=570,height=250");
}
ftpl_ver = "1327";

