	function call_editor(name, height){
		var oFCKeditor = new FCKeditor(name);
		oFCKeditor.BasePath = '/fckeditor/';
		oFCKeditor.Height = height;
		oFCKeditor.ToolbarSet = 'Default';
		oFCKeditor.ReplaceTextarea();
	}