tinyMCE.init({
	theme : "advanced",
	mode: "textareas",
	convert_urls : false,
	editor_selector : "wysiwyg",
	plugins : "inlinepopups",
	theme_advanced_toolbar_location : "top",
	theme_advanced_buttons1 : "bold,italic,underline,separator,bullist,numlist,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,link,unlink,separator,undo,redo,separator,fullscreen",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_resizing : true,
	theme_advanced_statusbar_location : "bottom",
	valid_elements : "a[href|target=_blank],strong/b,p,i,u,table,td,ul,li,ol,br"
});