tinyMCE.init({
  mode : "exact",
  theme : "advanced",
  elements : "edit-body",
  relative_urls : false,
  plugins : "devkit,style,layer,table,save,advhr,advimage,advlink,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras",
  theme_advanced_buttons1 : "bold,italic,underline,sub,sup,justifyleft,justifycenter,justifyright,bullist,numlist,indent,fontsizeselect,removeformat",
  theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,search,replace,separator,insertdate,inserttime,preview,separator,forecolor,code",
  theme_advanced_buttons3 : "link,unlink,image,media,separator,tablecontrols,separator,iespell",
  theme_advanced_buttons4 : "",
  theme_advanced_toolbar_location : "top",
  theme_advanced_toolbar_align : "left",
  theme_advanced_path_location : "bottom",
  content_css : "example_full.css",
  plugin_insertdate_dateFormat : "%Y-%m-%d",
  plugin_insertdate_timeFormat : "%H:%M:%S",
  file_browser_callback : "fileBrowserCallBack",
  theme_advanced_resize_horizontal : true,
  theme_advanced_resizing : true,
  nonbreaking_force_tab : false,
  apply_source_formatting : true
});