	tinyMCE.init({
		mode : "textareas",
		content_css: "/styles/osr-text-tinymce01.css",
		theme : "advanced",
		plugins : "paste",
		theme_advanced_buttons1 : "bold,italic,separator,strikethrough,bullist,numlist,undo,redo,link,unlink,code",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		apply_source_formatting : true,
		forced_root_block : '',
		force_br_newlines : true,
		force_p_newlines : false,
		invalid_elements : "&nbsp;",
		valid_elements : "a[href|target],strong/b,br[|clear],em/i,p,ul,ol,li,h3/h1,h3/h2,div[id|class|style],img[width|height|alt|src|style|class]"

	});

