tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	width : "500",
	height : "250",
	editor_selector : "wysiwyg",
	plugins : "table, media",
	theme_advanced_buttons1 : "bold,italic,underline,link,unlink,separator,image,media,table,separator,justifycenter,bullist,numlist,sub,sup,hr,separator,removeformat,cleanup,code",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "bottom",
	theme_advanced_toolbar_align : "center",
	extended_valid_elements : "object[width|height],param[name|value],embed[src|type|wmode|width|height]",
	convert_urls : false
});


