
tinyMCE.init(
{mode : "textareas",
 editor_deselector : "no_mce",
 theme : "advanced",
 theme_advanced_toolbar_location : "top",
 theme_advanced_toolbar_align : "left",
 plugins: "fullscreen,table",
 theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,fullscreen",
 file_browser_callback : myFileBrowser                
});
