	tinyMCE.init({
		language : "de",
		theme: "advanced",
		mode: "exact",
		cleanup: false,
		verify_html: false,
		entity_encoding : "raw",
		elements: "webobject_wysiwyg",
		plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
		theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect",
		theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,bullist,numlist,|,outdent,indent,blockquote,|,link,unlink,image,code,sub,sup,|,fullscreen,undo,redo,|,forecolor,backcolor,",
		theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,cite,attribs,visualchars,nonbreaking,|,newdocument,charmap",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "center",
		theme_advanced_resizing : true,
		theme_advanced_font_sizes : "10 Pixel=10px; 12 Pixel=12px, 14 Pixel=14px, 16 Pixel=16px, 18 Pixel=18px, 20 Pixel=20px, 22 Pixel=22px, 24 Pixel=24px",
		relative_urls : false,
		remove_script_host : false,
		content_css : "http://www.candycard.de/format.css",
		debug : true,
		theme_advanced_blockformats : "h1,h2,h3,h4",
		width:"100%",
		height:"250",
		oninit: "loadfunction_webobject_wysiwyg",
		template_replace_values : {
			username : "Some User",
			staffid : "991234"
		}
	});