var tinymce_options = {
  content_css : "http://css.alternativateatral.com/archivos/tiny_mce/tinymce.css?" + new Date().getTime(),
  mode: "",
  theme: "advanced",
  theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,undo,redo,link,unlink",
  theme_advanced_buttons2 : "",
  theme_advanced_buttons3 : "",
  theme_advanced_toolbar_location : "top",
  theme_advanced_toolbar_align : "left",
  invalid_elements : "&nbsp;,font,h1,h2,h3,h4,h5,@[style|class],div,table,tr,td",
  cleanup : true,
  cleanup_on_startup : true,
  verify_html : true,
  apply_source_formatting : true,
  convert_fonts_to_spans : true,
  inline_styles : false,
  language : "es",
  
  paste_auto_cleanup_on_paste : true,
  paste_convert_headers_to_strong : true,
  paste_convert_middot_lists: true,
  paste_retain_style_properties: "",
  paste_strip_class_attributes: "all",
  paste_remove_spans: true,
  paste_remove_styles: true,
  paste_remove_styles_if_webkit: true,
  paste_text_sticky: true,
	
  plugins: "safari",
  width: "100%",
  height: "400px"
};

var tinymce_advanced_options = {
    content_css : "http://css.alternativateatral.com/archivos/tiny_mce/tinymce.css?" + new Date().getTime(),
	// General options
	mode : "",
	theme : "advanced",
	plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
    invalid_elements : "&nbsp;,font,h1,h2,h3,h4,h5,@[style|class],div,table,tr,td",
    cleanup : true,
    cleanup_on_startup : true,
    verify_html : true,
    apply_source_formatting : true,
    convert_fonts_to_spans : true,
    inline_styles : false,
    language : "es",
   
	// Theme options
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,outdent,indent,blockquote,|,cut,copy,paste,pastetext,pasteword",
	theme_advanced_buttons2 : "search,replace,|,undo,redo,|,link,unlink,cleanup,code,|,forecolor,backcolor,|,hr,removeformat,|,charmap,|,fullscreen",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "bottom",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : true,  

    paste_auto_cleanup_on_paste : true,
    paste_convert_headers_to_strong : true,
    paste_convert_middot_lists: true,
	paste_retain_style_properties: "",
	paste_strip_class_attributes: "all",
	paste_remove_spans: true,
	paste_remove_styles: true,
	paste_remove_styles_if_webkit: true,
	paste_text_sticky: true,
	
	width: "100%",
    height: "400px"
};

tinyMCE.init(tinymce_advanced_options);
tinyMCE.init(tinymce_options);
