function setupTinyMCE() {
	tinyMCE.init({
		theme : "advanced",
		mode : "specific_textareas",
		plugins : "bbcode,safari,retteremotions",
		theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,forecolor,removeformat,cleanup,retteremotions",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "top",
		content_css : "/pu_retter/styles/bbcode.css",
		entity_encoding : "raw",
		add_unload_trigger : false,
		width : "100%",
		height : "300",
		theme_advanced_toolbar_align : "left",
		remove_linebreaks : false,
		editor_selector : "tinymce",
		language : 'de'

	});
}
setupTinyMCE();
