	tinyMCE.init({
		mode : "textareas",
		editor_selector : "mceEditorSimple",
		theme : "simple",
		dialog_type : "modal",
		plugins : "style,table,advhr,advimage,advlink,insertdatetime,searchreplace,paste,directionality,fullscreen,noneditable,xhtmlxtras",
		extended_valid_elements : "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],p[lang],a[name|href|target|title|onclick|rel]",
		apply_source_formatting : true
	});
