   tinyMCE.init({
	  	mode : "textareas",
		theme : "advanced",
		content_css : "templates/kartepoint/css/template.css",
		width: "580",
		language: "it",
		theme_advanced_buttons1 : "bold,italic,underline,strikethrough, forecolor, link, removeformat",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "bottom",
		theme_advanced_toolbar_align : "left",
		editor_selector : "textarea_news"
	  });

	tinyMCE.init({
	  	mode : "textareas",
		theme : "advanced",
		content_css : "templates/kartepoint/css/template.css",
		width: "270",
		language: "it",
		theme_advanced_buttons1 : "bold,italic,underline,strikethrough, forecolor, link, removeformat",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "bottom",
		theme_advanced_toolbar_align : "left",
		editor_selector : "textarea_gadget"
	  });

	tinyMCE.init({
	  	mode : "textareas",
		theme : "advanced",
		content_css : "templates/kartepoint/css/template.css",
		width: "270",
		language: "it",
		theme_advanced_buttons1 : "bold,italic,underline,strikethrough, forecolor, link, removeformat",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "bottom",
		theme_advanced_toolbar_align : "left",
		editor_selector : "textarea_expodurevole"
	  });

	tinyMCE.init({
	  	mode : "textareas",
		theme : "advanced",
		content_css : "templates/kartepoint/css/template.css",
		width: "270",
		language: "it",
		theme_advanced_buttons1 : "bold,italic,underline,strikethrough, forecolor, link, removeformat",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "bottom",
		theme_advanced_toolbar_align : "left",
		editor_selector : "textarea_expocartone"
	  });


   tinyMCE.init({
	  	mode : "textareas",
		theme : "advanced",
		plugins : "emotions",
		language: "it",
		theme_advanced_buttons1 : "bold,italic,underline,strikethrough, emotions, forecolor, removeformat",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "bottom",
		theme_advanced_toolbar_align : "left",
		editor_selector : "mceSimple"
	  });

   tinyMCE.init({
	  	mode : "textareas",
		theme : "advanced",
		width: "340",
		plugins : "emotions",
		language: "it",
		theme_advanced_buttons1 : "bold,italic,underline,strikethrough, emotions, forecolor, removeformat",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "bottom",
		theme_advanced_toolbar_align : "left",
		editor_selector : "mceSimpleMessage"
	  });
	  
	tinyMCE.init({
		mode : "textareas",
		theme : "advanced",
		plugins : "emotions, ibrowser",
		language: "it",
		theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|, forecolor, backcolor,|,fontselect,fontsizeselect,|,ibrowser",
//		theme_advanced_buttons1 : "bold,italic,underline,strikethrough, emotions, forecolor, backcolor, preview",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		editor_selector : "mceAdvanced"

//	plugins : "forecolor,backcolor, youtube, preview, emotions",
//	theme_advanced_buttons2_add : "youtube, preview",
//	theme_advanced_disable : "image,anchor,removeformat,code,styleselect,formatselect,separator,outdent,sub,sup,indent,cleanup,charmap,visualaid,hr, help"


	  });

