window.onload = function()
{
	var sBasePath = 'core/fckeditor/';

	var oFCKeditor1 = new FCKeditor('content');
	oFCKeditor1.BasePath	= sBasePath;
	oFCKeditor1.ReplaceTextarea( );
}