tinyMCE.init({theme : "advanced",mode : "none",plugins : "paste,emotions",cleanup_on_startup : true,paste_remove_spans : true,paste_remove_styles : true,theme_advanced_layout_manager : "SimpleLayout",
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,fontselect,fontsizeselect,forecolor,backcolor",
theme_advanced_buttons2:"outdent,indent,separator,undo,redo,separator,bullist,numlist,separator,link,unlink,separator,pastetext,selectall,separator,emotions,cleanup,removeformat",theme_advanced_buttons3:""});function setTextareaToTinyMCE(sEditorID) {var oEditor = document.getElementById(sEditorID);if(oEditor) {tinyMCE.execCommand('mceAddControl',true,sEditorID);}return;}function retxtareacontrol(sEditorID) {var oEditor = document.getElementById(sEditorID);if(oEditor) {try{ tinyMCE.execCommand('mceFocus',false,sEditorID);tinyMCE.execCommand('mceRemoveControl',false,sEditorID);}catch(e){}}return;}
