tinyMCE.init({
	mode : "exact",
	elements : "editfield",
	language : "de",
	content_css : "content.css",
	theme : "advanced",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
    theme_advanced_buttons1 : "bold,italic,underline,separator,forecolor,separator,"
	+ "fontselect,fontsizeselect,separator,"
    + "link,unlink,separator,sub,sup",
	theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",
    height:"250px",
    width:"500px"
});