tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	editor_selector : "mceComment",
	width: 400,
	language: "ru",
	plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,preview,media,contextmenu,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
	theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,link,unlink,preview", 
	theme_advanced_buttons2 : "", 
	theme_advanced_buttons3 : "",
	
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	content_css : "/css/style_mce.css",
	padd_empty_editor : true,
	forced_root_block : "",
	force_br_newlines : true,
	force_p_newlines : false,
	theme_advanced_resizing : true,
	theme_advanced_resize_horizontal : false,
	paste_auto_cleanup_on_paste : true,
	paste_convert_headers_to_strong : false,
	paste_strip_class_attributes : "all",
	paste_remove_spans : false,
	apply_source_formatting : true,
	paste_remove_styles : false
});