tinyMCE.init({
	mode : "exact",
	elements : "editor1,editor2,editor3,editor4,editor5,editor6,editor7,editor8,editor9,editor10",
	content_css : "jseditor/jscripts/tiny_mce/editor.css",
	plugins : "emotions",
	theme_advanced_layout_manager : "SimpleLayout",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,sub,sup,separator,bullist,numlist,separator,undo,redo",
	theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,separator,hr,charmap,separator,code,fullscreen",
	theme_advanced_buttons3 : "emotions",
	theme: "advanced"
});
