} else if (step == REPLICATION_OPTIONS) {
p = new DataReplicationPanel(this);
} else if (step == CREATE_GLOBAL_ADMINISTRATOR) {
p = new GlobalAdministratorPanel(this);
} else if (step == SUFFIXES_OPTIONS) {
p = new SuffixesToReplicatePanel(this);
} else if (step == REMOTE_REPLICATION_PORTS) {
p = new RemoteReplicationPortsPanel(this);
} else if (step == NEW_SUFFIX_OPTIONS) {
p = new DataOptionsPanel(this);
} else if (step == RUNTIME_OPTIONS) {