tinyMCE.init({
  mode : "specific_textareas",
  editor_selector : "event-editors",
  theme : "advanced",
  relative_urls : false,
  convert_urls : false,
  plugins : "contextmenu,table,paste,fullscreen",
  theme_advanced_buttons1 : "bold,italic,underline,link,unlink",
  theme_advanced_buttons2 : "",
  theme_advanced_buttons3 : "",
  theme_advanced_toolbar_location : "top",
  theme_advanced_toolbar_align : "left",
  theme_advanced_statusbar_location : "bottom",
  theme_advanced_resizing : true,
  theme_advanced_resize_horizontal : false
});

