	tinyMCE.init({
		// General options
		language : "it",
        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 options
		theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,formatselect,separator,bullist,numlist,separator,copy,cut,paste,pastetext,pasteword,separator,link,unlink,separator,image,media,code",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "center",
		theme_advanced_statusbar_location : "bottom",
		theme_advanced_resizing : true,
		extended_valid_elements : "a[name|href|target|title|onclick|rel],hr[class|width|size|noshade],iframe[src|width|height|name|align],style",
		width: "100%",
		relative_urls: false,
		remove_script_host : false,
        /*content_css : link+"css/site.css",*/
	});

	tinyMCE.init({
		// General options
		language : "it",
		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 options
		theme_advanced_buttons1 : "bold,italic,underline,separator,,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,separator,cut,pastetext,pasteword",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "center",
		theme_advanced_statusbar_location : false,
		theme_advanced_resizing : false,
		extended_valid_elements : "a[name|href|target|title|onclick|rel],hr[class|width|size|noshade],iframe[src|width|height|name|align]",
		relative_urls: false,
		remove_script_host : false,
        /*content_css : link+"css/site.css",*/
	});

