// Notice: The simple theme does not use all options some of them are limited to the advanced theme
	tinyMCE.init( {
		mode : "textareas",
		theme : "advanced",
		editor_selector : "comment",
		plugins : "autosave,table,save,advimage,advlink,emotions,iespell,inlinepopups,media",
		theme_advanced_buttons1 : "code,bold,italic,underline,link,anchor,unlink,forecolor,backcolor,blockquote,emotions,bullist,help",
 		theme_advanced_buttons2 : "",
 		theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		remove_script_host : false,
		theme_advanced_resizing : true,
		relative_urls: false,
		apply_source_formatting : true,
		theme_advanced_resizing : true,


	});

	tinyMCE.init( {
		editor_selector : "text",
		mode : "textareas",
		theme : "advanced",
		plugins : "safari,autosave,table,save,advimage,advlink,emotions,iespell,inlinepopups,media",
		theme_advanced_buttons1 : "code,bold,italic,underline,separator,link,unlink,anchor,separator,forecolor,backcolor,emotions,separator, justifyleft,justifycenter,,outdent,indent,blockquote,table,charmap",
 		theme_advanced_buttons2 : "image,media,separator,bullist,numlist,formatselect,fontsizeselect,separator,cleanup,help",
 		theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		remove_script_host : false,
		theme_advanced_resizing : true,
		relative_urls: false,
		apply_source_formatting : true,
		theme_advanced_resizing : true,

	});
