   tinyMCE.init({
      mode : "textareas",
      theme : "advanced",
      plugins : "vfm,emotions,preview,fullscreen,table,tiny_mce_wiris",
      theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontsizeselect,bullist,numlist,|,tiny_mce_wiris_formulaEditor",
      theme_advanced_buttons2 : "table,|,undo,redo,|,link,unlink,vfm,image,code,|,hr,|,forecolor,backcolor,|,removeformat,|,sub,sup,|,charmap,emotions,|,fullscreen",
	  theme_advanced_buttons3 : "",
	  theme_advanced_fonts : "Arial=arial",
      theme_advanced_toolbar_location : "top",
      theme_advanced_toolbar_align : "left",
      theme_advanced_statusbar_location : "none",
      theme_advanced_resizing : false,
	  remove_script_host : false,
	  relative_urls : false,
	  force_br_newlines : true
   });
