tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	plugins : "paste,directionality,noneditable,spellchecker",
	spellchecker_languages : "+English=en",
	content_css : "admin/css/style.css",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_buttons1 : "spellchecker,|,undo,redo,|,ltr,rtl,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,link,unlink,|,bold,italic,underline,strikethrough,|,cleanup,removeformat,|,outdent,indent,blockquote",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_buttons4 : "",
	invalid_elements : "strong,table,style,class,tbody,tr,td,div,image,script,embed"
	});
