FCKConfig.ToolbarSets["Left"] = [
  ['Bold','Italic','Underline','-','Link','Unlink'],
	['FontFormat']
];

FCKConfig.ToolbarSets["Right"] = [
  ['Bold','Italic','Underline'],
	['Link','Unlink'],
	['FontFormat']
];

FCKConfig.ToolbarSets["Main"] = [
	['Cut','Copy','PasteText'],
	['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
	['About'],
	'/',
	['Bold','Italic','Underline','-','Subscript','Superscript'],
	['OrderedList','UnorderedList','-','Outdent','Indent'],
	['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
	['Link','Unlink','Anchor'],
	['Image','Flash','Table','Rule','SpecialChar'],
	['FontFormat']
];

FCKConfig.FontFormats = 'p;h1';
