if (window.tinyMCE !== undefined) {
	tinyMCE.init({
		mode : 'none',
		plugins : 'table,searchreplace,paste,style',
		theme : 'advanced',
		languages : 'ru',
		button_tile_map : true,
		theme_advanced_toolbar_location : 'top',
		theme_advanced_buttons1 : 'formatselect,|,bold,italic,underline,|,cut,copy,paste,pastetext,pasteword,|,justifyleft,justifycenter,justifyright,justifyfull,|,link,unlink,image,|,code,cleanup',
		theme_advanced_buttons2 : '',
		theme_advanced_buttons3 : '',
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		theme_advanced_resizing : true,
		content_css : "/css/style.css",
		relative_urls : false
	});
}
