tinyMCE.init({
    theme : "advanced",					object_resizing : false,
    /*convert_newlines_to_brs : true,*/	fix_list_elements : true,
    fix_table_elements : true,			fix_nesting : true,
    force_p_newlines : false,			forced_root_block : '',
    width : "80%",						theme_advanced_styles : "",
	theme_advanced_buttons1 : "cut,copy,pastetext,pasteword,search,replace,|,spellchecker,|,removeformat,|,undo,redo,|,bold,italic,|,bullist,numlist,outdent,indent,|,sup,sub",
	theme_advanced_buttons2 : "cite,abbr,acronym,|,link,unlink,anchor,charmap,code",
	theme_advanced_buttons3 : "",
	plugins : "searchreplace,spellchecker,xhtmlxtras,paste",
	paste_remove_spans : true,			paste_remove_styles : true,
    mode : "specific_textareas",		editor_selector : "mceEditor"
});
