window.onload = function()
{
var oFCKeditor = new FCKeditor( 'MyTextarea' );
oFCKeditor.BasePath = '/../../lib/fckeditor/';
oFCKeditor.ReplaceTextarea();
}

