// configuration information for TinyMCE
//

tinyMCE.init({
	theme : "advanced",
	mode: "exact",
	elements : "text",
	theme_advanced_toolbar_location : "top",
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,"
	+ "justifyleft,justifycenter,justifyright,separator,"
	+ "bullist,numlist,separator,"
	+ "forecolor,backcolor,|,image,separator,"
	+ "code,separator,charmap",
	theme_advanced_buttons2 : "",
	height:"130px",
	width:"99%"
});
