
tinyMCE.init({
    language : "da",
		mode : "exact",
		elements : "ArrLangBeskriv",
    theme : "advanced",
    entity_encoding : "raw",
    convert_urls : false,
    relative_urls : false,
    theme_advanced_buttons1 : "bold,|,link,unlink,|,bullist,outdent,indent",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",
    theme_advanced_toolbar_location : "bottom",
    theme_advanced_toolbar_align : "center",
    valid_elements : "a[href|target:_blank],br,b/strong,ul,li,p",
		theme_advanced_resize_horizontal : false,
    theme_advanced_resizing : false,
    theme_advanced_resizing_use_cookie : false,
    auto_resize : false,
    object_resizing : false,
		cleanup_on_startup : true,
		convert_newlines_to_brs : true,
//		force_br_newlines : true,
    apply_source_formatting : true
  });


