tinyMCE.init({
						language : "de",
						theme: "advanced",
						mode: "exact",
						cleanup: true,
entity_encoding : "raw",
						elements: "webobject_info",
							plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",

							theme_advanced_buttons1 : "styleselect,formatselect,bold,italic,underline,strikethrough,code",
							theme_advanced_buttons2 : "fontselect,fontsizeselect,forecolor,removeformat,fullscreen,undo,redo",
							theme_advanced_buttons3 : "",
							theme_advanced_toolbar_location : "top",
							theme_advanced_toolbar_align : "left",
							theme_advanced_resizing : true,
						content_css : "http://www.candycard.de/format.css",
							relative_urls : false,remove_script_host : false,

							width : "100%",
							height : "177"
					  });