tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	language : "es",   
	theme_advanced_toolbar_location: "top",
	theme_advanced_toolbar_align: "left",
	theme_advanced_statusbar_location: "bottom",
	theme_advanced_resizing: false,
	theme_advanced_path : false,
	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"
});
