tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	plugins : "style,advimage,advlink,fullscreen,imagemanager,media,spellchecker",
	language : "fr",
	theme_advanced_buttons1 : "undo,redo,|,bold,italic,underline,|,justifyleft,justifycenter,justifyright,|,forecolor,fontsizeselect,blockquote,|,link,unlink,|,image,code,|,fullscreen,|,spellchecker",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_buttons4 : "",
	spellchecker_languages : "+Francais=fr,Anglais=en",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_path : false,
	theme_advanced_resizing : true,
	theme_advanced_resize_horizontal : false,
    height:"400px",
    width:"678px",
	relative_urls : false,
	remove_script_host: false,
	document_base_url : "http://www.logic-sunrise.com/",
	template_replace_values : {
		username : "Some User",
		staffid : "991234"
	}
});

