tinyMCE.init({ 
   		mode : "textareas",
        elements: "description",
        theme : "advanced",
        plugins : "style,layer,table,",
 
        theme_advanced_buttons1 : "",

    	force_br_newlines : true,
    	force_p_newlines : false,
    	forced_root_block : '', // Needed for 3.x
    	
        verify_html: true,
        inline_styles : true,
        language: "fr",
        theme_advanced_toolbar_location : "top",
        theme_advanced_toolbar_align : "left",
        theme_advanced_resize_horizontal : false,
        theme_advanced_resizing : true,
        
     
        
});  
