this:SetText("Bar");
this:ClearFocus();
this:SetText("Event");
this:ClearFocus();
this:ClearFocus();
local frame = this:GetParent():GetParent();
frame:SetWidth(frame:GetWidth() + 40);
frame:SetHeight(frame:GetHeight() + 80);
local frame = this:GetParent():GetParent();
frame:SetWidth(frame:GetWidth() - 40);
frame:SetHeight(frame:GetHeight() - 80);
getglobal(this:GetName() .. "BarList"):Hide();
getglobal(this:GetName() .. "EventList"):Hide();