tinyMCE.init({
	mode : "exact",
	content_css : "simple_editor.css",
	editor_selector : "mceEditor",
	elements : "artists_details,major_performance,awards,events_description",
	apply_source_formatting : true,
	plugins : "spellchecker",
	theme : "advanced",
	theme_advanced_buttons1 : "spellchecker,separator,bold,italic,underline,separator,justifyleft,justifycenter,justifyright, justifyfull,separator,bullist,numlist,code",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "bottom",
	theme_advanced_toolbar_align : "center",
	apply_source_formatting : true,
	verify_html : false,
	editor_selector : "mceAdvanced",
	extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]"});