tinyMCE.init({
  mode : "none",
  theme : "advanced",
  skin : "o2k7",
  content_css : "/stylesheets/editor.css",
  verify_html : false,
  // fix_table_elements : true,
  valid_elements : "*[*]",
  extended_valid_elements : "*[*]",
  plugins : "safari,spellchecker,table,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,searchreplace,contextmenu,paste,directionality,noneditable,visualchars,nonbreaking,xhtmlxtras,template,insertembed,insertvideo,insertaudio",

  theme_advanced_buttons1 : "formatselect,fontselect,fontsizeselect,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,outdent,indent,|,cut,copy,paste,pastetext,pasteword,|,search,replace,|,undo,redo",
  theme_advanced_buttons2 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,forecolor,backcolor,|,charmap,emotions,advhr,insertdate,inserttime,|,link,unlink,image,insertembed,insertvideo,insertaudio,|,cleanup,preview,|,spellchecker",
  theme_advanced_buttons3 : "",
  theme_advanced_buttons4 : "",

  theme_advanced_toolbar_location : "top",
  theme_advanced_toolbar_align : "left",
  theme_advanced_statusbar_location : "bottom",
  theme_advanced_path : false,
  theme_advanced_resizing : false,
  force_br_newlines : false,
  force_p_newlines : true,
  sessionString : "",
  memberId : 0,
  tabId : 0,
  tabTypeId : 0,
  sectionId : 0,
  sectionTypeId : 0,
  // oninit: "selectTinyDefaults",
  // init_instance_callback: "selectTinyDefaults",
  width : "950"
});

