tinyMCE.init({
	theme : "advanced",
	mode : "textareas",
	plugins: "paste",
	paste_use_dialog: "false",
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,undo,redo,separator,cleanup,separator,bullist,numlist,separator,link,unlink,image,separator,outdent,indent,hr",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : '',
	external_link_list_url : pageUrl+"/ajax/documents.js.php",
    external_image_list_url : pageUrl+"/ajax/images.js.php"
});


function tmini() {

	if ( document.getElementById('editor') )
		tinyMCE.execCommand('mceAddControl', true, 'editor');

}