tinyMCE.init({
	
	mode : "textareas",
	theme : "advanced",
	plugins : "emotions",
	relative_urls : true,
	document_base_url : "http://www.brooksartglass.com/",
	editor_selector : "editor",
	force_br_newlines : true,
	force_p_newlines : true,
	apply_source_formatting : true,
	remove_trailing_nbsp : true,
	forced_root_block : '',
	convert_fonts_to_spans : false,
	force_hex_style_colors : true,
	trim_span_elements : true,
	remove_linebreaks : false,
	content_css : "http://www.brooksartglass.com/phpcoder_style.css.php",
	theme_advanced_buttons1 : "bold,italic,underline,justifyleft,justifycenter,fontsizeselect", //formatselect,
	theme_advanced_buttons2 : "bullist,numlist,forecolor,removeformat,link,unlink,emotions,image,code",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "center",
	theme_advanced_path_location : "",
	theme_advanced_font_sizes : "8px=8px, 9px=9px, 10px=10px, 11px=11px, 12px=12px, 13px=13px, 14px=14px, 16px=16px, 20px=20px",
	invalid_elements: "object,applet,iframe,table,tbody,th,td,tr,script,form,p,input,textarea",
	valid_elements : "a[href|id|name|title|target|class],br[clear|id],center[],div[align|id|title],font[color|face|id|size|style|title],h1[],h2[],h3[],h4[],h5[],h6[],hr[],img[align|alt|border|height|hspace|id|name|src|style|title|vspace|width],ul[],ol[],li[],span[align|class|id|style|title],div[align|class|id|style|title],strong[],b[],u[],em[],i[],sup[],sub[]"
	
});

tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	relative_urls : true,
	document_base_url : "http://www.brooksartglass.com/",
	editor_selector : "editor_small",
	force_br_newlines : true,
	force_p_newlines : false,
	apply_source_formatting : true,
	remove_trailing_nbsp : true,
	trim_span_elements : true,
	
	theme_advanced_buttons1 : "bold,italic,underline,justifyleft,justifycenter,justifyright,bullist,numlist,removeformat,link,unlink,code", 
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "",
	theme_advanced_path_location : "",
	invalid_elements: "object,applet,iframe,table,tbody,th,td,tr,script,form,p,input,textarea"
});

tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	relative_urls : true,
	document_base_url : "http://www.brooksartglass.com/",
	editor_selector : "editor_title",
	force_br_newlines : true,
	force_p_newlines : false,
	height : "14",
	body_class : "editor_title",
	apply_source_formatting : true,
	remove_trailing_nbsp : true,
	trim_span_elements : true,
	theme_advanced_buttons1 : "", 
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "",
	theme_advanced_toolbar_align : "",
	theme_advanced_path_location : "",
	invalid_elements: "object,applet,iframe,table,tbody,th,td,tr,script,form,p,input,textarea"
});

tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	relative_urls : true,
	document_base_url : "http://www.brooksartglass.com/",
	editor_selector : "editor_minimal",
	force_br_newlines : true,
	force_p_newlines : false,
	apply_source_formatting : true,
	remove_trailing_nbsp : true,
	trim_span_elements : true,
	
	theme_advanced_buttons1 : "bold,italic,underline,justifyleft,justifycenter,justifyright,link,unlink", 
	theme_advanced_buttons2 : "removeformat,cleanup,fontsizeselect,image,code",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "center",
	theme_advanced_path_location : "",
	invalid_elements: "object,applet,iframe,table,tbody,th,td,tr,script,form,p,input,textarea"
});
