function Memberfuse_wysiwyg_init() {

			tinyMCE.init({ 
				mode : "specific_textareas",
				editor_selector : "memfuzeeditor-ancor",
				theme: "advanced",
				plugins: "spellchecker,paste,linkautodetect,fullscreen",
				theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,paste,pastetext,pasteword,|,bullist,numlist,|,link,unlink,|,outdent,indent,|,spellchecker,|,fullscreen",
				theme_advanced_buttons2 : "",
				theme_advanced_buttons3 : "",
				theme_advanced_toolbar_location : "top",
				theme_advanced_toolbar_align : "left",
				theme_advanced_statusbar_location : "",
				theme_advanced_resizing : false,
				content_css: "/themes/global/default/css/forms.css",
				convert_urls: false,
				relative_urls: false
			});
}
