	tinyMCE.init({
		mode : "textareas",
		theme : "advanced",
		editor_selector : "tinyMCE",
		plugins : "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,imagemanager,filemanager", 
		
		theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,fontselect,fontsizeselect,forecolor,separator,bullist,numlist,separator,copy,cut,paste,pastetext,pasteword,separator,link,unlink,separator,code,image,media",
		theme_advanced_buttons2 : "outdent,indent,blockquote,separator,undo,redo,separator,code,image,media,tablecontrols",
		theme_advanced_buttons3 : "",
        
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "center",
		theme_advanced_statusbar_location : "",
		theme_advanced_resizing : false,
		extended_valid_elements : "a[name|href|target|title|onclick|rel],hr[class|width|size|noshade]",
		width: "100%",
		relative_urls: false,
		remove_script_host : false
	});
	
	tinyMCE.init({
		mode : "textareas",
		theme : "advanced",
		editor_selector : "tinyMCE_small",
		plugins : "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,imagemanager,filemanager", 
		
		theme_advanced_buttons1 : "bold,italic,underline,separator,bullist,numlist,separator,copy,cut,paste,pastetext,pasteword,separator,link,unlink,separator,code",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",

		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "center",
		theme_advanced_statusbar_location : "",
		theme_advanced_resizing : false,
		extended_valid_elements : "a[name|href|target|title|onclick|rel],hr[class|width|size|noshade]",
		relative_urls: false,
		remove_script_host : false
	});

	tinyMCE.init({
        mode : "textareas",
        theme : "advanced",
        plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,inlinepopups",
        editor_selector : "tinyMCE_presentazione",
		
		theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontsizeselect,|,forecolor,backcolor",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",

  		theme_advanced_toolbar_location : "top",
  		theme_advanced_toolbar_align : "left",
  		theme_advanced_resizing : false,
  		visual : false,
        mceToggleVisualAid: false
	});
	
	tinyMCE.init({
    mode : "textareas",
    theme : "advanced",
    plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,inlinepopups",
    editor_selector : "tinyMCE_NEWS",
    
    theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontsizeselect,|,forecolor,backcolor,|,link,unlink,",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",
    
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_resizing : false,
    visual : false,
    mceToggleVisualAid: false
	});


