tinyMCE.init({
	// General options
	mode: "exact",
	elements: "thread_text",
	theme: "advanced",
	plugins: "safari,spellchecker,style,layer,iespell,link",

	// Theme options
	theme_advanced_buttons1: "bold,italic,underline,|,bullist,numlist,|,spellchecker,|,link,unlink",
	theme_advanced_buttons2: "",
	theme_advanced_toolbar_location: "top",
	theme_advanced_toolbar_align: "left",
	theme_advanced_statusbar_location: "bottom",
	theme_advanced_resizing: false,
	spellchecker_rpc_url: "/TinyMCEHandler.aspx?module=SpellChecker"
});
