var tinymce_advanced_with_save_options = {
  mode : "textareas",
  theme : "advanced",  
  plugins: 'table,save,spellchecker',
  theme_advanced_buttons1: 'save,cancel,|,bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect',
  theme_advanced_buttons2 : 'cut,copy,paste,pastetext,pasteword,|,image,link,|,tablecontrols,spellchecker,|,code',
  content_css : "/scubaculture.css",
  file_browser_callback : "tinyBrowser"
};

tinyMCE.init(tinymce_advanced_with_save_options);