tinyMCE.init({
  // General options
  mode : "exact",
  elements : "experience,press,text,letter",
  theme : "advanced",
  plugins : "table,emotions,preview,media,searchreplace,print,contextmenu,paste,template,autosave,imagemanager",

  // Theme options
  theme_advanced_buttons1 : "newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect",
  theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor",
  theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,insertimage",
  theme_advanced_toolbar_location : "top",
  theme_advanced_toolbar_align : "left",
  theme_advanced_statusbar_location : "bottom",
  valid_elements : "*[*]",
  invalid_elements : "script",
	theme_advanced_resize_horizontal : false,
	theme_advanced_resizing : true,
  apply_source_formatting : true,
  force_br_newlines : true,
  force_p_newlines : false,
  relative_urls : false,
  remove_script_host : false,
  language : "es"
});
