tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	plugins : "emotions,contextmenu,xhtmlxtras,advimage",
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,emotions,image,forecolor,backcolor,styleselect,removeformat,separator,link,unlink,separator,cut,copy,paste,separator,bullist,numlist,separator,charmap,sub,sup,cite,ins,del,abbr,acronym",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_resizing : true,
	theme_advanced_resize_horizontal : true,
	theme_advanced_statusbar_location : "bottom",
	content_css: "style/fck_message.css",
	onchange_callback: "message_onchange",
});
