tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	plugins: "paste,spellchecker",
	editor_selector: "shorttext",
	theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,removeformat,bullist,numlist,undo,redo,link,unlink,pastetext,charmap,spellchecker",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",

	document_base_url :     "/",
	relative_urls :         true,
	external_link_list_url : "/script/link_list.php",
	base_href:              "/",
	relative_urls :         false,
	absolute_urls:          true,
	remove_script_host :    true,
	spellchecker_languages : "+Dutch=nl,Danish=da,English=en,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv"
});

tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	editor_selector: "longtext",
	plugins: "paste,spellchecker",
	theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,removeformat,bullist,numlist,undo,redo,link,unlink,pastetext,charmap,spellchecker",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
	document_base_url :     "/",
	relative_urls :         true,
	external_link_list_url : "/script/link_list.php",
	base_href:              "/",
	relative_urls :         false,
	absolute_urls:          true,
	remove_script_host :    true,
	spellchecker_languages : "+Dutch=nl,Danish=da,English=en,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv"
});

