tinyMCE.init(
{
	// General options
	mode : "textareas",
	theme : "advanced",
	plugins: "save, emotions",
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,undo,redo,|,bullist,numlist,|,emotions",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_toolbar_location : "bottom",
	theme_toolbar_align : "center",
	theme_advanced_resizing: false
}
);