tinyMCE.init({
				mode : "textareas",
				theme : "advanced",
				theme_advanced_toolbar_location : "top",
				theme_advanced_buttons1 : "fontselect,fontsizeselect,bold,italic,underline,forecolor,link,image",
				theme_advanced_buttons2 : "",
				theme_advanced_buttons3 : "",
				editor_deselector : "mceNoEditor"
			
			});
