	tinyMCE.init({
		theme : "advanced",
		mode: "textareas",
		disk_cache : true,
		editor_deselector : "mceNoEditor",	
		strict_loading_mode : true,
		convert_fonts_to_spans : true,
		theme_advanced_resizing : true,
		apply_source_formatting : true,
		fix_list_elements : true,
		fix_table_elements : true,
		cleanup_on_startup : false,
		theme_advanced_resize_horizontal : false,
		theme_advanced_resizing : true,
		button_tile_map : true,
		theme_advanced_toolbar_location : "top",
		plugins : "emotions",
		theme_advanced_buttons1 : "bold,italic,separator,emotions,separator,link,unlink,",
		theme_advanced_buttons2 : "",
    	theme_advanced_buttons3 : "",
		height:"200px",
		width:"96%"
	});

