/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003 Frederico Caldeira Knabben
 *
 * Licensed under the terms of the GNU Lesser General Public License
 * (http://www.opensource.org/licenses/lgpl-license.php)
 *
 * For further information go to http://www.fredck.com/FCKeditor/ 
 * or contact fckeditor@fredck.com.
 *
 * fck_config.js: Holds all configurations.
 *
 * Authors:
 *   Frederico Caldeira Knabben (fckeditor@fredck.com)
 */

//##
//## Language
//##
config.DefaultLanguage    = "en" ;

//##
//## Toolbar sets
//##
config.ToolbarSets["TriCAT"] = [
	['Cut','Copy','Paste','PasteText','-','Undo','Redo','-','SelectAll','RemoveFormat','-','Link','RemoveLink','-','Image','-','Table','SpecialChar','-','About'],
	['Bold','Italic','-','FontStyle','-','Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','InsertOrderedList','InsertUnorderedList','-','ShowTableBorders','ShowDetails']
] ;

config.ToolbarSets["TriCAT Admin"] = [
	['EditSource'],
	['Cut','Copy','Paste','PasteText','-','Undo','Redo','-','SelectAll','RemoveFormat','-','Link','RemoveLink','-','Image','-','Table','SpecialChar','-','About'],
	['Bold','Italic','-','FontStyle','-','Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','InsertOrderedList','InsertUnorderedList','-','ShowTableBorders','ShowDetails']
] ;

config.ToolbarSets["TriCAT Basic"] = [
	['Cut','Copy','Paste','PasteText','-','Undo','Redo','-','Link','RemoveLink','-','SpecialChar','-','About'],
	['Bold','Italic','-','Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','InsertOrderedList','InsertUnorderedList','-','ShowDetails']
] ;

config.ToolbarSets["TriCAT Basic Admin"] = [
	['EditSource'],
	['Cut','Copy','Paste','PasteText','-','Undo','Redo','-','Link','RemoveLink','-','Image','-','SpecialChar','-','About'],
	['Bold','Italic','-','Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','InsertOrderedList','InsertUnorderedList','-','ShowTableBorders','ShowDetails']
] ;

//##
//## Style Names
//##
config.StyleNames  = ';Small text' ;
config.StyleValues = ';small' ;

//##
//## Font Names
//##
config.ToolbarFontNames = ';Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ;

