tinyMCE.init({
  mode : "textareas",
  theme : "advanced",
  theme_advanced_buttons1 : "spellchecker",
  theme_advanced_buttons2 : "",
  theme_advanced_buttons3 : "",
  theme_advanced_toolbar_location: "top",
  theme_advanced_toolbar_align: "right",
  width : "100%",
  height : "200",
  force_p_newlines : false,
  remove_linebreaks : true,
  remove_trailing_nbsp : true,
  plugins: "spellchecker",
  spellchecker_languages : "+English=en"
});
