	tinyMCE.init({
		mode : "textareas",
		theme : "advanced",
		skin : "o2k7",
		skin_variant : "silver",
		language: "ru",
		plugins : "fullscreen,xhtmlxtras,paste,preview,table",
		
		theme_advanced_buttons1 : "fullscreen,|,preview,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,blockquote,|,sub,sup,|,charmap,|,image,|,undo,redo",
		theme_advanced_buttons2 : "formatselect,fontselect,fontsizeselect,|,cite,abbr,acronym,del,ins,attribs,|,removeformat",
		theme_advanced_buttons3 : "tablecontrols,|,forecolor,backcolor,|,link,unlink,|,pasteword,|,code",
        
        content_css : "/images/example.css",
		
		external_image_list_url : "/example_data/example_image_list.js",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		theme_advanced_resizing : true,
        paste_auto_cleanup_on_paste : true,
        paste_convert_headers_to_strong : false,
        paste_strip_class_attributes : "all",
        paste_remove_spans : true,
        paste_remove_styles : true
    });