tinyMCE.init({
    mode : "textareas",
    editor_selector : "wysiwyg",
    theme : "advanced",
    language : "nl",
    elements : "nourlconvert",
    convert_urls : false,
    plugins : "paste,searchreplace,advhr",
    theme_advanced_buttons1 : "formatselect,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,outdent,indent,|,pastetext,code,|,undo,redo,|,link,unlink",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_blockformats : "p,h1,h2,h3,h4"
});
