// JavaScript Document
//fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,pagebreak


tinyMCE.init({
		mode : "textareas",
		elements : 'relurls',
		theme : "advanced",
		language : "fr",
		editor_selector : 'mceadvanced',
		plugins : "safari,spellchecker,style,layer,table,save,flash,ibrowser,imanager,advhr,advlink,emotions,inlinepopups,preview,searchreplace,print,contextmenu,paste,directionality,imagemanager,filemanager,xhtmlxtras,template,linkresearch",
		relative_urls : true, // Default value

		theme_advanced_buttons1 : "save,|,bold,italic,underline,|,forecolor,backcolor,|,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect",
	theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,linkresearch,|,ibrowser,imanager,filemanager,flash",
	theme_advanced_buttons3 : "tablecontrols,|,removeformat,visualaid,|,sub,sup,|,charmap,emotions,hr,advhr",
	theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,spellchecker,|,cleanup,code,|,preview",
   
    theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		content_css : "tinymce/style_tMCE.css",
	    plugin_insertdate_dateFormat : "%Y-%m-%d",
	    plugin_insertdate_timeFormat : "%H:%M:%S",
		//external_link_list_url : "example_data/example_link_list.js",
		//external_image_list_url : "example_data/example_image_list.js",
		//flash_external_list_url : "docs/1/flash_list.js",
		//template_external_list_url : "../examples/example_template_list.js",
		
	extended_valid_elements : "object[width|height|classid|codebase],param[name|value],embed[src|type|width|height|flashvars|wmode]",

		
		 //flash_wmode : "transparent",
	   //flash_quality : "high",
	   //flash_menu : "false",

		theme_advanced_resize_horizontal : false,
		theme_advanced_resizing : true,
		//apply_source_formatting : true,
		spellchecker_languages : "+Français=fr,English=en,Danish=da,Dutch=nl,Finnish=fi,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv"
	});





tinyMCE.init({
		mode : "textareas",
		elements : 'relurls',
		theme : "advanced",
		language : "fr",
		editor_selector : 'mceSimple',
		plugins : "safari,spellchecker,style,save,flash,directionality,imanager,titres",
		relative_urls : true, // Default value

		theme_advanced_buttons1 : "save,|,bold,italic,|,forecolor,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect,|,spellchecker,imanager,titres",
   
    theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		content_css : "tinymce/style_tMCE.css",
	    plugin_insertdate_dateFormat : "%Y-%m-%d",
	    plugin_insertdate_timeFormat : "%H:%M:%S",
		//external_link_list_url : "example_data/example_link_list.js",
		//external_image_list_url : "example_data/example_image_list.js",
		//flash_external_list_url : "docs/1/flash_list.js",
		//template_external_list_url : "../examples/example_template_list.js",
		
	extended_valid_elements : "object[width|height|classid|codebase],param[name|value],embed[src|type|width|height|flashvars|wmode]",

		
		 //flash_wmode : "transparent",
	   //flash_quality : "high",
	   //flash_menu : "false",

		theme_advanced_resize_horizontal : false,
		theme_advanced_resizing : true,
		//apply_source_formatting : true,
		spellchecker_languages : "+Français=fr,English=en,Danish=da,Dutch=nl,Finnish=fi,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv"
	});
		
		
