tinyMCE.init({
	theme : "advanced",
	mode : "textareas",
	editor_deselector : "mceNoEditor",
    language: "ru",
    plugins : "paste,emotions",
	
	theme_advanced_buttons1 : "bold,italic,underline,undo,redo,removeformat,cleanup,pagebreak",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	content_css : "/otd_files/jscripts/css/common.css",
	entity_encoding : "named",
	add_unload_trigger : false,
	remove_linebreaks : false,
	inline_styles : false,
	convert_fonts_to_spans : false,
	keep_styles : false,
	gecko_spellcheck : true,
	fix_list_elements : true,
	fix_table_elements : true,
	fix_nesting : true,
	verify_html : true,
	theme_advanced_resizing : true,
	theme_advanced_statusbar_location : "bottom",
	relative_urls : false,
	remove_script_host : true,
	
	
	

	
	/* paste plugin */
	theme_advanced_buttons1_add : "pastetext,pasteword,selectall",
	paste_create_paragraphs : true,
	paste_create_linebreaks : false,
	paste_use_dialog : false,
	paste_auto_cleanup_on_paste : true,
	paste_convert_middot_lists : false,
	paste_unindented_list_class : "unindentedList",
	paste_convert_headers_to_strong : true
	
});
