tinyMCE.init({
  mode: "textareas",
  language: "nl",
  theme: "advanced",
  skin: "mini",
  editor_selector: "tiny_mce_small",
  content_css: "/css/tiny_mce.css",
  auto_resize: false,
  width: "100.5%",
  height: "300",
  relative_urls: false,
  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,|,cut,copy,paste,pastetext,|,search,link,unlink,|,table,|,spellchecker,|,forecolor,backcolor,|,justifyleft,justifycenter,justifyright,justifyfull",
  theme_advanced_buttons2: "styleprops,styleselect,formatselect,fontsizeselect,|,bold,italic,underline,strikethrough,|,bullist,numlist",
  theme_advanced_buttons3: "",
  theme_advanced_buttons4: ""
});

tinyMCE.init({
  mode: "textareas",
  language: "nl",
  theme: "advanced",
  skin: "mini",
  editor_selector: "tiny_mce_topic",
  content_css: "/css/tiny_mce.css",
  auto_resize: false,
  width: "370",
  height: "300",
  relative_urls: false,
  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: "bold,italic,underline,strikethrough,|,bullist,numlist,|,forecolor,backcolor,|,spellchecker,|,link,unlink",
  theme_advanced_buttons2: "",
  theme_advanced_buttons3: "",
  theme_advanced_buttons4: ""
});

tinyMCE.init({
  mode: "textareas",
  language: "nl",
  theme: "advanced",
  skin: "mini",
  editor_selector: "tiny_mce_contact",
  content_css: "/css/tiny_mce.css",
  auto_resize: false,
  width: "100.5%",
  height: "300",
  relative_urls: false,
  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: "bold,italic,underline,strikethrough,|,bullist,numlist,|,forecolor,backcolor,|,spellchecker,|,link,unlink",
  theme_advanced_buttons2: "",
  theme_advanced_buttons3: "",
  theme_advanced_buttons4: ""
});

tinyMCE.init({
  mode: "textareas",
  language: "nl",
  theme: "simple",
  editor_selector: "tiny_mce",
  width: "552",
  height: "200",
  relative_urls: false
});
