function init_introduction_editor() {
tinyMCE.init( {
  theme:"advanced",
  skin:"nl",
  height:"230",
  mode:"exact",
  elements:"introduction_html_content",
  body_id:"maincontent_editor",
  content_css:"/javascripts/tiny_mce/themes/advanced/skins/nl/content.css,/stylesheets/intro_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:"center",
  theme_advanced_resizing:false,
  theme_advanced_buttons1:"bold,italic,underline,emotions,separator,forecolor,backcolor,spellchecker,separator,help",
  theme_advanced_buttons2:"link,unlink,code,separator,undo,redo",
  theme_advanced_buttons3:"",
  plugins:"table,contextmenu,paste,iespell,spellchecker,emotions,safari"
});
}
