var tinymce_options = {
  mode : "textareas",
  theme : "simple"
};

var tinymce_advanced_options = {
  mode : "textareas",
  theme : "advanced",
  plugins : "safari,spellchecker,table,save,iespell,insertdatetime,media,searchreplace,contextmenu,paste,fullscreen,inlinepopups",
  dialog_type : "modal",
  
  
  theme_advanced_buttons1 : "save,newdocument,|,cut,copy,paste,pastetext,pasteword,|,search,replace,spellchecker,|,undo,redo,|,link,unlink,anchor,image,media,charmap,iespell,cleanup,code,|,insertdate,inserttime",
  theme_advanced_buttons2 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,fullscreen",
  theme_advanced_buttons3 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,bullist,numlist,outdent,indent,blockquote,|,formatselect,fontsizeselect,|,forecolor,backcolor",
  
  theme_advanced_toolbar_location : "top",
  theme_advanced_toolbar_align : "left",
  theme_advanced_statusbar_location : "bottom",
  width: "900",
  height: "550",
  skin : "o2k7",
  file_browser_callback : "tinyBrowser"
};

var tinymce_advanced_with_save_options = {
  mode : "textareas",
  theme : "advanced",
  theme_advanced_buttons1: 'save,cancel',
  plugins: 'save'
};

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