tinyMCE.init({
force_p_newlines: false, 
force_br_newlines: true, 
forced_root_block: false, 
	language :							"ja",
	elements :							"content",
	mode :								"textareas",
	content_css : 						"tinymce.css",
	theme_advanced_toolbar_location :	"top",
	theme_advanced_toolbar_align :		"left",
	theme :								"advanced",
	theme_advanced_buttons1 :			"bold,underline,|,justifyleft,justifycenter,justifyright,|,forecolor,|,link,unlink",
	theme_advanced_buttons2 :			"",
	theme_advanced_buttons3 :			""
});
