tinyMCE.init({
	// General options
	
	mode : "textareas",
	theme : "advanced",
	skin : "o2k7",
	skin_variant : "silver",
	language : 'de',

	plugins : "emotions,insertdatetime,flags,logix",
		
	// Theme options
	
	theme_advanced_buttons1 : "undo,redo,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,outdent,indent,blockquote,|,cleanup,removeformat",
	theme_advanced_buttons2 : "link,unlink,insertdate,inserttime,forecolor,backcolor,|,sub,sup,|,charmap,emotions,flags,logix",
	theme_advanced_buttons3 : "",
		
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "center",
	theme_advanced_statusbar_location : "",
	 	 
});

