tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_buttons1 : "bold,italic,underline,|,fontsizeselect,|,forecolor,|,cut,copy,paste,|,undo,redo,|,bullist,numlist",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_font_sizes : "Grande=16px,Medio=12px,Piccolo=10px",
	theme_advanced_default_foreground_color : "#000000",
	theme_advanced_text_colors : "000000,FFFF00,0000FF,FF0000",
	theme_advanced_more_colors : false,
	force_p_newlines : false
});
