tinyMCE.init({
	mode : "specific_textareas",
	editor_selector : "text-rte",
	theme : "advanced",
	content_css : "stylesheets/wallisfinkers/tinymce/content.css",
	editor_css : "stylesheets/wallisfinkers/tinymce/ui.css",
	language : "nl",
	height : "320",
	theme_advanced_blockformats : "p,h1,h2,h3,h4",
	verify_css_classes : true,
	convert_urls : false,
	entity_encoding : "raw",
	invalid_elements : "font,span",
	//extended_valid_elements : "embed",
	plugins : "table,uploader,media",
	theme_advanced_buttons1 : "undo,redo,separator,formatselect,separator,bold,italic,underline,separator,justifyleft,justifycenter,justifyright,separator,bullist,numlist,separator,code",
	theme_advanced_buttons2 : "tablecontrols,separator,uploader,media,link,unlink",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	uploader_bid : "70"
});

tinyMCE.init({
	mode : "specific_textareas",
	editor_selector : "text-rtesmall",
	theme : "advanced",
	content_css : "stylesheets/wallisfinkers/tinymce/content.css",
	editor_css : "stylesheets/wallisfinkers/tinymce/ui.css",
	language : "nl",
	height : "320",
	theme_advanced_blockformats : "p,h1,h2,h3,h4",
	verify_css_classes : true,
	convert_urls : false,
	entity_encoding : "raw",
	invalid_elements : "font,span",
	//extended_valid_elements : "embed",
	plugins : "table,uploader,media",
	theme_advanced_buttons1 : "undo,redo,separator,formatselect,separator,bold,italic,underline,code",
	theme_advanced_buttons3 : "tablecontrols",
	theme_advanced_buttons2 : "bullist,numlist,separator,uploader,media,link,unlink,separator,justifyleft,justifycenter,justifyright",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	uploader_bid : "70"
});

tinyMCE.init({
	mode : "specific_textareas",
	editor_selector : "text-rteenduser",
	theme : "advanced",
	content_css : "stylesheets/wallisfinkers/tinymce/content.css",
	editor_css : "stylesheets/wallisfinkers/tinymce/ui.css",
	language : "nl",
	height : "144",
	theme_advanced_blockformats : "p",
	verify_css_classes : true,
	convert_urls : false,
	entity_encoding : "raw",
	invalid_elements : "font,span",
	theme_advanced_buttons1 : "undo,redo,separator,link,unlink,separator,bold,italic,underline,separator,bullist,numlist",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left"
});

tinyMCE.init({
	mode : "specific_textareas",
	editor_selector : "text-rteextrafield",
	theme : "advanced",
	content_css : "stylesheets/wallisfinkers/tinymce/content.css",
	editor_css : "stylesheets/wallisfinkers/tinymce/ui.css",
	language : "nl",
	height : "32",
	theme_advanced_blockformats : "p",
	verify_css_classes : true,
	convert_urls : false,
	entity_encoding : "raw",
	invalid_elements : "font,span",
	theme_advanced_buttons1 : "undo,redo,separator,link,unlink,separator,bold,italic,underline,separator,bullist,numlist",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left"
});