// JavaScript Document
CKEDITOR.editorConfig = function( config )
{
	config.resize_enabled = false;
};