function init_event_editor() {
tinyMCE.init( {
	width: "450",
	height: "200",
	theme:"advanced",
	skin:"nl",
	mode:"exact",
	elements:"event_html_content",
	body_id:"maincontent_editor",
	content_css:"/javascripts/tiny_mce/themes/advanced/skins/nl/content.css,/stylesheets/cal_editor.css",
	extended_valid_elements:"style[dir<ltr?rtl|lang|media|title|type]",
	paste_auto_cleanup_on_paste:true,
	spellchecker_rpc_url:"/spellcheck",
	spellchecker_languages:"+English=en,French=fr,German=de,Spanish=es",
	theme_advanced_toolbar_location:"top",
	theme_advanced_statusbar_location:"bottom",
	theme_advanced_path:false,
	theme_advanced_toolbar_align:"left",
	theme_advanced_resizing:false,
	theme_advanced_buttons1:"bold,italic,underline,separator,forecolor,backcolor,separator,spellchecker,separator,help",
	theme_advanced_buttons2:"bullist,numlist,separator,link,unlink,separator,code,separator,undo,redo,fullscreen",
	theme_advanced_buttons3:"",
	plugins:"contextmenu,paste,iespell,spellchecker,fullscreen,safari"
});
}
