tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
//	plugins : "simplebrowser,advimage,advlink,paste", //,inlinepopups
	plugins : "advimage,advlink,table", //,inlinepopups
	theme_advanced_buttons3_add_before : "tablecontrols,separator",
//	theme_advanced_buttons2_add : "simplebrowser",
	theme_advanced_buttons1_add_before: "cut,copy,paste,pastetext,pasteword,separator",
	theme_advanced_toolbar_align : "left",
//	theme_advanced_toolbar_location : "top",
//	theme_advanced_statusbar_location : "bottom",
//	theme_advanced_resizing : true,
	content_css : "tinymce.css"

//	plugin_simplebrowser_width : '512', //default
//	plugin_simplebrowser_height : '384', //default
//	file_browser_callback : "simplebrowser_browse"
});


