tinyMCE.init({
	'mode' : 'textareas',
	'editor_selector' : 'editor',
	'theme' : 'advanced',
	'plugins' : 'paste,preview,insertdatetime,table',
	
	'theme_advanced_buttons1' : 'code,preview,|,bold,italic,underline,strikethrough,sub,sup,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,removeformat,|,cut,copy,paste,pastetext,pasteword',
	'theme_advanced_buttons2' : 'undo,redo,|,bullist,numlist,hr,|,link,unlink,image,cleanup,|,forecolor,backcolor,|,insertdate,inserttime,charmap',
	'theme_advanced_buttons3' : 'tablecontrols',
	'theme_advanced_buttons4' : '',
	
	'theme_advanced_path' : false,
	'theme_advanced_toolbar_location' : 'top',
	'theme_advanced_toolbar_align' : 'left',
	'theme_advanced_statusbar_location' : 'bottom',
	
	'content_css' : "/lib/css/editor.css"
});
