// Used for: pages, newsletters, and "about us" for neighborhood
function init_page_editor() {
tinyMCE.init( {
	height:"350",
	theme:"advanced",
	skin:"nl",
	convert_urls:false,
	plugins:"table,contextmenu,paste,advimage_r,iespell,spellchecker,fullscreen,safari",
	mode:"exact",
	elements:"page_html_content,info_html_content,newsletter_html_content,contact_list_html_content",
	body_id:"maincontent_editor",
	content_css:"/javascripts/tiny_mce/themes/advanced/skins/nl/content.css,/stylesheets/pages_editor.css",
	extended_valid_elements:"style[dir<ltr?rtl|lang|media|title|type]",
	paste_auto_cleanup_on_paste:true,
	spellchecker_rpc_url:"/spellcheck",
	spellchecker_languages:"+English=en,French=fr,German=de,Spanish=es",
	theme_advanced_toolbar_location:"top",
	theme_advanced_statusbar_location:"bottom",
	theme_advanced_path:false,
	theme_advanced_toolbar_align:"center",
	theme_advanced_resizing:false,
	theme_advanced_buttons1:"bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,outdent,indent,separator,styleselect,formatselect,removeformat,separator,help",
	theme_advanced_buttons2:"hr,bullist,numlist,separator,charmap,forecolor,backcolor,separator,link,unlink,rt_image,separator,code,cleanup,separator,undo,redo,spellchecker,fullscreen",
	theme_advanced_buttons3:"",
	theme_advanced_styles:"Smallest=smallest;Smaller=smaller;Normal=none;Bigger=bigger;Biggest=biggest"
});
}
