	tinyMCE.init({
		mode : "textareas",
		theme : "advanced",
		editor_selector : "mceEditor",
		plugins : "style,table,preview,noneditable",
		//plugins : "style,table,advimage,advlink,iespell,preview,noneditable,visualchars,nonbreaking",
		//theme_advanced_buttons1_add : "fontsizeselect",
		theme_advanced_buttons2_add : "preview,forecolor,forecolorpicker,backcolor",
		theme_advanced_buttons3_add_before : "tablecontrols,delete_table",
		//theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,spellchecker,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template",
		theme_advanced_toolbar_location : "bottom",
		theme_advanced_toolbar_align : "center",
		theme_advanced_path_location : "bottom",
		theme_advanced_disable : "removeformat,sub,hr,help,undo,redo,separator,charmap,sup",
		content_css : "../css/typa/custom.css",
	    plugin_insertdate_dateFormat : "%Y-%m-%d",
	    plugin_insertdate_timeFormat : "%H:%M:%S",
		external_link_list_url : "example_data/example_link_list.js",
		external_image_list_url : "example_data/example_image_list.js",
		flash_external_list_url : "example_data/example_flash_list.js",
		template_external_list_url : "example_data/example_template_list.js",
		file_browser_callback : "mcFileManager.filebrowserCallBack",
		theme_advanced_resize_horizontal : false,
		theme_advanced_resizing : true,
		apply_source_formatting : true,
		convert_urls : false,
		spellchecker_languages : "+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv"
	});