// JavaScript Document
tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	convert_urls : false,
	relative_urls : true,
	remove_script_host : false,
	document_base_url : "/",
	plugins : "emotions,advimage,ibrowser",
	content_css : "/css/kewl.text.css", //<-- this sets the background color
	theme_advanced_buttons1 : "bold,italic,underline,separator,bullist,numlist,outdent,indent,undo,redo,link,unlink,image,ibrowser,forecolor,backcolor",
	theme_advanced_buttons2 : "formatselect,fontselect,fontsizeselect",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]"
});
