/*tinyMCE.init({
	mode : "exact",
	elements : "content",
	theme:"simple"
})*/


tinyMCE.init({
    plugins : 'emotions',
	content_css : "/css/tiny_mce.css",
	mode : "exact",
	elements : "txt1",
	language : "ru",
	relative_urls : false,
    theme : "advanced",
    theme_advanced_buttons1 : "emotions,bold,italic,underline,separator,bullist,numlist,undo,redo",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    //theme_advanced_statusbar_location : "bottom"
	theme_advanced_statusbar_location : ""
});

