
tinyMCE.init({
	language: "ja",
	theme: "advanced",
	mode: "specific_textareas",
	editor_selector: "mceEditor",
	plugins: "safari,inlinepopups",
	oninit: function(){
		return;
		if (typeof auto_inline_height != "undefined") auto_inline_height();
	},
	init_instance_callback: function (inst) {
		return;
		tinyMCE.dom.Event.add(inst.getWin(), 'resize', function(e) {
			if (typeof auto_inline_height != "undefined") {
				auto_inline_height();
			}
		});
	},
	// Theme options
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,fontsizeselect",
	theme_advanced_buttons2 : "undo,redo,forecolor,backcolor, removeformat,|,link,unlink",
	//"cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor",
	//theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",
	theme_advanced_buttons3: "",
	//theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,spellchecker,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,blockquote,pagebreak,|,insertfile,insertimage",
	theme_advanced_buttons4: "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : true,
	convert_fonts_to_spans : true,
	theme_advanced_font_sizes: "10px,12px,13px,14px,16px,18px,20px",
	font_size_style_values : "10px,12px,13px,14px,16px,18px,20px"
});

tinyMCE.init({
	language: "ja",
	theme: "advanced",
	mode: "specific_textareas",
	editor_selector: "mceEditor_nolink",
	plugins: "safari,inlinepopups",
	oninit: function(){
		return;
		if (typeof auto_inline_height != "undefined") auto_inline_height();
	},
	init_instance_callback: function (inst) {
		return;
		tinyMCE.dom.Event.add(inst.getWin(), 'resize', function(e) {
			if (typeof auto_inline_height != "undefined") {
				auto_inline_height();
			}
		});
	},
	// Theme options
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,fontsizeselect",
	theme_advanced_buttons2 : "undo,redo,forecolor,backcolor, removeformat",
	theme_advanced_buttons3: "",
	theme_advanced_buttons4: "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : true,
	convert_fonts_to_spans : true,
	theme_advanced_font_sizes: "10px,12px,13px,14px,16px,18px,20px",
	font_size_style_values : "10px,12px,13px,14px,16px,18px,20px"
});

