tinyMCE.init({
	// General options
	mode: "textareas",
	editor_deselector: "plain",
	theme: "advanced",
	plugins: "safari,inlinepopups,paste",
	cleanup: true,
	content_css: relBaseUrl + "/themed/" + siteTheme + "/css/wysiwyg.css",

	// Theme options
	theme_advanced_buttons1: "bold,italic,underline,strikethrough,bullist,numlist,link,unlink",
	theme_advanced_buttons2: "",
	theme_advanced_buttons3: "",
	theme_advanced_buttons4: "",
	theme_advanced_toolbar_location: "top",
	theme_advanced_toolbar_align: "left",
	theme_advanced_statusbar_location: null,
	theme_advanced_resizing: false,

	// Paste options
	paste_create_paragraphs: true,
	paste_create_linebreaks: true,
	paste_force_cleanup_wordpaste: true,
	paste_auto_cleanup_on_paste: true,
	paste_remove_spans: true,
	paste_remove_styles: true,
	paste_strip_class_attributes: true
});
