tinyMCE.init({
theme: "advanced",
mode: "textareas",
auto_cleanup_word: "true",
remove_script_host: false,
relative_urls: false,
content_css: "/css/tinymce.css",
convert_fonts_to_spans : true,
theme_advanced_toolbar_location: "top",
theme_advanced_buttons1: "",
theme_advanced_buttons2: "",
theme_advanced_buttons3: ""
});


