tinyMCE.init({
	// General options
	mode : "exact",
	elements : "contenteditor",
	theme : "advanced",
	language : "de",
	
	plugins : "table,save,advhr,markettoimages,advimage,autosave,advlist,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,noneditable,nonbreaking,xhtmlxtras,template,wordcount",	
	
	// Theme options
	theme_advanced_buttons1 : "bold,italic,underline,|,link",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : false,
	theme_advanced_blockformats : "p,h1",

	// Example content CSS (should be your site CSS)
	content_css : "./styles/editor.css"

	// Drop lists for link/image/media/template dialogs
	/*template_external_list_url : "js/template_list.js",
	external_link_list_url : "js/link_list.js",
	external_image_list_url : "js/image_list.js",
	media_external_list_url : "js/media_list.js"*/
});
