tinyMCE.init({
    cleanup : true,
	valid_elements : "a[href|target=_blank],strong/b,div[align],br,li,ul,ol,p,h1,h2,h3,pre",
	    invalid_elements: "font",
		theme : "advanced",
		    mode : "textareas",
			editor_selector : "mceEditor",
			    plugins : "searchreplace,paste,fullscreen",
				theme_advanced_buttons1 : "search,replace,separator,bold,italic,separator,bullist,numlist,separator",
				    theme_advanced_buttons1_add : "link,unlink,separator,formatselect,removeformat,separator,charmap,separator,fullscreen,separator,code",
					theme_advanced_buttons2: "",
					    theme_advanced_buttons3 : "",
						theme_advanced_toolbar_location : "top",
						    theme_advanced_toolbar_align : "left",
							theme_advanced_statusbar_location : "bottom",
							    theme_advanced_resizing : true,
								theme_advanced_resizing_use_cookie : true,
								    theme_advanced_path : false,
									theme_advanced_resize_horizontal : false,
									    theme_advanced_blockformats: "pre,h1,h2,h3",
										onchange_callback : "dirtyForm"
										});