tinyMCE.init({
  theme:"advanced",
  mode:"textareas",
  plugins:"table,iespell",
  editor_selector:"mceEditor",
  content_css:"../stylesheets/screen1.css",
  theme_advanced_blockformats:"p,h3,h4,h5,h6",
  theme_advanced_toolbar_location:"top",
  theme_advanced_toolbar_align:"left",
  theme_advanced_statusbar_location:"bottom",
  theme_advanced_buttons1:"bold,italic,underline,hr,separator,justifyleft,justifycenter,justifyright,separator,bullist,separator,cut,copy,paste,separator,undo,redo,separator,link,unlink,separator,image,separator,code",
  theme_advanced_buttons2:"formatselect,styleselect,tablecontrols,iespell",
  theme_advanced_buttons3:""
});
