tinyMCE.init({
	mode : "specific_textareas",
	language : "de",
	browsers : "msie,gecko,safari,opera",
	theme : "advanced",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_blockformats : "p,h2,h3",
	theme_advanced_disable : "style,help,anchor,code,charmap",
	theme_advanced_resizing : false
});