﻿ <!-- TinyMCE -->
	    
	    tinyMCE.init({
		// General options
		mode : "specific_textareas",
		theme: "advanced",
		editor_selector : "mceRichText",
		plugins : "iespell,directionality,fullscreen,nonbreaking,xhtmlxtras,wordcount",

		// Theme options
		theme_advanced_buttons1: "code,|,bold,italic,underline, strikethrough,|,link,image,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontselect,fontsizeselect",
		theme_advanced_buttons2: "",
		theme_advanced_buttons3: "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		force_p_newlines : false,
		force_br_newlines : true,
		forced_root_block : ''

	});
    
    <!-- /TinyMCE -->
