if (web_root == undefined) var web_root = '';

tinyMCE.init({

	baseURL:				'/',
	base_href: 				"/",
	relative_urls : 		false,
	absolute_urls: 			true,
	remove_script_host : 	true,

	mode: 				"textareas",
	theme: 				"advanced",
	editor_selector:	"editor_teaser",
	plugins : "save,searchreplace,contextmenu,paste,fullscreen",
	theme_advanced_buttons1: "undo,redo,separator,bold,italic,underline,separator,bullist,numlist,separator,pastetext,search,replace,separator,link,unlink,anchor,spellchecker",
	content_css:			"/nspire/css/editor_teaser.css",
	theme_advanced_buttons2: "",
	theme_advanced_buttons3: "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	extended_valid_elements : "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
	external_link_list_url : web_root + "/script/link_list.php",
	theme_advanced_resize_horizontal : false,
	theme_advanced_resizing : false,
	apply_source_formatting : true,
	spellchecker_languages : "+Nederlands=nl,Engels=en"
});

tinyMCE.init({

	baseURL:				'/',
	base_href: 				"/",
	relative_urls : 		false,
	absolute_urls: 			true,
	remove_script_host : 	true,

	mode: 				"textareas",
	theme: 				"advanced",
	editor_selector:	"editor_large",
	plugins : "save,searchreplace,contextmenu,paste,fullscreen",
	theme_advanced_buttons1: "undo,redo,separator,bold,italic,underline,separator,bullist,numlist,separator,pastetext,search,replace,separator,link,unlink,anchor,spellchecker",
	theme_advanced_buttons2: "forecolor,fontsizeselect",
	theme_advanced_buttons3: "",
	theme_advanced_text_colors : "FF6500,000000",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	extended_valid_elements : "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
	external_link_list_url : '/nspire/js/tiny_links.js',
	theme_advanced_resize_horizontal : false,
	theme_advanced_resizing : false,
	apply_source_formatting : true,
	spellchecker_languages : "+Nederlands=nl,Engels=en"
});

