function edit_comment(id){ doLoad_comment('edit_comment|_|'+id+'|'+ document.getElementById('editing_com_auth_'+id).value+'|'+ document.getElementById('editing_com_email_'+id).value+'|'+ document.getElementById('editing_com_text_'+id).value+'|'+ document.getElementById('editing_com_datetime_'+id).value+'|'+ document.getElementById('editing_com_aproove_'+id).value,'editing_com_'+id); setTimeout(peregruz, 5000); } function del_comment(id){ if (confirm('Действительно удалить этот коммент?')) //alert('del_comment|_|'+id,'com_'+id); doLoad_comment('del_comment|_|'+id,'editing_com_'+id); return false; }