window.onload = function() {
    // FCKeditor
    if (EditorFields.length > 0 && (is_ie4up || is_nav5up)) {
        for (index = 0; index < EditorFields.length; index++) {
            EditorObjects[index].BasePath = 'FCKEditor/';
            //EditorObjects[index].Config['CustomConfigurationsPath'] = '/FCKEditor/fckconfig.js';
            //EditorObjects[index].ToolbarSet = 'Simplified';
            EditorObjects[index].ReplaceTextarea();
        }
    }
}
