tinyMCE.init({
 mode : "textareas",
 theme : "advanced",
 plugins : "imagemanager,spellchecker,table",
 theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,|,hr,|,undo,redo,|,paste,|,link,image,|,bullist,numlist,|,formatselect",
 theme_advanced_buttons2 : "tablecontrols,|,cleanup,help,code",
 theme_advanced_buttons3 : "",
 theme_advanced_buttons4 : "",
 theme_advanced_toolbar_location : "top",
 theme_advanced_toolbar_align : "center",
 theme_advanced_statusbar_location : "bottom",
 theme_advanced_blockformats : "p,h2,h3,h4",
 table_styles : "With Borders=table",
 content_css : "/editorstyle.css",
 extended_valid_elements : "iframe[src|width|height|name|align]",
});
