sS dm_firstQuickSearchModule() { S moduleID = cast dm_generalMap_get('modulesUnderAIBar_firstModule); if (moduleID == null || !dm_visible(moduleID)) null; Rect r = dm_bounds(moduleID); if (r == null || r.y != 0) null; ret moduleID; }