I am trying to make the cute editor visible / invisible using javascript as follow:
obj_Editor1.visibility='hidden'
it works OK except that the toolbar dropdown menus such as Css Class, Size, Images, etc. allways stay visible.
How can I make the dropdown toolbar items within the cuteEditor toolbar hidden also?