tinyMCE.init({
	mode : "none",
	theme: "advanced",
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,bullist,numlist,separator,undo,redo,separator,link,image,emotions,blockquote,insertVideo",
	theme_advanced_buttons1_add : "",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "none",
	plugins : "simpleimage,emotions,jvideo,media",
	language: "ru",
	cleanup: true,
	cleanup_on_startup: true,
	entity_encoding:"raw",
	remove_script_host : true,
	relative_urls : false,
	theme_advanced_font_sizes : "1,2,3,4,5",
	content_css: '/s/css/main_min.css',
	apply_source_formatting : false
	}
);

