tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	theme_advanced_buttons1 : "bold, italic, underline, bullist,numlist,undo,redo,link,unlink,spellchecker",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	extended_valid_elements : "a[name|href|target|title|onclick],hr[class|width|size|noshade],span[class|align|style]",
	plugins : "spellchecker",
	//theme_advanced_buttons1_add : "spellchecker",
	spellchecker_languages : "+English=en",
	spellchecker_report_misspellings : true
});
