if(typeof FCKeditorPath == 'undefined') {
 var FCKeditorPath = "FCKeditor/";
}
document.write('<script type="text/javascript" src="' + FCKeditorPath + '/fckeditor.js"><\/script>');

document.write('<script type="text/javascript" src="wysiwyg/fckeditor.js"><\/script>');

function initDocument() {
	if (document.getElementById('rte') != null) {
		/*editor = new FCKeditor(document.getElementById('rte').name);
		editor.BasePath	= "wysiwyg/";
		editor.Config['CustomConfigurationsPath'] = '../../js/editorconfig.js';
		editor.ToolbarSet = 'VorlagenEditorToolbar';
		editor.ReplaceTextarea();*/
	}
}
