  tinyMCE.init({
    theme : "advanced",
    mode: "exact",
    elements : "tiny",
    entity_encoding : "raw",
    language : "fr",
    theme_advanced_toolbar_location : "top",
    theme_advanced_buttons1 : "bold,italic,underline,|,bullist,numlist,outdent,indent,|,undo,redo,|,charmap,forecolor",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",
    theme_advanced_buttons4 : ""
  });

