tinyMCE.init({
mode: "exact",
elements: "elm1,elm2,elm3",
theme: "advanced",
language : "ja",
content_css : "/trac/tinymce/tinymce_trac.css",
force_br_newlines : true,
forced_root_block : '',
force_p_newlines : false,
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "none",
theme_advanced_resizing : true,
theme_advanced_resize_horizontal : false,
plugins : "table,contextmenu,emotions,save,searchreplace",
theme_advanced_layout_manager : "SimpleLayout",
theme_advanced_buttons1 : "save,search,replace,separator,bold,italic,insertdate,underline,strikethrough,separator,bullist,numlist,outdent,indent,formatselect,separator,hr,table,link,unlink,emotions,separator,cleanup,help,code",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : ""

});

