function createFacStaffLists(xmlDoc)
{
  if (KonquerorBrowserWarning(xmlDoc)) return;

  createAdminSupportStaffList(xmlDoc);
  createFullTimeFacultyList(xmlDoc);
  createPartTimeFacultyList(xmlDoc);
}
