tinyMCE.init({
      mode : "textareas",
      theme : "advanced",
                
      theme_advanced_buttons1 : "bold,italic,underline,|,justifyleft,justifycenter,justifyright,|,forecolor,backcolor,|,cut,copy,paste,|,bullist,numlist,|,outdent,indent,|,sub,sup,|,undo,redo,|,image,link,unlink,|,removeformat,cleanup",
      theme_advanced_buttons2 : false,
      theme_advanced_buttons3 : false,      
      theme_advanced_toolbar_location : "top",
      theme_advanced_toolbar_align : "left",
      theme_advanced_statusbar_location : false,
      theme_advanced_resizing : false
});
