tinyMCE.init({
mode : "specific_textareas",
editor_selector : "mceEditor",
plugins : "spellchecker",
theme : "advanced",
theme_advanced_toolbar_location : "top",
theme_advanced_buttons1 :"bold,italic,underline,bullist,numlist",
theme_advanced_buttons2 : "code,link,unlink,spellchecker",
theme_advanced_buttons3 : "",
convert_urls : "false",
relative_urls : "true",
theme_advanced_statusbar_location : "bottom",
theme_advanced_path : false,
theme_advanced_resize_horizontal : false,
theme_advanced_resizing : true,
cleanup_on_startup : true,
apply_source_formatting : true,
valid_elements : "a[href|target],p[name|align],strong,b,em,i,ul[name],ol[name],li[name],div[align],img[align|src|title|alt|border|align|style],font[color]",
width: "100%"
});