tinyMCE.init({
  mode: "textareas",
  language: "nl",
  theme: "advanced",
  skin: "cms",
  editor_selector: "tiny_mce_cms",
  content_css: "css/tiny_mce.css",
  auto_resize: false,
  relative_urls: false,
  width: "804",
  plugins: "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
  
  theme_advanced_toolbar_align: "left",
  theme_advanced_toolbar_location: "top",  
  theme_advanced_resizing: true,
  theme_advanced_resize_horizontal: false,
  
  theme_advanced_buttons1: "save,newdocument,|,cut,copy,paste,pastetext,pasteword,|,search,replace,|,undo,redo,|,link,unlink,|,table,|,spellchecker,cleanup,code",
  theme_advanced_buttons2: "styleprops,styleselect,formatselect,fontsizeselect,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,forecolor,backcolor",
  theme_advanced_buttons3: "",
  theme_advanced_buttons4: ""
});

tinyMCE.init({
  mode: "textareas",
  language: "nl",
  theme: "advanced",
  skin: "mini",
  editor_selector: "tiny_mce_content",
  content_css: "css/tiny_mce.css",
  auto_resize: false,
  relative_urls: false,
  width: "680",
  height: "600",
  plugins: "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
  
  theme_advanced_toolbar_align: "left",
  theme_advanced_toolbar_location: "top",  
  theme_advanced_resizing: true,
  theme_advanced_resize_horizontal: false,
  
  theme_advanced_buttons1: "save,newdocument,|,cut,copy,paste,pastetext,pasteword,|,search,replace,|,undo,redo,|,link,unlink,|,table,|,spellchecker,cleanup,code,|,forecolor,backcolor",
  theme_advanced_buttons2: "styleprops,styleselect,formatselect,fontsizeselect,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist",
  theme_advanced_buttons3: "",
  theme_advanced_buttons4: ""
});

tinyMCE.init({
  mode: "textareas",
  language: "nl",
  theme: "simple",
  editor_selector: "tiny_mce",
  relative_urls: false,
  width: "552",
  height: "200"
});
