
var config = {
sharedSpaces :
{
top : 'shared_top',
bottom : 'shared_bot'
},
removePlugins : 'elementspath',
width: divWidth,
height: divHeight,
filebrowserImageUploadUrl: '/upload/image/',
filebrowserImageBrowseUrl: '/browse/image/'
};
editor = CKEDITOR.appendTo( sid, config, html );