tinyMCE.init({
		editor_selector: "tinymce-public",
		relative_urls: false,
		mode: "textareas",
		
		plugins: "paste,contextmenu",
		paste_auto_cleanup_on_paste: true,
		paste_convert_middot_lists: true,
		paste_convert_headers_to_strong: true,
		
		theme: "advanced",
		theme_advanced_toolbar_location: "top",
		theme_advanced_toolbar_align: "left",
		theme_advanced_buttons1: ""
		+ "bold,italic,underline,strikethrough,sup,sub"
		+ ",|,bullist,numlist"
		+ ",|,link,unlink"
		+ ",|,charmap"
		+ ",|,pastetext,pasteword"
		,
		theme_advanced_buttons2: "",
		theme_advanced_buttons3: "",
		theme_advanced_buttons4: "",
		apply_source_formatting: true,
		//cleanup: true,
		//cleanup_on_startup: true,
		fix_list_elements: true,
		forced_root_block: "",
		valid_elements:""
		/*block*/	+ "-p,-ul,-ol,-li"
		/*inline*/	+ ",br,-em/-i,-strong/-b/-h1/-h2/-h3/-h4/-h5/-h6,-u,-strike,-sup,-sub"
		/*links*/	+ ",-a[!href|target:_blank]"
});

