	tinyMCE.init({
		mode : "textareas",
		content_css : "mycontent.css",
		theme : "advanced",
		plugins : "table,advimage,advlink,emotions,insertdatetime,preview,youtube,contextmenu,paste,directionality,noneditable,ibrowser,imagemanager",
		theme_advanced_blockformats : "p,div,pre,h1,h2,h3,h4,h5,h6",
        theme_advanced_buttons1 : "bold,italic,underline,strikethrough,,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,styleselect,fontselect,fontsizeselect",
        theme_advanced_buttons2 : "bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,link,unlink,image,ibrowser,cleanup,help,code,separator,forecolor,backcolor,separator,cut,copy,paste,pastetext,pasteword",
        theme_advanced_buttons3 : "tablecontrols,separator,hr,removeformat,visualaid,separator,sub,sup,separator,charmap,emotions,separator,youtube,preview",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_path_location : "bottom",
		theme_advanced_resize_horizontal : false,
		theme_advanced_resizing : true,
		theme_advanced_resizing_use_cookie : false,
		convert_urls : false,
		convert_fonts_to_spans : true,
		convert_newlines_to_brs : false,
		force_p_newlines : true,
		force_br_newlines : false,
		relative_urls : false,
		apply_source_formatting : true,
        width : 540,
		language : 'ja_utf-8'
	});

