tinyMCE.init({
    mode : "textareas",
    theme : "advanced",
    plugins : "autosave",
    theme_advanced_toolbar_location : "external",
    theme_advanced_layout_manager : "SimpleLayout",
    //theme_advanced_buttons1 : "bold,italic,underline,image,link,unlink,bullist,numlist,undo,redo,save,cancel",
    theme_advanced_buttons1 : "bullist,numlist,cleanup,cancel",
    theme_advanced_buttons2 : "",
    content_css : "css/mce.css",
    auto_reset_designmode : true
});