tinyMCE.init({
    mode : "textareas",
    theme : "advanced",
    language : "es",   
    theme_advanced_buttons1: "bold,italic,underline,strikethrough,bullist,numlist,undo,redo,link,unlink, cleanup, removeformat",
    theme_advanced_buttons2: "",    
    theme_advanced_buttons3: "",
    convert_fonts_to_spans : true,
    theme_advanced_disable: "outdent,indent,cut,copy,paste,image,help,code,hr,formatselect,fontselect,styleselect,sub,sup,charmap,visualaid,anchor,newdocument,blockquote,separator"
});