// JavaScript Document
tinyMCE.init({
	mode : "textareas",
	editor_selector : "mceEditor",
	theme : "advanced",
	theme_advanced_toolbar_location : "top",
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,separator,bullist,numlist,separator,outdent,indent,separator,forecolor,separator,removeformat,separator,link,unlink",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : ""
});