// JavaScript Document
//<![CDATA[


// Uncomment the following code to test the "Timeout Loading Method".
// CKEDITOR.loadFullCoreTimeout = 5;

CKEDITOR.editorConfig = function( config )
{
    config.toolbar = 'MyToolbar';

    config.toolbar_MyToolbar =
    [
        ['Source','Preview'],
        ['Cut','Copy','Paste','PasteText','PasteFromWord'],
        ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
        '/',
        ['Bold','Underline','Italic','Strike'],        
		['Format'],
        ['NumberedList','BulletedList','-'],
        ['Link','Unlink','Anchor','Image'],
        ['Maximize']
    ];
};
	//]]>
