tinyMCE.init({
		mode : "textareas",
		theme : "advanced",
		theme_advanced_disable : "styleselect,formatselect,fontselect",
		theme_advanced_buttons1_add_before :"fontsizeselect,separator",
		theme_advanced_buttons1_add :"outdent,indent,separator,forecolor,bullist,numlist,undo,redo,separator,link,unlink,image",
    	theme_advanced_buttons2 : "",
	    theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left"
	});