var tinymce_options = {
  mode : "exact",
  elements : "mceEditor",
  theme : "advanced",
  plugins : 'advimage,advlink,paste,table',
  theme_advanced_blockformats : "h1,h2,h3,p",
  theme_advanced_buttons1 : "bold,italic,underline,strikethrough,undo,redo,link,unlink,image,bullist,numlist,formatselect,fontsizeselect,removeformat,",
  theme_advanced_buttons2 : "tablecontrols",
  theme_advanced_buttons3 : "",
  table_row_styles : "Titoletto=header;",
  relative_urls : false
};

tinyMCE.init(tinymce_options);