var tinymce_options = {
 	mode : "textareas",
	  	editor_selector : "tiny_mce",
	  	theme : "advanced",
	  	plugins : "inlinepopups,advlink,iespell,searchreplace,paste,fullscreen,visualchars",
	  	theme_advanced_buttons1 : "undo,redo,removeformat,|,pastetext,pasteword,|,link,unlink,charmap,iespell,|,cleanup,code",
	  	theme_advanced_buttons2 : "bold,italic,underline,|,forecolor,|,sub,sup,outdent,indent,bullist,numlist,hr",
	  	theme_advanced_buttons3 : "",
	  	theme_advanced_toolbar_location : "top",
	  	theme_advanced_toolbar_align : "left",
	  	theme_advanced_path_location : "bottom",
	  	gecko_spellcheck : true,
	  	extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|style|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],span[class|align|style]",
	  	theme_advanced_resizing : true,
	  	theme_advanced_resize_horizontal : false,
			force_p_newlines : false,
			force_br_newlines: true

};
 
tinyMCE.init(tinymce_options);