	tinyMCE.init({
		// General options
		mode : "textareas",
		theme : "advanced",
		plugins : "jmform,safari,pagebreak,style,layer,advimage,advlink,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,inlinepopups",

		// Theme options
		theme_advanced_buttons1 : "fullscreen,code,|,bold,italic,underline,strikethrough,|,sub,sup,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,image",
        theme_advanced_buttons2 : "formatselect,fontselect,fontsizeselect",
	   	theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		theme_advanced_resizing : true,
		convert_urls : false,
        language: 'ru'
	});
