tinyMCE.init({ 
plugins: "spellchecker",
mode : "textareas", 
theme : "advanced",
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,spellchecker", 
theme_advanced_buttons2 : "cut,copy,paste,|,bullist,numlist,|,undo,redo,|,link,unlink,anchor,cleanup,code", 
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
content_css : "css/master.css"
});




