tinyMCE.init( { 
		mode : "specific_textareas",
		editor_selector : "mceEditor",
		file_browser_callback: "tinyBrowser",
		theme: "advanced",
		plugins: "media",
        remove_script_host : false,
        convert_urls : false,
        media_strict: false,
        verify_html : false,
		theme_advanced_blockformats : "h2,h3",
		theme_advanced_styles : "Heading=header2",
		theme_advanced_buttons1 : "bold,italic,bullist,numlist,undo,redo,link,unlink,formatselect,image,media",
		theme_advanced_buttons2 : "outdent,indent,codeeditor,html,mcecodeeditor,code",
		theme_advanced_buttons3 : "",
		valid_elements : "*[*]"
	})
