var HeadimageToolbar = [
		['PasteText'],
		['Undo','Redo'],
		['Bold'],
		['JustifyLeft','JustifyCenter','JustifyRight'],
		['TextColor']
	];
	
var ContentToolbar = [
		['PasteText'],
		['Undo','Redo'],
		['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
		['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
		['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
		['Link','Unlink','Anchor'],
		['Table','HorizontalRule','SpecialChar'],
		['TextColor']
	];
	
var ObjectsToolbar = [
		['PasteText'],
		['Undo','Redo'],
		['Bold']
	];

