GathererInfo_LoadContinents( GetMapContinents() );
-- Tab Handling code
PanelTemplates_SetNumTabs(this, 2);
PanelTemplates_SetTab(this, 1);
GathererInfo_SetDefaultLocation();
UIDropDownMenu_SetWidth(80);
UIDropDownMenu_Initialize(this, GathererInfo_LocContinentDropDown_Initialize);
UIDropDownMenu_SetWidth(260);
UIDropDownMenu_Initialize(this, GathererInfo_LocZoneDropDown_Initialize);
-- Display area
FauxScrollFrame_OnVerticalScroll(GATHERERINFO_FRAME_HEIGHT, GathererInfo_Update);
UIDropDownMenu_SetWidth(80);
UIDropDownMenu_Initialize(this, GathererInfo_GatherTypeDropDown_Initialize);
UIDropDownMenu_SetWidth(260);
UIDropDownMenu_Initialize(this, GathererInfo_GatherItemDropDown_Initialize);
-- Display area
FauxScrollFrame_OnVerticalScroll(GATHERERINFO_FRAME_HEIGHT, GathererInfo_SearchUpdate);