
var spell;function ajax_spell_question(){spell=new spellForm_symp;spell.form_tag="form_question";spell.error_tag="error_massage";spell.field=new Array("description","find_str","tags");$("#q_title").val($("#find_str").val());spell.link_orfo="link_orfo";spell.ajax_spell();}
function ajax_spell_answer(){spell=new spellForm_symp;spell.form_tag="form_answer";spell.error_tag="error_massage";spell.field=new Array("description");spell.link_orfo="link_orfo_add_answer";spell.ajax_spell();}
function ajax_spell_articles(){spell=new spellForm_symp;spell.form_tag="form_add_articles";spell.error_tag="error_massage";spell.field=new Array("title","description","information","tags");spell.ajax_spell();}
function ajax_spell_update_question(){spell=new spellForm_symp;spell.form_tag="form_edit_question";spell.error_tag="error_question_massage";spell.field=new Array("qe_description","find_str","qe_tags");$("#q_title").val($("#find_str").val());spell.link_orfo="link_orfo_update_question";spell.ajax_spell();}
function ajax_spell_update_answer(id){spell=new spellForm_symp;spell.form_tag="form_edit_answer_"+id;spell.error_tag="ae_error_message_"+id;spell.field=new Array("ae_description_"+id);spell.link_orfo="link_orfo_update_answer_"+id;spell.ajax_spell();}