tinyMCE.init({
	// Mode, Theme & style settings
	mode: "exact",
	elements : "mceEditor, mceEditor1, mceEditor2, mceEditor3, mceEditor4",
	theme : "advanced",
	width: "300",
	
	// Plugins
	plugins : "inlinepopups,contextmenu,emotions",
	
	// Configurations
	//font_size_style_values : "xx-small,x-small,small,medium,large,x-large,xx-large",
	font_size_style_values : "8pt,10pt,12pt,14pt,18pt,24pt,36pt",
	theme_advanced_toolbar_location : "bottom",
	theme_advanced_toolbar_align : "center",
	extended_valid_elements : "a[name|href|target|title|onclick],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,sub,sup,charmap,link,emotions",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : ""
});
