	xinha_editors = null;
	xinha_init    = null;
	xinha_config  = null;
	xinha_plugins = null;

	xinha_init = xinha_init ? xinha_init : function()
	{
		xinha_plugins = xinha_plugins ? xinha_plugins : [];	
		if(!HTMLArea.loadPlugins(xinha_plugins, xinha_init)) 
			return;
		xinha_editors = xinha_editors ? xinha_editors : [null];
		xinha_config  = xinha_config ? xinha_config : new HTMLArea.Config();
		xinha_editors = HTMLArea.makeEditors(xinha_editors, xinha_config, xinha_plugins);
		HTMLArea.startEditors(xinha_editors);
    }
