		tinyMCE.init({
			theme : "advanced",
			mode : "textareas",
			language : "nl",
			width : "600",
			height : "250",
			theme_advanced_buttons1 : "bold,italic,separator,bullist,numlist,separator,outdent,indent,separator,link,unlink,separator,sub,sup,charmap,separator,undo,redo",
			theme_advanced_buttons2 : "",
			theme_advanced_buttons3 : "",
			content_css : "http://www.webfilosofen.nl/vormgeving/tinymce.css",
			browsers : "msie,gecko,opera,safari",
                        entity_encoding : "numeric"
		});