﻿<?xml version="1.0" encoding="utf-8"?>
<Page Activated="true" eq2usescomwndcontrols="true" Location="148,89" MinimumSize="710,500" Name="JournalsQuest" OnShow="QuestlistScript.CheckInitialized.Press=True&#xD;&#xA;QuestlistScript.Status.Press=True&#xD;&#xA;OnShow=&apos;&apos;" ScrollExtent="710,540" Size="710,540" UserMovable="true" UserResizable="true" version="2.0">
    <Text DynamicData="BrowserState.URI" Name="URI" ScrollExtent="1,1" Size="1,1" Visible="false" />
    <Text Color="#FF0000" Font="/TextStyles.Large.LargeStyle" Location="536,27" Name="MarkError" PackLocation="right,top" ScrollExtent="170,32" ShowSound="loot_failed" Size="170,32" TextAlignment="Center" TextAlignmentVertical="Center" Visible="false">Questlist not updated!</Text>
    <DataSource Name="BrowserState">
        <DynamicData comment="Browser&apos;s status (typially DD for a text control)" Name="Status" />
        <DynamicData comment="Brower&apos;s progress loading the current page (typically DD for a progress control)" Name="Progress" />
        <DynamicData comment="Browser&apos;s forward state (typially DD for a button)" Name="Forward" />
        <DynamicData comment="Browser&apos;s back state (typially DD for a button)" Name="Back" />
        <DynamicData comment="Browser&apos;s refresh state (typially DD for a button)" Name="Refresh" />
        <DynamicData comment="Browser&apos;s stop state (typially DD for a button)" Name="Stop" />
        <DynamicData comment="URI of browser&apos;s current page (typically DD for a text control)" Name="URI" />
    </DataSource>
    <EQIIBrowser dynamicdata_back="BrowserState.Back" dynamicdata_forward="BrowserState.Forward" dynamicdata_progress="BrowserState.Progress" dynamicdata_refresh="BrowserState.Refresh" dynamicdata_status="BrowserState.Status" dynamicdata_stop="BrowserState.Stop" dynamicdata_uri="BrowserState.URI" Location="350,63" MinimumSize="1,1" Name="Browser" PackLocation="left" PackSize="absolute,absolute" ScrollExtent="358,397" Size="358,397" URI="http://eq2.fluffy.dk/ig_search.php" />
    <Page DynamicData="BrowserState.Progress" DynamicDataFilter="0001" Location="556,29" MaximumSize="16384,32" MinimumSize="60,32" Name="Progress" OnHide="NotStatus = Parent.URI.Text &apos;!=&apos; &apos;http://eq2.fluffy.dk/ig_status.php&apos;&#xD;&#xA;Busy = Parent.QuestlistScript.GameInfo.Busy &apos;&gt;&apos; 0&#xD;&#xA;Init = Parent.QuestlistScript.UI.Initializing &apos;!=&apos; 1&#xD;&#xA;Parent.QuestlistScript.EndInitialize.Visible = NotStatus || Init&#xD;&#xA;Parent.MarkError.Visible = NotStatus &apos;&amp;&amp;&apos; Busy&#xD;&#xA;Parent.QuestlistScript.GameInfo.Busy = 0" OnShow="Parent.MarkError.Visible = False" PackLocation="right,top" ScrollExtent="150,32" Size="150,32">
        <Text Done="false" DynamicData="BrowserState.Progress" Font="/TextStyles.Normal.NormalStyle" Name="Progress" OnTextChanged="Done = Text == &apos;100%&apos;&#xD;&#xA;Parent.Parent.QuestlistScript.LoadEvent.Visible = Done" ScrollExtent="150,32" Size="150,32" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#F3E9D7">:457a4f2e46ba84ca:Progress...</Text>
        <Page BackgroundOpacity="1.000" Name="Frame" PackSize="absolute,fixed" RStyleDefault="/SpecialElements.SkillProgressBar.data.frame.rect" ScrollExtent="150,32" Size="150,32" />
        <Progressbar BackgroundOpacity="1.000" Color="#EF8450" DynamicData="BrowserState.Progress" Name="Progress" PackSize="absolute,fixed" Progress="1.000" ScrollExtent="150,32" Size="150,32" Style="/SpecialElements.SkillProgressBar.data.style" />
        <Page BackgroundOpacity="1.000" Name="Bkg" PackSize="absolute,fixed" RStyleDefault="/SpecialElements.SkillProgressBar.data.bkg.rect" ScrollExtent="150,32" Size="150,32" />
    </Page>
    <Page Name="QuestlistScript">
        <Button Name="LoadFinish" OnShow="Parent.Parent.Progress.Visible = False&#xD;&#xA;Visible = False" ScrollExtent="1,1" Size="1,1" Visible="false" />
        <Text Name="LoadEvent" NotBusy="true" OnMove="Maxed = Location == Parent.LoadTimer.TargetLocation&#xD;&#xA;Parent.LoadFinish.Visible = Maxed" OnShow="Visible = False&#xD;&#xA;Left = 0" OnShowEffector="LoadTimer" ScrollExtent="1,1" Size="1,1" Visible="false" />
        <LocationEffector Name="LoadTimer" Speed="1,0" TargetLocation="3,0" />
        <Button Name="Mark" OnPress="Parent.Parent.TabPages.QuestlistPage.Status.Quest.Name.Text = Parent.QuestDetails.Quest&#xD;&#xA;Parent.Parent.TabPages.QuestlistPage.Status.Quest.Level.Text = Parent.QuestDetails.Level&#xD;&#xA;Parent.Parent.TabPages.QuestlistPage.Status.Quest.Category.Text = Parent.QuestDetails.Category&#xD;&#xA;Parent.Parent.TabPages.QuestlistPage.Status.Quest.Timestamp.Text = Parent.QuestDetails.Date&#xD;&#xA;Parent.Parent.TabPages.QuestlistPage.Status.Quest.ReMark.Visible = True&#xD;&#xA;Parent.ClearCategory.Visible = Parent.QuestDetails.Category == &apos; &apos;&#xD;&#xA;URIString = Parent.UI.MainURI ## &apos;?stat=&apos; ## Parent.QuestDetails.Stat ## &apos;&amp;ver=&apos; ## Parent.UI.Version ## &apos;&amp;language=&apos; ## Parent.GameInfo.Language ## &apos;&amp;charname=&apos; ## Parent.CharName.Text ## &apos;&amp;servername=&apos; ## Parent.GameInfo.ServerName ## &apos;&amp;qname=&apos; ## Parent.QuestDetails.Quest ## &apos;&amp;qlevel=&apos; ## Parent.QuestDetails.Level ## &apos;&amp;qcat=&apos; ## Parent.QuestDetails.Category ## &apos;&amp;qgroup=&apos; ## Parent.QuestDetails.MissionGroup ## &apos;&amp;qdate=&apos; ## Parent.QuestDetails.Date ## &apos;&amp;qbody=&apos; ## Parent.QuestDetails.Body ## &apos;&amp;currzone=&apos; ## Parent.ZoneName.Text ## &apos;&amp;charrace=&apos; ## Parent.Race.Text ## &apos;&amp;charclass=&apos; ## Parent.Level.Text ## &apos; &apos; ## Parent.Class.Text ## &apos;&amp;chartrade=&apos; ## Parent.TSLevel.Text ## &apos; &apos; ## Parent.TSClass.Text ## &apos;&amp;bindzone=&apos; ## Parent.BindZone.Text ## &apos;&amp;end&apos;&#xD;&#xA;Parent.Parent.Browser.URI = URIString" ScrollExtent="1,1" Size="1,1" />
        <Button Name="Status" OnPress="URIString = Parent.UI.MainURI ## &apos;?stat=info&amp;ver=&apos; ## Parent.UI.Version ## &apos;&amp;language=&apos; ## Parent.GameInfo.Language ## &apos;&amp;charname=&apos; ## Parent.CharName.Text ## &apos;&amp;servername=&apos; ## Parent.GameInfo.ServerName ## &apos;&apos;&#xD;&#xA;Parent.Parent.Browser.URI = URIString" ScrollExtent="1,1" Size="1,1" URIString="http://eq2.fluffy.dk/journal_beta.php?stat=info&amp;ver=1.3&amp;language=cl_language&amp;charname=&amp;servername=cl_autoplay_world" />
        <Button Name="CollectionMark" OnShow="Parent.GameInfo.Busy = 1&#xD;&#xA;Parent.Parent.TabPages.QuestlistPage.Status.Quest.Name.Text = Parent.QuestDetails.Collection&#xD;&#xA;Parent.Parent.TabPages.QuestlistPage.Status.Quest.Level.Text = Parent.QuestDetails.CollLevel&#xD;&#xA;Parent.Parent.TabPages.QuestlistPage.Status.Quest.Category.Text = Parent.QuestDetails.CollCategory&#xD;&#xA;Parent.Parent.TabPages.QuestlistPage.Status.Quest.Timestamp.Text = &apos;Collection&apos;&#xD;&#xA;Parent.Parent.TabPages.QuestlistPage.Status.Quest.ReMark.Visible = False&#xD;&#xA;URIString = Parent.UI.MainURI ## &apos;?stat=coll&amp;ver=&apos; ## Parent.UI.Version ## &apos;&amp;language=&apos; ## Parent.GameInfo.Language ## &apos;&amp;charname=&apos; ## Parent.CharName.Text ## &apos;&amp;multicol=&apos; ## Parent.QuestDetails.MultiURL ## &apos;&amp;end&apos;&#xD;&#xA;Parent.Parent.Browser.URI = URIString&#xD;&#xA;Visible = False&#xD;&#xA;Parent.QuestDetails.MultiURL = &apos;__&apos;" ScrollExtent="1,1" Size="1,1" Visible="false" />
        <Text Name="CollectionEvent" OnMove="Maxed = Location == Parent.CollectionTimer.TargetLocation&#xD;&#xA;Parent.CheckBusy.Visible = Maxed&#xD;&#xA;NotBusy = Parent.GameInfo.Busy &apos;&lt;&apos; 1&#xD;&#xA;Busy = Parent.GameInfo.Busy &apos;&gt;=&apos; 1&#xD;&#xA;Parent.CollectionMark.Visible = Maxed &amp;&amp; NotBusy&#xD;&#xA;Visible = Maxed &amp;&amp; Busy" OnShow="Visible = False&#xD;&#xA;Left = 0" OnShowEffector="CollectionTimer" ScrollExtent="1,1" Size="1,1" Visible="false" />
        <LocationEffector Name="CollectionTimer" Speed="1,0" TargetLocation="3,0" />
        <Button Name="ByZone" OnPress="URIString = &apos;http://eq2.fluffy.dk/ig_byzone.php?ver=&apos; ## Parent.UI.Version ## &apos;&amp;language=&apos; ## Parent.GameInfo.Language ## &apos;&amp;servername=&apos; ## Parent.GameInfo.ServerName ## &apos;&amp;byzone=&apos; ## Parent.ZoneName.Text ## &apos;&amp;name=&apos; ## Parent.CharName.Text ## &apos;&amp;race=&apos; ## Parent.Race.Text ## &apos;&amp;class=&apos; ## Parent.Class.Text ## &apos;&amp;level=&apos; ## Parent.Level.Text ## &apos;&amp;tsclass=&apos; ## Parent.TSClass.Text ## &apos;&amp;tslevel=&apos; ## Parent.TSLevel.Text ## &apos;&amp;bindzone=&apos; ## Parent.BindZone.Text&#xD;&#xA;Parent.Parent.Browser.URI = URIString" ScrollExtent="1,1" Size="1,1" URIString="http://eq2.fluffy.dk/ig_byzone.php?ver=1.3&amp;language=cl_language&amp;servername=cl_autoplay_world&amp;byzone=&amp;name=&amp;race=&amp;class=&amp;level=&amp;tsclass=&amp;tslevel=&amp;bindzone=" Visible="false" />
        <Button Name="Spoiler" OnPress="URIString = &apos;http://eq2.fluffy.dk/ig_spoiler_redirect.php?site=&apos; ## Parent.GameInfo.SpoilSite ## &apos;&amp;quest=&apos; ## Parent.GameInfo.SpoilName ## &apos;&amp;charname=&apos; ## Parent.CharName.Text ## &apos;&amp;servername=&apos; ## Parent.GameInfo.ServerName&#xD;&#xA;browser URIString" ScrollExtent="1,1" Size="1,1" Visible="false" />
        <Button Name="SpoilerActive" OnShow="Parent.GameInfo.SpoilName = Parent.Parent.TabPages.Quests.TabPages.Active.After.QuestDetails.Name.Text&#xD;&#xA;Parent.Spoiler.Press = True&#xD;&#xA;Visible = False" ScrollExtent="1,1" Size="1,1" Visible="false" />
        <Button Name="SpoilerCompleted" OnShow="Parent.GameInfo.SpoilName = Parent.Parent.TabPages.Quests.TabPages.Completed.After.Composite.QuestDetails.Name.Text&#xD;&#xA;Parent.Spoiler.Press = True&#xD;&#xA;Visible = False" ScrollExtent="1,1" Size="1,1" Visible="false" />
        <Button Name="SpoilerGroup" OnShow="Parent.GameInfo.SpoilName = Parent.Parent.TabPages.Quests.TabPages.Group.After.QuestDetails.Name.Text&#xD;&#xA;Parent.Spoiler.Press = True&#xD;&#xA;Visible = False" ScrollExtent="1,1" Size="1,1" Visible="false" />
        <Button Name="Initialize" OnHide="Parent.UI.Initializing = 1&#xD;&#xA;Parent.GameInfo.Language = cl_language&#xD;&#xA;Parent.GameInfo.ServerName = cl_autoplay_world ## &apos; &apos;&#xD;&#xA;Parent.QuestDetails.MultiURL = &apos;__&apos;&#xD;&#xA;show_window Journals.JournalsQuest&#xD;&#xA;Parent.Parent.TabPane.ActiveTab = 0&#xD;&#xA;Visible = false&#xD;&#xA;Parent.Parent.Parent.Parent.HUD.Zoning.OnHide = &apos;Parent.Parent.Journals.JournalsQuest.QuestlistScript.UI.Zoning = 1&apos;&#xD;&#xA;" ScrollExtent="1,1" Size="1,1" />
        <Button Name="EndInitialize" OnHide="Parent.UI.Initialized = 1&#xD;&#xA;Parent.UI.Initializing = 0&#xD;&#xA;hide_window Journals.JournalsQuest&#xD;&#xA;Visible = True" ScrollExtent="1,1" Size="1,1" />
        <Button Name="ClearCategory" OnShow="Parent.Parent.TabPages.QuestlistPage.Status.Quest.Category.Text = &apos;Category: Unknown&apos;&#xD;&#xA;Visible = False" ScrollExtent="1,1" Size="1,1" Visible="false" />
        <Button Name="CheckURI" ScrollExtent="1,1" Size="1,1" Visible="false" />
        <Button Name="CheckInitialized" OnPress="Parent.Initialize.Visible = Parent.UI.Initialized == 1" ScrollExtent="1,1" Size="1,1" />
        <Button Name="CheckBusy" OnPress="Parent.Parent.Progress.Visible=Parent.Parent.Progress.Progress.Text &apos;!=&apos; &apos;100%&apos;" OnShow="Press = True&#xD;&#xA;Visible = False" ScrollExtent="1,1" Size="1,1" Visible="false" />
        <Button Name="SetName" OnHide="Parent.GameInfo.CharName = Parent.CharName.Text&#xD;&#xA;Parent.UI.Zoning = 0&#xD;&#xA;Visible = True" ScrollExtent="1,1" Size="1,1" />
        <Data Name="QuestDetails" />
        <Data Name="GameInfo" />
        <Data MainURI="http://eq2.fluffy.dk/ig_journal.php" Name="UI" Version="2.4" Zoning="1" />
        <Text AbsorbsInput="false" DynamicData="/GameData.Self.Name" Location="188,563" MaxLines="1" Name="CharName" OnTextChanged="Parent.SetName.Visible = Text == Parent.GameInfo.CharName" Visible="false" />
        <Text AbsorbsInput="false" DynamicData="/GameData.Self.SubClass" Location="188,563" MaxLines="1" Name="Class" Visible="false" />
        <Text AbsorbsInput="false" DynamicData="/GameData.Self.Level" Location="188,563" MaxLines="1" Name="Level" Visible="false" />
        <Text AbsorbsInput="false" DynamicData="/GameData.Self.Race" Location="188,563" MaxLines="1" Name="Race" Visible="false" />
        <Text AbsorbsInput="false" DynamicData="/GameData.Self.TradeskillSubClass" Location="188,563" MaxLines="1" Name="TSClass" Visible="false" />
        <Text AbsorbsInput="false" DynamicData="/GameData.Self.TradeskillLevel" Location="188,563" MaxLines="1" Name="TSLevel" Visible="false" />
        <Text AbsorbsInput="false" DynamicData="/GameData.Self.ZoneName" Location="188,563" MaxLines="1" Name="ZoneName" Visible="false" />
        <Text AbsorbsInput="false" DynamicData="/GameData.Self.BindLocation" Location="188,563" MaxLines="1" Name="BindZone" Visible="false" />
    </Page>
    <DataSource Name="TabSource">
        <Data Name="Quests" target="Quests" text=":a2c3b63f60cda7fd:Quests" />
        <Data Name="Collection" target="Collection" text=":0e1f81bb4cef991d:Collections" />
        <Data Name="Achievements" target="Achievements" text=":a2c3b63f36ec5af9:Achievements" />
        <Data Name="Questlist" target="QuestlistPage" text="Questlist" />
    </DataSource>
    <TabbedPane ActiveTab="0" DataSource="TabSource" Location="18,34" Name="TabPane" PackLocation="left,top" PackSize="absolute,fixed" ScrollExtent="674,35" Size="674,35" Style="/WindowElements.WindowFrame.data.tab_data.tabbed_pane_style" TargetPage="TabPages" />
    <Page Location="2,63" Name="TabPages" PackLocation="left,top" PackSize="absolute,absolute" RStyleMouseOver=" " RStyleMouseOverActivated=" " RStyleMouseOverSelected=" " RStyleSelected=" " ScrollExtent="706,474" Size="706,474">
        <Page Name="Quests" PackLocation="left,top" PackSize="absolute,absolute" ScrollExtent="706,474" Size="706,474" Visible="false">
            <Text Font="/TextStyles.Large.LargeStyle" Location="520,443" Name="Spoiler" PackLocation="right,bottom" ScrollExtent="70,26" Size="70,26" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#FBF1D9">Spoiler:</Text>
            <Button Location="583,443" MaximumSize="16384,26" MinimumSize="50,26" Name="SpoilerEQ2i" OnPress="Parent.Parent.Parent.QuestlistScript.GameInfo.SpoilSite = &apos;EQ2i&apos;&#xD;&#xA;Parent.Parent.Parent.QuestlistScript.SpoilerActive.Visible = Parent.QuestTabPane.ActiveTab == 0&#xD;&#xA;Parent.Parent.Parent.QuestlistScript.SpoilerCompleted.Visible = Parent.QuestTabPane.ActiveTab == 2&#xD;&#xA;Parent.Parent.Parent.QuestlistScript.SpoilerGroup.Visible = Parent.QuestTabPane.ActiveTab == 3" PackLocation="right,bottom" ScrollExtent="60,26" Size="60,26" Style="/CommonElements.SmallPushButton.data.style" Tooltip="Search for spoiler on EQ2i">EQ2i</Button>
            <Button Location="641,443" MaximumSize="16384,26" MinimumSize="60,26" Name="SpoilerZAM" OnPress="Parent.Parent.Parent.QuestlistScript.GameInfo.SpoilSite = &apos;ZAM&apos;&#xD;&#xA;Parent.Parent.Parent.QuestlistScript.SpoilerActive.Visible = Parent.QuestTabPane.ActiveTab == 0&#xD;&#xA;Parent.Parent.Parent.QuestlistScript.SpoilerCompleted.Visible = Parent.QuestTabPane.ActiveTab == 2&#xD;&#xA;Parent.Parent.Parent.QuestlistScript.SpoilerGroup.Visible = Parent.QuestTabPane.ActiveTab == 3" PackLocation="right,bottom" ScrollExtent="60,26" Size="60,26" Style="/CommonElements.SmallPushButton.data.style" Tooltip="Search for spoiler on ZAM">ZAM</Button>
            <DataSource Name="TabSource">
                <Data Name="Active" target="Active" text=":0e1f81bbb34d06cb:Active" />
                <Data Name="Storylines" target="Storylines" text=":a2c3b63f342b6c8c:Storylines" />
                <Data Name="Completed" target="Completed" text=":0e1f81bb47f62132:Completed" />
                <Data Name="Group" target="Group" text=":0e1f81bb53fe943e:Group" />
            </DataSource>
            <TabbedPane ActiveTab="0" DataSource="TabSource" Location="16,436" Name="QuestTabPane" PackLocation="left,bottom" PackSize="a,f" ScrollExtent="670,26" Size="670,26" Style="/WindowElements.WindowFrame.data.lower_tab_data.tabbed_pane_style" TargetPage="TabPages" />
            <Page Location="10,10" Name="TabPages" PackSize="absolute,absolute" ScrollExtent="686,419" Size="686,419">
                <Page Enabled="false" Name="Active" PackSize="absolute,absolute" ScrollExtent="686,419" Size="686,419" Visible="false">
                    <Page MinimumSize="300,120" Name="Before" PackSize="f,a" ScrollExtent="330,418" Size="330,418">
                        <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" MaxLines="1" Name="LimitText" OnTextChanged="Parent.Parent.Parent.Parent.Parent.QuestlistPage.Status.Started.Text = Text" PackSize="absolute,fixed" ScrollExtent="330,18" Size="330,18" TextAlignment="Center" TextAlignmentVertical="Center" UserMovable="true">:0e1f81bb5ed53933:Your journal is overflowing. 55 too many quests.</Text>
                        <Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="4,27" MinimumSize="22,22" Name="ShowAllCheckbox" ScrollExtent="130,22" Size="130,22" Style="/CommonElements.CollapseCheckbox.data.normal_style">:0e1f81bbfcaac8c2:All</Checkbox>
                        <Dropdownbox BackgroundOpacity="1.000" Location="134,20" MaximumSize="16384,32" MinimumSize="50,32" Name="dropdownSort" PackLocation="right,top" RowTemplate="/CommonElements.Dropdown.data.dropdown_template" ScrollExtent="195,32" Size="195,32" Style="/CommonElements.Dropdown.data.style" />
                        <Page BackgroundOpacity="1.000" Location="0,50" Name="QuestList" PackSize="a,a" RStyleDefault="/CommonElements.CorneredGrouper.data.rect" ScrollExtent="330,343" Size="330,343">
                            <Composite Location="10,10" Name="Composite" Orientation="Horizontal" PackSize="a,a" ScrollExtent="310,325" Size="310,325" SpacingType="Fill">
                                <TreeView BackgroundColor="#000000" BackgroundOpacity="0.000" DataSourceContainer="QuestListDS" MinimumScrollExtent="310,0" Name="TreeView" PackSize="absolute,absolute" ScrollExtent="310,325" SelectedRow="5" SelectedRowCount="1" SelectionAllowedMultiRow="false" Size="310,325" Style="/CommonElements.TreeView.data.style" ToggleChecks="true" />
                                <Scrollbar ArrowPressSound="sounds/button" Control="TreeView" HideIfUnnecessary="true" Location="288,0" MaximumSize="22,16384" MinimumSize="22,60" Name="Scroll" PackLocation="right,top" PackSize="fixed,absolute" ScrollExtent="22,325" Size="22,325" Style="/CommonElements.ScrollbarVertical.data.style" Visible="false" />
                            </Composite>
                            <DataSourceContainer Name="QuestListDS">
                                <DataSourceContainer expand="true" Name="Zone 1" showCheck="false" text=":0e1f81bb4e67a6d7:[DEVL]Befallen">
                                    <DataSourceContainer Check="false" Name="Quest 3" showcheck="true" text=":0e1f81bb0ee2b082:[DEVL]Quest For The Golden Weasel" />
                                </DataSourceContainer>
                                <DataSourceContainer Check="false" expand="true" Name="Zone 2" showCheck="false" text=":0e1f81bb636b76d6:[DEVL]Cazic Thule">
                                    <DataSourceContainer Check="true" Name="Quest 1" showcheck="true" text=":0e1f81bb3f08f5c0:[DEVL]Finding the Llama Vortex" />
                                </DataSourceContainer>
                                <DataSourceContainer Check="false" expand="true" Name="Zone 3" showCheck="false" text=":0e1f81bbd95eed0a:[DEVL]Deathfist Citadel">
                                    <DataSourceContainer Check="true" Name="Quest 1" showcheck="true" text=":0e1f81bb0f90ce11:[DEVL]Some Random Quest" />
                                </DataSourceContainer>
                            </DataSourceContainer>
                        </Page>
                        <Button Location="159,392" MaximumSize="16384,26" MinimumSize="26,26" Name="ShareButton" PackLocation="right,bottom" ScrollExtent="85,26" Size="85,26" Style="/CommonElements.SmallPushButton.data.style">:0e1f81bbd1384da1:Share</Button>
                        <Button Location="243,392" MaximumSize="16384,26" MinimumSize="26,26" Name="HideButton" PackLocation="right,bottom" ScrollExtent="85,26" Size="85,26" Style="/CommonElements.SmallPushButton.data.style">:0e1f81bbfb549bea:Hide</Button>
                        <Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="1,394" MinimumSize="22,22" Name="ShowHiddenCheckbox" PackLocation="left,bottom" PackSize="a,f" ScrollExtent="158,22" Size="158,22" Style="/CommonElements.Checkbox.data.style">:0e1f81bbcc877d5b:Show Hidden Quests</Checkbox>
                    </Page>
                    <Splitter ControlAfter="After" ControlBefore="Before" Location="330,0" MaximumSize="13,16384" MinimumSize="13,100" Name="ActiveSplitter" PackSize="f,a" ScrollExtent="13,418" Size="13,418" Style="/CommonElements.SplitterVertical.data.style" />
                    <Page Location="343,0" MinimumSize="300,120" Name="After" PackLocation="left,top" PackSize="absolute,absolute" ScrollExtent="343,418" Size="343,418">
                        <Page BackgroundOpacity="0.475" eq2usescomwndcontrols="true" Location="8,8" MinimumSize="40,40" Name="QuestDetails" PackSize="absolute,absolute" ScrollExtent="305,378" ScrollSize="40,40" Size="305,378">
                            <Button Name="Mark" OnHide="Press = True&#xD;&#xA;Visible = True" OnPress="Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.GameInfo.Busy = 1&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Quest = Parent.Name.Text&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Category = Parent.Category.Text&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Level = Parent.Level.Text&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.MissionGroup = Parent.MissionGroup.Text ## &apos; &apos;&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Date = Parent.TimeStamp.Text&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Body = Parent.Body.Text&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Stat = &apos;start&apos;&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.Mark.Press = True&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.GameInfo.LastStarted = Parent.Name.Text&#xD;&#xA;" ScrollExtent="1,1" Size="1,1" />
                            <Text Font="/TextStyles.Large.LargeStyle" Location="8,1" Name="Name" PackSize="absolute,fixed" ScrollExtent="297,22" Size="297,22">:0e1f81bb28b52b8a:[DEVL]Quest</Text>
                            <Text Color="#C0C0C0" Font="/TextStyles.Normal.NormalStyle" Location="8,24" Name="Level" PackSize="a,f" ScrollExtent="297,18" Size="297,18">:0e1f81bbfa55770e:[DEVL]Current zone: Antonica</Text>
                            <Text Color="#C0C0C0" Font="/TextStyles.Normal.NormalStyle" Location="8,24" Name="Category" PackSize="a,f" ScrollExtent="297,18" Size="297,18">:0e1f81bb969823a1:[DEVL]Category: Quests of Pwnage</Text>
                            <Text Color="#C0C0C0" Font="/TextStyles.Normal.NormalStyle" Location="8,24" Name="CurrentZone" PackSize="a,f" ScrollExtent="297,18" Size="297,18">:0e1f81bbfa55770e_1:[DEVL]Current zone: Antonica</Text>
                            <Text Color="#C0C0C0" Font="/TextStyles.Normal.NormalStyle" Location="8,39" Name="Timestamp" PackSize="a,f" ScrollExtent="297,18" Size="297,18">:0e1f81bbee3fe319:[DEVL]Received on 9/12/2004 11:32PM</Text>
                            <Text Color="#C0C0C0" Font="/TextStyles.Normal.NormalStyle" Location="8,39" Name="MissionGroup" OnTextChanged="Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.CheckInitialized.Press = True&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.CheckBusy.Press = True&#xD;&#xA;Initialized = Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.UI.Initialized &apos;!=&apos; 1&#xD;&#xA;Busy = Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.GameInfo.Busy &apos;&gt;=&apos; 1&#xD;&#xA;Repeat = Parent.Name.Text == Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.GameInfo.LastStarted&#xD;&#xA;Blank = Parent.Name.Text == &apos;&apos;&#xD;&#xA;Zoning = Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.UI.Zoning == 1&#xD;&#xA;Parent.Mark.Visible = Busy || Initialized || Repeat || Blank || Zoning" PackSize="a,f" ScrollExtent="297,18" Size="297,18" />
                            <Text BackgroundColor="#555555" Font="/TextStyles.Normal.NormalStyle" Location="8,56" Name="Status" PackSize="a,f" ScrollExtent="297,17" Size="297,17" TextAlignment="Center" TextColor="#FF0000">:0e1f81bb0bc65332:[DEVL]Time Left 01:10:30</Text>
                            <Text Color="#C0C0C0" Font="/TextStyles.Normal.NormalStyle" Location="8,24" Name="ExpirationTime" PackSize="a,f" ScrollExtent="297,18" Size="297,18">:a2c3b63f969823a1:[DEVL]Category: Quests of Pwnage</Text>
                            <Text Font="/TextStyles.Normal.NormalStyle" Location="8,82" Name="Body" ScrollExtent="295,50" Size="295,50">:0e1f81bbe8ca05ee:[DEVL]Details</Text>
                            <TreeView BackgroundColor="#000000" BackgroundOpacity="0.000" DataSourceContainer="QuestDetailsDS" Enabled="false" Location="0,135" MinimumScrollExtent="303,0" Name="TreeView" ScrollExtent="303,105" SelectionAllowedMultiRow="false" Size="303,105" Style="/CommonElements.TreeView.data.checklist_style" UserResizable="true" />
                            <DataSourceContainer Name="QuestDetailsDS">
                                <DataSourceContainer check="true" expand="true" Name="Step 1" text=":0e1f81bbddd16de3:[DEVL]I found the Invisible Tome." />
                                <DataSourceContainer check="true" expand="true" Name="Step 2" text=":0e1f81bbe68126ba:[DEVL]I defeated the Invincible Giant." />
                                <DataSourceContainer check="true" expand="true" Name="Step 3" text=":0e1f81bb51b182df:[DEVL]I crossed Mt. Uncrossable." />
                            </DataSourceContainer>
                            <Page Location="3,102" Name="RewardPack" PackSize="a,fixed" ScrollExtent="300,271" Size="300,271">
                                <Text AbsorbsInput="false" Font="/TextStyles.Large.LargeStyle" Location="38,2" Name="RewardTitle" ScrollExtent="240,24" ShadowStyle="/ShadowStylesNew.HeavyDrop.style" Size="240,24" TextAlignment="Center" TextColor="#FBF1D9">:0e1f81bbb682889a:Reward</Text>
                                <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="40,113" Name="ExperienceText" ScrollExtent="257,20" Size="257,20" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#D39614" UserMovable="true" UserResizable="true">:0e1f81bb22662384:Experience: 1.0% at level 15</Text>
                                <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="40,113" Name="CustomRewardText" ScrollExtent="257,20" Size="257,20" TextAlignment="Center" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:0e1f81bbdade17b9:Unlocked Kitchen</Text>
                                <Page AbsorbsInput="false" Activated="true" Location="32,88" Name="CoinPage" PackLocation="left,top" ScrollExtent="251,18" Size="251,18">
                                    <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="0,2" Name="MinimumText" ScrollExtent="62,20" Size="62,20" TextAlignment="Right" UserMovable="true" UserResizable="true">:0e1f81bb2a34b091:At least</Text>
                                    <Icon ActionData="coin 7" BackgroundTint="#000000" Dragable="true" Enabled="false" IconStyle="/IconStyles.coin" MouseOverColor="#FFFF00" Name="CoinPlatinum" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
                                    <Text DragAccepts="icon" DragType="coin" Font="/Fonts.FontZapf15" Location="21,0" Margin="0,0,5,0" Name="Platinum" ScrollExtent="29,20" Size="29,20" TextAlignmentVertical="Center">:0e1f81bb29a34c65:9999</Text>
                                    <Icon ActionData="coin 6" BackgroundTint="#000000" Dragable="true" Enabled="false" IconStyle="/IconStyles.coin" Location="62,0" MouseOverColor="#FFFF00" Name="CoinGold" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
                                    <Text DragAccepts="icon" DragType="coin" Font="/Fonts.FontZapf15" Location="83,0" Margin="0,0,5,0" Name="Gold" ScrollExtent="29,20" Size="29,20" TextAlignmentVertical="Center" TextColor="#FFEE70">:0e1f81bb29a34c65_1:9999</Text>
                                    <Icon ActionData="coin 5" BackgroundTint="#000000" Dragable="true" Enabled="false" IconStyle="/IconStyles.coin" Location="124,0" MouseOverColor="#FFFF00" Name="CoinSilver" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
                                    <Text DragAccepts="icon" DragType="coin" Font="/Fonts.FontZapf15" Location="145,0" Margin="0,0,5,0" Name="Silver" ScrollExtent="29,20" Size="29,20" TextAlignmentVertical="Center" TextColor="#A0A0A0">:0e1f81bb29a34c65_2:9999</Text>
                                    <Icon ActionData="coin 4" BackgroundTint="#000000" Dragable="true" Enabled="false" IconStyle="/IconStyles.coin" Location="186,0" MouseOverColor="#FFFF00" Name="CoinCopper" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
                                    <Text DragAccepts="icon" DragType="coin" Font="/Fonts.FontZapf15" Location="207,0" Margin="0,0,5,0" Name="Copper" ScrollExtent="29,20" Size="29,20" TextAlignmentVertical="Center" TextColor="#EA9129">:0e1f81bb29a34c65_3:9999</Text>
                                </Page>
                                <Scrollbar ArrowPressSound="sounds/button" Control="GrantedRewardPage.ScrollPage" Location="254,33" Name="GrantedRewardScroll" ScrollExtent="22,57" Size="22,57" Style="/CommonElements.ScrollbarVertical.data.style" />
                                <Page AbsorbsInput="false" Activated="true" BackgroundOpacity="1.000" Location="38,34" Name="GrantedRewardPage" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="238,44" Size="238,44">
                                    <Page AbsorbsInput="false" Location="1,1" Name="ScrollPage" PackSize="a,a" ScrollExtent="235,43" Size="235,43">
                                        <Icon BackgroundTint="#000000" IconStyle="/IconStyles.item_list" Location="1,0" MouseOverColor="#FFFF00" Name="row Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                                        <Text Font="/TextStyles.Normal.NormalStyle" Location="47,0" Name="row Item Name" PackSize="a,f" ScrollExtent="188,42" Size="188,42" TextAlignmentVertical="Center">:0e1f81bb69d2db30:Missing item name</Text>
                                    </Page>
                                </Page>
                                <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="39,145" Name="StatusText" ScrollExtent="259,20" Size="259,20" TextAlignment="Center" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true" />
                                <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="39,133" Name="FactionText" ScrollExtent="259,20" Size="259,20" TextAlignment="Center" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:0e1f81bbe52f3809:The Freeport Militia +20</Text>
                                <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="31,113" Name="SelectionText" ScrollExtent="244,20" Size="244,20" TextAlignment="Center" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:0e1f81bb6ca14420:Select one of the following:</Text>
                                <Scrollbar ArrowPressSound="sounds/button" Control="SelectedRewardPage.ScrollPage" Location="254,159" Name="SelectedRewardScroll" ScrollExtent="22,67" Size="22,67" Style="/CommonElements.ScrollbarVertical.data.style" />
                                <Page AbsorbsInput="false" Activated="true" BackgroundOpacity="1.000" Location="38,160" Name="SelectedRewardPage" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="239,47" Size="239,47">
                                    <Page AbsorbsInput="false" Location="3,2" Name="ScrollPage" PackSize="a,a" ScrollExtent="234,42" Size="234,42">
                                        <Icon BackgroundTint="#000000" IconStyle="/IconStyles.item_list" Location="1,0" MouseOverColor="#FFFF00" Name="row Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                                        <Text Font="/TextStyles.Normal.NormalStyle" Location="47,0" Name="row Item Name" PackSize="a,f" ScrollExtent="187,42" Size="187,42" TextAlignmentVertical="Center">:0e1f81bb69d2db30_1:Missing item name</Text>
                                        <Image BackgroundColor="#4A404A" BackgroundOpacity="1.000" Name="row Selection" PackSize="a,f" ScrollExtent="234,42" Size="234,42" />
                                    </Page>
                                </Page>
                                <Page BackgroundOpacity="1.000" Name="InteriorGrouper" PackSize="1,1" RStyleDefault="/WindowElements.InteriorGrouper.data.default_bkg.rect" ScrollExtent="300,271" Size="300,271" Visible="false" />
                            </Page>
                        </Page>
                        <Page BackgroundOpacity="1.000" Name="QuestDetailsFrame" PackSize="a,a" RStyleDefault="/CommonElements.CorneredGrouper.data.rect" ScrollExtent="343,393" Size="343,393">
                            <Scrollbar ArrowPressSound="sounds/button" Control="QuestDetails" HideIfUnnecessary="true" Location="312,9" MaximumSize="22,16384" MinimumSize="22,60" Name="Scroll" PackLocation="right,top" PackSize="fixed,absolute" ScrollExtent="22,376" Size="22,376" Style="/CommonElements.ScrollbarVertical.data.style" Visible="false" />
                        </Page>
                        <Checkbox Activated="true" BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Checked="true" Location="2,394" MinimumSize="22,22" Name="ShowHelperCheckbox" OnPress="togglequesthelper" PackLocation="left,bottom" PackSize="a,f" ScrollExtent="140,22" Size="140,22" Style="/CommonElements.Checkbox.data.style">:0e1f81bb4f10ceac:Show Quest Helper</Checkbox>
                        <Button Enabled="false" Location="141,392" MaximumSize="16384,26" MinimumSize="26,26" Name="DeleteButton" PackLocation="right,bottom" ScrollExtent="100,26" Size="100,26" Style="/CommonElements.SmallPushButton.data.style">:0e1f81bbc241864e:Delete</Button>
                        <Button Location="241,392" MaximumSize="16384,26" MinimumSize="26,26" Name="WaypointButton" PackLocation="right,bottom" ScrollExtent="100,26" Size="100,26" Style="/CommonElements.SmallPushButton.data.style">:0e1f81bbb555c528:Waypoint</Button>
                    </Page>
                </Page>
                <Page BackgroundColor="#554736" Name="Storylines" PackLocation="left,top" PackSize="absolute,absolute" ScrollExtent="686,419" Size="686,419">
                    <Page MinimumSize="300,120" Name="Before" PackSize="f,a" ScrollExtent="320,418" Size="320,418">
                        <Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="7,388" MinimumSize="22,22" Name="HideCompleted" PackLocation="left,bottom" PackSize="a,f" ScrollExtent="236,22" Size="236,22" Style="/CommonElements.Checkbox.data.style">:a2c3b63fdb128838:Hide Completed Storylines</Checkbox>
                        <Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="1,1" MinimumSize="22,22" Name="ShowAllCheckbox" ScrollExtent="130,22" Size="130,22" Style="/CommonElements.CollapseCheckbox.data.normal_style">:a2c3b63ffcaac8c2:All</Checkbox>
                        <Page BackgroundOpacity="1.000" Location="0,20" Name="QuestList" PackSize="a,a" RStyleDefault="/CommonElements.CorneredGrouper.data.rect" ScrollExtent="320,364" Size="320,364">
                            <TreeViewStyle CellHeight="20" CellPadding="0,0" DefaultTextShadowStyle="/ShadowStylesNew.Drop.style" DefaultTextStyle="/TextStyles.Normal.NormalStyle" DisabledTextShadowStyle="/ShadowStylesNew.Drop.style" GridColor="#FFFFFF" ImageStyleChecked="/CommonElements.TreeView.data.checked" ImageStyleCollapsed="/CommonElements.TreeView.data.collapsed" ImageStyleExpanded="/CommonElements.TreeView.data.expanded" ImageStyleUnchecked="/CommonElements.TreeView.data.unchecked" Indentation="20" Name="style" SelectionColorBackground="#4A404A" SelectionColorRect="#4A404A" SelectionTextShadowStyle="/ShadowStylesNew.Drop.style" />
                            <DataSourceContainer Name="QuestListDS">
                                <DataSourceContainer expand="true" Name="Storyline" showcheck="false" text=":a2c3b63f9f4b06f1:[DEVL]Storyline">
                                    <DataSourceContainer expand="true" Name="Chapter1" showcheck="false" text=":a2c3b63f927f8a7e:[DEVL]Chapter 1" />
                                    <DataSourceContainer expand="true" Name="Chapter2" showcheck="false" text=":a2c3b63f0b76dbc4:[DEVL]Chapter 2" />
                                </DataSourceContainer>
                                <DataSourceContainer expand="true" Name="Storyline" showcheck="false" text=":a2c3b63f9f4b06f1_1:[DEVL]Storyline">
                                    <DataSourceContainer expand="true" Name="Chapter1" showcheck="false" text=":a2c3b63f927f8a7e_1:[DEVL]Chapter 1" />
                                    <DataSourceContainer expand="true" Name="Chapter2" showcheck="false" text=":a2c3b63f0b76dbc4_1:[DEVL]Chapter 2" />
                                </DataSourceContainer>
                            </DataSourceContainer>
                            <Composite Location="10,10" Name="Composite" Orientation="Horizontal" PackSize="a,a" ScrollExtent="300,346" Size="300,346" SpacingType="Fill">
                                <TreeView BackgroundColor="#000000" BackgroundOpacity="0.000" DataSourceContainer="QuestListDS" MinimumScrollExtent="300,120" Name="TreeView" PackSize="absolute,absolute" ScrollExtent="300,346" SelectionAllowedMultiRow="false" ShowChecks="false" Size="300,346" Style="style" />
                                <Scrollbar ArrowPressSound="sounds/button" Control="TreeView" HideIfUnnecessary="true" Location="278,0" MaximumSize="22,16384" MinimumSize="22,60" Name="Scroll" PackLocation="right,top" PackSize="fixed,absolute" ScrollExtent="22,346" Size="22,346" Style="/CommonElements.ScrollbarVertical.data.style" Visible="false" />
                            </Composite>
                        </Page>
                    </Page>
                    <Splitter ControlAfter="After" ControlBefore="Before" Location="320,0" MaximumSize="13,16384" MinimumSize="13,100" Name="StorylineSplitter" PackSize="f,a" ScrollExtent="13,418" Size="13,418" Style="/CommonElements.SplitterVertical.data.style" />
                    <Page Location="333,0" MinimumSize="300,120" Name="After" PackSize="absolute,absolute" ScrollExtent="353,418" Size="353,418">
                        <Composite Location="8,8" Name="Summary" PackSize="a,a" ScrollExtent="315,404" ScrollSize="10,10" Size="315,404" SpacingType="Constant">
                            <Text Font="/TextStyles.Large.LargeStyle" Margin="2,0,0,0" MinimumSize="0,24" Name="SummaryTitle" PackSize="a,f" ScrollExtent="315,24" Size="315,24" TextColor="#EBDEAA">:a2c3b63f4bb7cd52:[DEVL] Storyline/Chapter Title</Text>
                            <Text Font="/TextStyles.Normal.NormalStyle" Location="0,24" Margin="5,0,0,10" Name="SummaryText" PackSize="a,f" ScrollExtent="315,55" Size="315,55">:a2c3b63f2720279f:[DEVL]This is sample storyline summary text. This is sample storyline summary text. This is sample storyline summary text. This is sample storyline summary text.</Text>
                            <Page Location="0,79" MinimumSize="0,53" Name="QuestTemplate" PackSize="a,f" ScrollExtent="315,103" Size="315,103">
                                <Icon BackgroundTint="#000000" IconStyle="/IconStyles.button" Location="7,5" MouseOverColor="#FFFF00" Name="Icon" PackLocation="left,top" ScrollExtent="42,42" Size="42,42" />
                                <Text Font="/TextStyles.Large.LargeStyle" Location="56,3" Margin="2,0,0,0" MaxLines="2" MinimumSize="0,24" Name="QuestTitle" PackSize="a,f" ScrollExtent="259,36" Size="259,36">:a2c3b63f33c21fa0:[DEVL]This is a sample quest title.</Text>
                                <Text Font="/TextStyles.Normal.NormalStyle" Location="56,42" Margin="4,0,0,10" Name="QuestText" PackSize="a,f" ScrollExtent="259,60" Size="259,60">:a2c3b63f09ceafeb:[DEVL]This is sample quest text. This is sample quest text. This is sample quest text. This is sample quest text.</Text>
                            </Page>
                        </Composite>
                        <Scrollbar ArrowPressSound="sounds/button" Control="Summary" HideIfUnnecessary="false" Location="323,8" MaximumSize="22,16384" MinimumSize="22,60" Name="Scroll" PackLocation="right,top" PackSize="fixed,absolute" ScrollExtent="22,404" Size="22,404" Style="/CommonElements.ScrollbarVertical.data.style" />
                        <Page BackgroundOpacity="1.000" Name="Frame" PackSize="a,a" RStyleDefault="/CommonElements.CorneredGrouper.data.rect" ScrollExtent="353,418" Size="353,418" />
                    </Page>
                </Page>
                <Page BackgroundColor="#554736" Enabled="false" Name="Completed" PackLocation="left,top" PackSize="absolute,absolute" ScrollExtent="686,419" Size="686,419" Visible="false">
                    <Page MinimumSize="300,120" Name="Before" PackSize="f,a" ScrollExtent="330,418" Size="330,418">
                        <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="91,2" MaxLines="1" Name="CompletedText" OnTextChanged="Parent.Parent.Parent.Parent.Parent.QuestlistPage.Status.Completed.Text = Text" PackSize="absolute,fixed" ScrollExtent="232,24" Size="232,24" TextAlignment="Right" UserMovable="true">:0e1f81bb72060bf2:[DEVL] You have completed 15 quests.</Text>
                        <Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="1,1" MinimumSize="22,22" Name="ShowAllCheckbox" ScrollExtent="130,22" Size="130,22" Style="/CommonElements.CollapseCheckbox.data.normal_style">:0e1f81bbfcaac8c2_1:All</Checkbox>
                        <Page BackgroundOpacity="1.000" Location="0,20" Name="QuestList" PackSize="a,a" RStyleDefault="/CommonElements.CorneredGrouper.data.rect" ScrollExtent="330,373" Size="330,373">
                            <DataSourceContainer Name="QuestListDS">
                                <DataSourceContainer expand="true" Name="Zone 1" text=":0e1f81bbd0a99dbc:Befallen">
                                    <DataSourceContainer Name="Quest 1" showcheck="false" text=":0e1f81bb310b0a02:[DEVL]Gopher Task" />
                                    <DataSourceContainer Name="Quest 2" showcheck="false" text=":0e1f81bbcf2dd8ec:Um, Can I Have A Wussy One Instead?" />
                                    <DataSourceContainer Name="Quest 3" showcheck="false" text=":0e1f81bb7d1d559f:Quest For The Golden Weasel" />
                                </DataSourceContainer>
                                <DataSourceContainer expand="true" Name="Zone 2" text=":0e1f81bb67875206:Cazic Thule">
                                    <DataSourceContainer Name="Quest 1" showcheck="false" text=":0e1f81bbb24f0da6:Some Random Quest" />
                                </DataSourceContainer>
                                <DataSourceContainer expand="true" Name="Zone 3" text=":0e1f81bb64812ebd:Deathfist Citadel">
                                    <DataSourceContainer Name="Quest 1" showcheck="false" text=":0e1f81bbb24f0da6_1:Some Random Quest" />
                                </DataSourceContainer>
                            </DataSourceContainer>
                            <Composite Location="10,10" Name="Composite" Orientation="Horizontal" PackSize="a,a" ScrollExtent="310,355" Size="310,355" SpacingType="Fill">
                                <TreeView BackgroundColor="#000000" BackgroundOpacity="0.000" DataSourceContainer="QuestListDS" MinimumScrollExtent="310,0" Name="TreeView" PackSize="absolute,absolute" ScrollExtent="310,355" SelectionAllowedMultiRow="false" ShowChecks="false" Size="310,355" Style="/CommonElements.TreeView.data.style" />
                                <Scrollbar ArrowPressSound="sounds/button" Control="TreeView" HideIfUnnecessary="true" Location="288,0" MaximumSize="22,16384" MinimumSize="22,60" Name="Scroll" PackLocation="right,top" PackSize="fixed,absolute" ScrollExtent="22,355" Size="22,355" Style="/CommonElements.ScrollbarVertical.data.style" Visible="false" />
                            </Composite>
                        </Page>
                        <Checkbox Activated="true" BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Checked="true" Location="1,394" MinimumSize="22,22" Name="ShowRepeatableCheckbox" PackLocation="left,bottom" ScrollExtent="246,22" Size="246,22" Style="/CommonElements.Checkbox.data.style">:0e1f81bb7d56be37:Only show repeatable quests</Checkbox>
                        <Button Location="243,392" MaximumSize="16384,26" MinimumSize="26,26" Name="HideButton" OnPress="Visible = False&#xD;&#xA;Parent.Parent.After.CompBrowser.Visible = False" PackLocation="right,bottom" ScrollExtent="85,26" Size="85,26" Style="/CommonElements.SmallPushButton.data.style" Tooltip="Hide compare window" Visible="false">Hide</Button>
                        <Button Location="243,392" MaximumSize="16384,26" MinimumSize="26,26" Name="ShareButton" PackLocation="right,bottom" ScrollExtent="85,26" Size="85,26" Style="/CommonElements.SmallPushButton.data.style">:0e1f81bbd1384da1_1:Share</Button>
                    </Page>
                    <Splitter ControlAfter="After" ControlBefore="Before" Location="330,0" MaximumSize="13,16384" MinimumSize="13,100" Name="CompletedSplitter" PackSize="f,a" ScrollExtent="13,418" Size="13,418" Style="/CommonElements.SplitterVertical.data.style" />
                    <Page Location="343,0" MinimumSize="300,120" Name="After" PackSize="absolute,absolute" ScrollExtent="343,418" Size="343,418">
                        <EQIIBrowser Location="5,5" MinimumSize="1,1" Name="CompBrowser" PackSize="absolute,absolute" ScrollExtent="334,409" Size="334,409" Visible="false" />
                        <Composite Location="8,8" Name="Composite" Orientation="Horizontal" PackSize="a,a" ScrollExtent="327,403" Size="327,403" SpacingType="Fill">
                            <Page BackgroundOpacity="0.475" eq2usescomwndcontrols="true" MinimumSize="40,40" Name="QuestDetails" PackSize="absolute,absolute" ScrollExtent="327,403" ScrollSize="40,40" Size="327,403">
                                <Button Name="Mark" OnHide="Press = True&#xD;&#xA;Visible = True" OnPress="Parent.Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.GameInfo.Busy = 2&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Quest = Parent.Name.Text&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Category = &apos; &apos;&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Level = Parent.Level.Text&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.MissionGroup = &apos; &apos;&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Date = Parent.TimeStamp.Text&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Body = Parent.Body.Text&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Stat = &apos;stop&apos;&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.Mark.Press = True" ScrollExtent="1,1" Size="1,1" />
                                <Text Font="/TextStyles.Large.LargeStyle" Location="8,6" Name="Name" PackLocation="left,top" PackSize="absolute,fixed" ScrollExtent="317,22" Size="317,22">:0e1f81bbcf2dd8ec_1:Um, Can I Have A Wussy One Instead?</Text>
                                <Text Color="#C0C0C0" Font="/TextStyles.Normal.NormalStyle" Location="8,24" Name="Level" ScrollExtent="316,18" Size="316,18">:0e1f81bbfa55770e_2:[DEVL]Current zone: Antonica</Text>
                                <Text Color="#C0C0C0" Font="/TextStyles.Normal.NormalStyle" Location="8,29" Name="Timestamp" PackLocation="left,top" PackSize="absolute,fixed" ScrollExtent="317,18" Size="317,18">:0e1f81bb9b30bd60:Completed on 9/12/2004 11:33PM Repeatable</Text>
                                <Text BackgroundColor="#555555" Font="/TextStyles.Normal.NormalStyle" Location="8,53" Name="Body" OnTextChanged="Parent.Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.CheckBusy.Press = True&#xD;&#xA;Initialized = Parent.Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.UI.Initialized &apos;!=&apos; 1&#xD;&#xA;Busy = Parent.Parent.Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.GameInfo.Busy &apos;&gt;=&apos; 2&#xD;&#xA;Blank = Parent.Name.Text == &apos;&apos;&#xD;&#xA;Parent.Mark.Visible = Busy || Initialized || Blank&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;" PackLocation="left,top" PackSize="absolute,fixed" ScrollExtent="317,165" Size="317,165">:0e1f81bb9c48c4ef:[DEVL]I completed the seemingly impossible tasks given to me by High Chieftain Brass. I overcame all odds, persevered where all others failed. My success shone through the darkest fog of doubt. I am a beacon of virtue, a pillar of solidarity and may all others crumble with insecurity within my wake. I am a rock. I am an island. I am an army of one. Fear me.</Text>
                            </Page>
                            <Scrollbar ArrowPressSound="sounds/button" Control="QuestDetails" HideIfUnnecessary="true" Location="305,0" MaximumSize="22,16384" MinimumSize="22,60" Name="Scroll" PackLocation="right,top" PackSize="fixed,absolute" ScrollExtent="22,403" Size="22,403" Style="/CommonElements.ScrollbarVertical.data.style" Visible="false" />
                        </Composite>
                        <Page BackgroundOpacity="1.000" Name="QuestDetailsFrame" PackSize="a,a" RStyleDefault="/CommonElements.CorneredGrouper.data.rect" ScrollExtent="343,418" Size="343,418" />
                    </Page>
                </Page>
                <Page BackgroundColor="#554736" Enabled="false" Name="Group" PackLocation="left,top" PackSize="absolute,absolute" ScrollExtent="686,419" Size="686,419" Visible="false">
                    <Page MinimumSize="300,120" Name="Before" PackSize="f,a" ScrollExtent="330,418" Size="330,418">
                        <Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="3,7" MinimumSize="22,22" Name="ShowAllCheckbox" ScrollExtent="130,22" Size="130,22" Style="/CommonElements.CollapseCheckbox.data.normal_style">:0e1f81bbfcaac8c2_2:All</Checkbox>
                        <Dropdownbox BackgroundOpacity="1.000" Location="128,0" MaximumSize="16384,32" MinimumSize="50,32" Name="dropdownSort" PackLocation="right,top" RowTemplate="/CommonElements.Dropdown.data.dropdown_template" ScrollExtent="200,32" Size="200,32" Style="/CommonElements.Dropdown.data.style" />
                        <Page BackgroundOpacity="1.000" Location="0,32" Name="QuestList" PackSize="a,a" RStyleDefault="/CommonElements.CorneredGrouper.data.rect" ScrollExtent="330,386" Size="330,386">
                            <Scrollbar ArrowPressSound="sounds/button" Control="TreeView" HideIfUnnecessary="true" Location="298,10" MaximumSize="22,16384" MinimumSize="22,60" Name="Scroll" PackLocation="right,top" PackSize="fixed,absolute" ScrollExtent="22,366" Size="22,366" Style="/CommonElements.ScrollbarVertical.data.style" Visible="false" />
                            <TreeView BackgroundColor="#000000" BackgroundOpacity="0.000" DataSourceContainer="QuestListDS" Location="10,10" MinimumScrollExtent="288,0" Name="TreeView" PackSize="absolute,absolute" ScrollExtent="288,366" SelectionAllowedMultiRow="false" ShowChecks="false" Size="288,366" Style="/CommonElements.TreeView.data.style" />
                            <DataSourceContainer Name="QuestListDS">
                                <DataSourceContainer expand="true" Name="Zone 1" text=":0e1f81bb4e67a6d7_1:[DEVL]Befallen">
                                    <DataSourceContainer Name="Quest 3" showcheck="false" text=":0e1f81bb0ee2b082_1:[DEVL]Quest For The Golden Weasel" />
                                </DataSourceContainer>
                                <DataSourceContainer expand="true" Name="Zone 2" text=":0e1f81bb636b76d6_1:[DEVL]Cazic Thule">
                                    <DataSourceContainer Name="Quest 1" showcheck="false" text=":0e1f81bb0f90ce11_1:[DEVL]Some Random Quest" />
                                </DataSourceContainer>
                                <DataSourceContainer expand="true" Name="Zone 3" text=":0e1f81bbd95eed0a_1:[DEVL]Deathfist Citadel">
                                    <DataSourceContainer Name="Quest 1" showcheck="false" text=":0e1f81bb0f90ce11_2:[DEVL]Some Random Quest" />
                                </DataSourceContainer>
                            </DataSourceContainer>
                        </Page>
                    </Page>
                    <Splitter ControlAfter="After" ControlBefore="Before" Location="330,0" MaximumSize="13,16384" MinimumSize="13,100" Name="GroupSplitter" PackSize="f,a" ScrollExtent="13,418" Size="13,418" Style="/CommonElements.SplitterVertical.data.style" />
                    <Page Location="343,0" MinimumSize="300,120" Name="After" PackSize="absolute,absolute" ScrollExtent="343,418" Size="343,418">
                        <Page BackgroundOpacity="0.475" eq2usescomwndcontrols="true" Location="8,8" MinimumSize="40,40" Name="QuestDetails" PackSize="absolute,absolute" ScrollExtent="305,404" ScrollSize="40,40" Size="305,404">
                            <Text Font="/TextStyles.Large.LargeStyle" Location="8,1" Name="Name" PackSize="absolute,fixed" ScrollExtent="297,22" Size="297,22">:a2c3b63f28b52b8a_1:[DEVL]Quest</Text>
                            <Text Color="#C0C0C0" Font="/TextStyles.Normal.NormalStyle" Location="8,24" Name="Level" ScrollExtent="297,18" Size="297,18">:a2c3b63ffa55770e_2:[DEVL]Current zone: Antonica</Text>
                            <Text Color="#C0C0C0" Font="/TextStyles.Normal.NormalStyle" Location="8,24" Name="Category" ScrollExtent="297,18" Size="297,18">:a2c3b63f969823a1_2:[DEVL]Category: Quests of Pwnage</Text>
                            <Text Color="#C0C0C0" Font="/TextStyles.Normal.NormalStyle" Location="8,24" Name="CurrentZone" ScrollExtent="297,18" Size="297,18">:a2c3b63ffa55770e_3:[DEVL]Current zone: Antonica</Text>
                            <Text Color="#C0C0C0" Font="/TextStyles.Normal.NormalStyle" Location="8,39" Name="Timestamp" ScrollExtent="297,18" Size="297,18">:a2c3b63fee3fe319_1:[DEVL]Received on 9/12/2004 11:32PM</Text>
                            <Text BackgroundColor="#555555" Font="/TextStyles.Normal.NormalStyle" Location="8,56" Name="Status" ScrollExtent="297,17" Size="297,17" TextAlignment="Center" TextColor="#FF0000">:a2c3b63f27b7e0f2_1:[DEVL]Time Left 01:10:30</Text>
                            <Text Font="/TextStyles.Normal.NormalStyle" Location="8,82" Name="Body" ScrollExtent="297,50" Size="297,50">:a2c3b63fe8ca05ee_1:[DEVL]Details</Text>
                            <TreeView BackgroundColor="#000000" BackgroundOpacity="0.000" DataSourceContainer="QuestDetailsDS" Enabled="false" Location="0,135" MinimumScrollExtent="305,0" Name="TreeView" ScrollExtent="305,105" SelectionAllowedMultiRow="false" Size="305,105" Style="/CommonElements.TreeView.data.checklist_style" UserResizable="true" />
                            <DataSourceContainer Name="QuestDetailsDS">
                                <DataSourceContainer check="true" expand="true" Name="Step 1" text=":a2c3b63fddd16de3_1:[DEVL]I found the Invisible Tome." />
                                <DataSourceContainer check="true" expand="true" Name="Step 2" text=":a2c3b63fe68126ba_1:[DEVL]I defeated the Invincible Giant." />
                                <DataSourceContainer check="true" expand="true" Name="Step 3" text=":a2c3b63f51b182df:[DEVL]I crossed Mt. Uncrossable." />
                            </DataSourceContainer>
                            <Page Location="3,102" Name="RewardPack" PackSize="a,fixed" ScrollExtent="300,298" Size="300,298">
                                <Text AbsorbsInput="false" Font="/TextStyles.Large.LargeStyle" Location="38,2" Name="RewardTitle" ScrollExtent="240,24" ShadowStyle="/ShadowStylesNew.HeavyDrop.style" Size="240,24" TextAlignment="Center" TextColor="#FBF1D9">:a2c3b63fb682889a_1:Reward</Text>
                                <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="40,113" Name="ExperienceText" ScrollExtent="257,20" Size="257,20" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#D39614" UserMovable="true" UserResizable="true">:a2c3b63f22662384_1:Experience: 1.0% at level 15</Text>
                                <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="40,113" Name="CustomRewardText" ScrollExtent="257,20" Size="257,20" TextAlignment="Center" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:a2c3b63fdade17b9_1:Unlocked Kitchen</Text>
                                <Page AbsorbsInput="false" Activated="true" Location="32,88" Name="CoinPage" PackLocation="left,top" ScrollExtent="251,18" Size="251,18">
                                    <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="0,2" Name="MinimumText" ScrollExtent="62,20" Size="62,20" TextAlignment="Right" UserMovable="true" UserResizable="true">:a2c3b63f2a34b091_1:At least</Text>
                                    <Icon ActionData="coin 7" BackgroundTint="#000000" Dragable="true" Enabled="false" IconStyle="/IconStyles.coin" MouseOverColor="#FFFF00" Name="CoinPlatinum" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
                                    <Text DragAccepts="icon" DragType="coin" Font="/Fonts.FontZapf15" Location="21,0" Margin="0,0,5,0" Name="Platinum" ScrollExtent="29,20" Size="29,20" TextAlignmentVertical="Center">:a2c3b63f29a34c65_4:9999</Text>
                                    <Icon ActionData="coin 6" BackgroundTint="#000000" Dragable="true" Enabled="false" IconStyle="/IconStyles.coin" Location="62,0" MouseOverColor="#FFFF00" Name="CoinGold" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
                                    <Text DragAccepts="icon" DragType="coin" Font="/Fonts.FontZapf15" Location="83,0" Margin="0,0,5,0" Name="Gold" ScrollExtent="29,20" Size="29,20" TextAlignmentVertical="Center" TextColor="#FFEE70">:a2c3b63f29a34c65_5:9999</Text>
                                    <Icon ActionData="coin 5" BackgroundTint="#000000" Dragable="true" Enabled="false" IconStyle="/IconStyles.coin" Location="124,0" MouseOverColor="#FFFF00" Name="CoinSilver" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
                                    <Text DragAccepts="icon" DragType="coin" Font="/Fonts.FontZapf15" Location="145,0" Margin="0,0,5,0" Name="Silver" ScrollExtent="29,20" Size="29,20" TextAlignmentVertical="Center" TextColor="#A0A0A0">:a2c3b63f29a34c65_6:9999</Text>
                                    <Icon ActionData="coin 4" BackgroundTint="#000000" Dragable="true" Enabled="false" IconStyle="/IconStyles.coin" Location="186,0" MouseOverColor="#FFFF00" Name="CoinCopper" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
                                    <Text DragAccepts="icon" DragType="coin" Font="/Fonts.FontZapf15" Location="207,0" Margin="0,0,5,0" Name="Copper" ScrollExtent="29,20" Size="29,20" TextAlignmentVertical="Center" TextColor="#EA9129">:a2c3b63f29a34c65_7:9999</Text>
                                </Page>
                                <Scrollbar ArrowPressSound="sounds/button" Control="GrantedRewardPage.ScrollPage" Location="254,33" Name="GrantedRewardScroll" ScrollExtent="22,57" Size="22,57" Style="/CommonElements.ScrollbarVertical.data.style" />
                                <Page AbsorbsInput="false" Activated="true" BackgroundOpacity="1.000" Location="38,34" Name="GrantedRewardPage" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="238,44" Size="238,44">
                                    <Page AbsorbsInput="false" Location="1,1" Name="ScrollPage" PackSize="a,a" ScrollExtent="235,43" Size="235,43">
                                        <Icon BackgroundTint="#000000" IconStyle="/IconStyles.item_list" Location="1,0" MouseOverColor="#FFFF00" Name="row Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                                        <Text Font="/TextStyles.Normal.NormalStyle" Location="47,0" Name="row Item Name" PackSize="a,f" ScrollExtent="188,42" Size="188,42" TextAlignmentVertical="Center">:a2c3b63f69d2db30_2:Missing item name</Text>
                                    </Page>
                                </Page>
                                <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="39,145" Name="StatusText" ScrollExtent="259,20" Size="259,20" TextAlignment="Center" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true" />
                                <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="39,133" Name="FactionText" ScrollExtent="259,20" Size="259,20" TextAlignment="Center" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:a2c3b63fe52f3809_1:The Freeport Militia +20</Text>
                                <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="31,113" Name="SelectionText" ScrollExtent="244,20" Size="244,20" TextAlignment="Center" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:a2c3b63f6ca14420_1:Select one of the following:</Text>
                                <Scrollbar ArrowPressSound="sounds/button" Control="SelectedRewardPage.ScrollPage" Location="254,159" Name="SelectedRewardScroll" ScrollExtent="22,67" Size="22,67" Style="/CommonElements.ScrollbarVertical.data.style" />
                                <Page AbsorbsInput="false" Activated="true" BackgroundOpacity="1.000" Location="38,160" Name="SelectedRewardPage" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="239,47" Size="239,47">
                                    <Page AbsorbsInput="false" Location="3,2" Name="ScrollPage" PackSize="a,a" ScrollExtent="234,42" Size="234,42">
                                        <Icon BackgroundTint="#000000" IconStyle="/IconStyles.item_list" Location="1,0" MouseOverColor="#FFFF00" Name="row Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                                        <Text Font="/TextStyles.Normal.NormalStyle" Location="47,0" Name="row Item Name" PackSize="a,f" ScrollExtent="187,42" Size="187,42" TextAlignmentVertical="Center">:a2c3b63f69d2db30_3:Missing item name</Text>
                                        <Image BackgroundColor="#4A404A" BackgroundOpacity="1.000" Name="row Selection" PackSize="a,f" ScrollExtent="234,42" Size="234,42" />
                                    </Page>
                                </Page>
                                <Page BackgroundOpacity="1.000" Name="InteriorGrouper" PackSize="1,1" RStyleDefault="/WindowElements.InteriorGrouper.data.default_bkg.rect" ScrollExtent="300,298" Size="300,298" Visible="false" />
                            </Page>
                        </Page>
                        <Page BackgroundOpacity="1.000" Name="QuestDetailsFrame" PackSize="a,a" RStyleDefault="/CommonElements.CorneredGrouper.data.rect" ScrollExtent="343,418" Size="343,418">
                            <Scrollbar ArrowPressSound="sounds/button" Control="QuestDetails" HideIfUnnecessary="true" Location="311,10" MaximumSize="22,16384" MinimumSize="22,60" Name="Scroll" PackLocation="right,top" PackSize="fixed,absolute" ScrollExtent="22,398" Size="22,398" Style="/CommonElements.ScrollbarVertical.data.style" Visible="false" />
                        </Page>
                    </Page>
                </Page>
            </Page>
            <Page AbsorbsInput="false" backdropcontrol="true" BackgroundOpacity="1.000" Location="-16,430" Name="LowerTabBkg" PackLocation="left,bottom" PackSize="a,f" RStyleDefault="/WindowElements.WindowFrame.data.lower_tab_bkg.rect" ScrollExtent="738,62" Size="738,62" />
        </Page>
        <Page Enabled="false" Name="Collection" PackLocation="left,top" PackSize="absolute,absolute" ScrollExtent="706,474" Size="706,474">
            <Page AbsorbsInput="false" Location="15,11" Name="AllPage" PackLocation="left,top" PackSize="absolute,fixed" ScrollExtent="676,24" Size="676,24">
                <Text AbsorbsInput="false" DynamicData="/GameData.Quest.CollectionCompleted" Font="/TextStyles.Normal.NormalStyle" MaxLines="1" Name="CompletedText" PackLocation="left,top" ScrollExtent="280,24" Size="280,24" TextAlignmentVertical="Center" UserMovable="true">:0e1f81bbdc88af15:[DEVL]Total collections completed:  100</Text>
                <Text AbsorbsInput="false" DynamicData="/GameData.Quest.CollectionProgress" Font="/TextStyles.Normal.NormalStyle" Location="396,0" MaxLines="1" Name="ProgressText" PackLocation="right,top" ScrollExtent="280,24" Size="280,24" TextAlignment="Right" TextAlignmentVertical="Center" UserMovable="true">:0e1f81bbdc88af15_1:[DEVL]Total collections discovered:  100</Text>
            </Page>
            <Page AbsorbsInput="false" Location="15,434" Name="FilterPage" PackLocation="left,bottom" PackSize="absolute,fixed" ScrollExtent="676,32" Size="676,32">
                <Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="180,5" MinimumSize="22,22" Name="AutoAdd" PackLocation="left,top" PackSize="a,f" ScrollExtent="170,22" Size="170,22" Style="/CommonElements.Checkbox.data.style" Tooltip=":a2c3b63f614a9395:Display the collection window when a new collection item is looted.">:a2c3b63fcb636041:Open on Loot</Checkbox>
                <Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="0,5" MinimumSize="22,22" Name="HideCompleted" PackLocation="left,top" PackSize="a,f" ScrollExtent="170,22" Size="170,22" Style="/CommonElements.Checkbox.data.style">:0e1f81bb66a5edb7:Hide Completed</Checkbox>
                <Icon BackgroundTint="#000000" Dragable="true" DropToParent="true" IconStyle="/IconStyles.button" Location="406,0" MaximumSize="32,32" MinimumSize="32,32" MouseOverColor="#FFFF00" Name="FilterItem" PackLocation="right,top" ScrollExtent="32,32" Size="32,32" TreatAsButton="true" />
                <Button Location="340,5" MaximumSize="16384,32" MinimumSize="32,32" Name="ShowAllButton" PackLocation="right,top" ScrollExtent="120,32" Size="120,32" Style="/CommonElements.PushButton.data.style" Visible="false">:0e1f81bb175b1670:Show All</Button>
                <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="335,4" MaxLines="1" Name="FilterText" PackLocation="right,top" PackSize="fixed,fixed" ScrollExtent="62,24" Size="62,24" TextAlignment="Right" TextAlignmentVertical="Center" UserMovable="true">:0e1f81bb473558da:Filter:</Text>
                <Dropdownbox BackgroundOpacity="1.000" Location="442,0" MaximumSize="16384,32" MinimumSize="50,32" Name="dropdownSort" PackLocation="right,top" RowTemplate="/CommonElements.Dropdown.data.dropdown_template" ScrollExtent="240,32" Size="240,32" Style="/CommonElements.Dropdown.data.style" />
            </Page>
            <Icon BackgroundTint="#000000" Dragable="true" DropToParent="true" IconStyle="/IconStyles.button" Location="5,5" MaximumSize="32,32" MinimumSize="32,32" MouseOverColor="#FFFF00" Name="ItemIconTemplate" Opacity="0.500" ScrollExtent="32,32" Size="32,32" TreatAsButton="true" Visible="false" />
            <Page BackgroundColor="#00FF00" DropToParent="true" Location="3,48" Margin="10,20,20,10" Name="CollectionTemplate" OnHoverIn="MarkButton.Visible = AddButton.Visible == false" OnHoverOut="MarkButton.Visible=False" PackSize="absolute,fixed" ScrollExtent="654,97" Size="654,97">
                <OpacityEffector Name="MarkShow" SetOnEffect="true" Speed="1.000" TargetOpacity="1.000" />
                <Button Name="MarkMulti" OnPress="Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Collection=Parent.Name.Text&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.CollLevel=Parent.Status.Text&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.CollCategory=Parent.Category.Text&#xD;&#xA;MultiURL = Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.MultiURL&#xD;&#xA;MultiURL = MultiURL ## Parent.Name.Text ## &apos;^^&apos; ## Parent.Category.Text ## &apos;^^&apos; ## Parent.Status.Text ## &apos;__&apos;&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.MultiURL = MultiURL&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.CollectionEvent.Visible = True" ScrollExtent="1,1" Size="1,1" URLPart=":0e1f81bb28b52b8a_1:[DEVL]Quest;;:a2c3b63f8565f55c:Category:;;:0e1f81bb0f5d0d4e:Level: 44" Visible="false" />
                <Button Name="CheckMark" OnPress="Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.CheckInitialized.Press=True&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.CheckBusy.Press=True&#xD;&#xA;Initialized=Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.UI.Initialized &apos;!=&apos; 1&#xD;&#xA;Busy=Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.GameInfo.Busy &apos;&gt;=&apos; 1&#xD;&#xA;Blank=Parent.Name.Text == &apos;&apos;&#xD;&#xA;Blank=Blank || Parent.Name.Text == &apos;:0e1f81bb28b52b8a_1:[DEVL]Quest&apos;&#xD;&#xA;Parent.Mark.Visible=Busy || Initialized || Blank&#xD;&#xA;" ScrollExtent="1,1" Size="1,1" Visible="false" />
                <Button Location="574,29" MaximumSize="16384,32" MinimumSize="32,32" Name="MarkButton" OnHideEffector="/Effects.FadeOut" OnPress="Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.GameInfo.Busy = 1&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Quest = Parent.Name.Text&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Category = Parent.Category.Text&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Level = Parent.Status.Text&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.MissionGroup = &apos; &apos;&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Date = &apos; &apos;&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Body = &apos; &apos;&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.QuestDetails.Stat = &apos;coll&apos;&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.Parent.QuestlistScript.Mark.Press = True&#xD;&#xA;Parent.Parent.Parent.Parent.Parent.QuestlistPage.Status.Quest.Timestamp.Text = &apos;Collection&apos;" OnShowEffector="MarkShow" PackLocation="right,top" ScrollExtent="80,32" Size="80,32" Style="/CommonElements.PushButton.data.style" Tooltip="Update Questlist" Visible="false">Update</Button>
                <Button Location="574,29" MaximumSize="16384,32" MinimumSize="32,32" Name="AddButton" OnShow="Parent.MarkMulti.Press=True" PackLocation="right,top" ScrollExtent="80,32" Size="80,32" Style="/CommonElements.PushButton.data.style">:0e1f81bb3aa8caf8:Add</Button>
                <Text Color="#C0C0C0" Font="/TextStyles.Normal.NormalStyle" Location="10,27" Margin="2,0,0,0" Name="Category" PackSize="a,f" ScrollExtent="647,18" Size="647,18">:a2c3b63f8565f55c:Category:</Text>
                <Text AbsorbsInput="false" Font="/TextStyles.Large.LargeStyle" Location="10,8" Margin="2,0,0,0" MaxLines="1" Name="Name" PackSize="absolute,fixed" ScrollExtent="640,22" ShadowStyle="/ShadowStylesNew.OutlineDrop.style" Size="640,22" TextColor="#FBF1D9">:0e1f81bb28b52b8a_1:[DEVL]Quest</Text>
                <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="10,43" Margin="2,0,0,0" MaxLines="1" Name="Status" OnTextChanged="Parent.MarkMulti.Press=True" PackLocation="left,top" ScrollExtent="257,18" ShadowStyle="/ShadowStylesNew.HeavyDrop.style" Size="257,18" TextColor="#F0D080">:0e1f81bb0f5d0d4e:Level: 44</Text>
                <VolumePage CellPadding="5,5" DropToParent="true" Location="5,61" MinimumScrollExtent="5,5" Name="Items" PackSize="absolute,fixed" ScrollExtent="650,46" Size="650,46" />
            </Page>
            <Page BackgroundOpacity="1.000" DragAccepts="icon" DropToParent="true" Location="0,249" Name="CategoryTemplate" RStyleDefault="/CommonElements.RoundedGrouper.data.rect" ScrollExtent="316,170" Size="316,170" Visible="false">
                <Text AbsorbsInput="false" Font="/TextStyles.Large.LargeStyle" Location="10,10" Name="Name" ScrollExtent="195,22" Size="195,22">:0e1f81bb9e0bbf03:[DEVL]Category</Text>
                <Composite DragAccepts="icon" Location="10,33" Name="Composite" ScrollExtent="295,128" Size="295,128" Spacing="5" SpacingType="Constant" />
            </Page>
            <Page BackgroundOpacity="0.675" DragAccepts="icon" DragType="icon" Location="15,40" Name="CollectionFrame" PackLocation="left,top" PackSize="absolute,absolute" ScrollExtent="676,387" Size="676,387">
                <Text AbsorbsInput="false" Font="/TextStyles.Large.LargeStyle" Location="15,142" Name="NoMatchText" PackLocation="left,center" PackSize="absolute,fixed" ScrollExtent="646,82" ShadowStyle="/ShadowStylesNew.OutlineDrop.style" Size="646,82" TextAlignment="Center" TextColor="#FBF1D9">:0e1f81bbb25d7fe1:No Matches</Text>
                <Composite DragAccepts="icon" DragType="icon" Name="CollectionComposite" PackSize="absolute,absolute" RStyleDisabled="tile" ScrollExtent="654,387" ScrollSize="1,83" Size="654,387" Spacing="5" SpacingType="Constant" />
                <Scrollbar ArrowPressSound="sounds/button" Control="CollectionComposite" HideIfUnnecessary="true" Location="654,0" MaximumSize="22,16384" MinimumSize="22,80" Name="CollectionScroll" PackLocation="right,top" PackSize="fixed,absolute" ScrollExtent="22,387" Size="22,387" Style="/CommonElements.ScrollbarVertical.data.style" Visible="false" />
            </Page>
        </Page>
        <Page Enabled="false" Name="Achievements" PackLocation="left,top" PackSize="absolute,absolute" ScrollExtent="706,474" Size="706,474" Visible="false">
            <Page BackgroundOpacity="1.000" Location="10,9" MinimumSize="160,0" Name="CategoryPage" PackSize="f,a" RStyleDefault="/CommonElements.CorneredGrouper.data.rect" ScrollExtent="187,423" Size="187,423">
                <Page BackgroundColor="/ColorStyles.window_background_light" BackgroundOpacity="1.000" Location="10,10" Name="CategoryTemplate" OnActivate="BackgroundColor = &quot;/ColorStyles.window_background_selection&quot;" OnDeactivate="BackgroundColor = &quot;/ColorStyles.window_background_light&quot;" PackSize="a,f" ScrollExtent="167,24" Size="167,24">
                    <Text Font="/TextStyles.Large.LargeStyle" Margin="4,0,0,0" Name="Name" PackSize="a,a" ScrollExtent="167,24" Size="167,24" TextAlignmentVertical="Center" TextColor="#FFDD00">:a2c3b63ffe6bf029:General</Text>
                </Page>
                <Page BackgroundColor="/ColorStyles.window_background_dark" BackgroundOpacity="1.000" Location="10,35" Name="SubcategoryTemplate" OnActivate="BackgroundColor = &quot;/ColorStyles.window_background_selection&quot;" OnDeactivate="BackgroundColor = &quot;/ColorStyles.window_background_dark&quot;" PackSize="a,f" ScrollExtent="167,24" Size="167,24">
                    <Text Font="/TextStyles.Normal.NormalStyle" Margin="12,0,0,0" Name="Name" PackSize="a,a" ScrollExtent="167,24" Size="167,24" TextAlignmentVertical="Center" TextColor="#F0F0F0">:a2c3b63ffe6bf029_1:General</Text>
                </Page>
                <Composite Location="10,10" Name="Composite" Orientation="Horizontal" PackSize="a,a" ScrollExtent="167,404" ScrollSize="1,24" Size="167,404" SpacingType="Fill">
                    <Page Name="CategoryList" PackSize="a,a" ScrollExtent="167,404" ScrollSize="1,20" Size="167,404" />
                    <Scrollbar ArrowPressSound="sounds/button" Control="CategoryList" HideIfUnnecessary="true" Location="145,0" MaximumSize="22,16384" MinimumSize="22,80" Name="Scrollbar" PackLocation="right,top" PackSize="fixed,absolute" ScrollExtent="22,404" Size="22,404" Style="/CommonElements.ScrollbarVertical.data.style" Visible="false" />
                </Composite>
            </Page>
            <Splitter ControlAfter="ContentPage" ControlBefore="CategoryPage" Location="197,9" MaximumSize="13,16384" MinimumSize="13,100" Name="AchievementsSplitter" PackSize="f,a" ScrollExtent="13,423" Size="13,423" Style="/CommonElements.SplitterVertical.data.style" />
            <Page Location="210,9" MinimumSize="400,0" Name="ContentPage" PackSize="a,a" ScrollExtent="484,423" Size="484,423">
                <Page Name="StatsPage" PackSize="a,f" ScrollExtent="484,38" Size="484,38">
                    <Page Location="6,2" MaximumSize="16384,32" MinimumSize="60,32" Name="ProgressPage" PackLocation="left,top" PackSize="a,f" ScrollExtent="306,32" Size="306,32" Tooltip=":a2c3b63f29cc95a1:Number of achievements completed.">
                        <Text Font="/TextStyles.Normal.NormalStyle" Margin="10,0,0,0" Name="Label" PackSize="a,f" ScrollExtent="306,32" Size="306,32" TextAlignmentVertical="Center" TextColor="#F3E9D7">:a2c3b63f05b4054e:Achievements Completed</Text>
                        <Text Font="/TextStyles.Normal.NormalStyle" Margin="0,0,10,0" Name="Text" PackSize="a,f" ScrollExtent="306,32" Size="306,32" TextAlignment="Right" TextAlignmentVertical="Center" TextColor="#F3E9D7">:a2c3b63f90584f0c:283 / 350</Text>
                        <Page BackgroundOpacity="1.000" Name="Frame" PackSize="absolute,fixed" RStyleDefault="/SpecialElements.SkillProgressBar.data.frame.rect" ScrollExtent="306,32" Size="306,32" />
                        <Progressbar BackgroundOpacity="1.000" Color="#00E030" Name="Progress" PackSize="absolute,fixed" Progress="0.800" ScrollExtent="306,32" Size="306,32" Style="/SpecialElements.SkillProgressBar.data.style" />
                        <Page BackgroundOpacity="1.000" Name="Bkg" PackSize="absolute,fixed" RStyleDefault="/SpecialElements.SkillProgressBar.data.bkg.rect" ScrollExtent="306,32" Size="306,32" />
                    </Page>
                    <Page Location="316,2" Name="PointsPage" PackLocation="right,top" PackSize="f,f" ScrollExtent="165,32" Size="165,32" Tooltip=":a2c3b63f0916fe90:Total points earned.">
                        <Text DynamicData="/GameData.Self.AchievementPoints" Font="/TextStyles.Large.LargeStyle" Name="Points" PackSize="a,f" ScrollExtent="165,28" Size="165,28" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#FFF000">:a2c3b63f0b60197c:[DEVL]23,650</Text>
                        <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="TitleDecoration" PackSize="a,f" RStyleDefault="/FrameStyles.title_gold_deco2" ScrollExtent="165,30" Size="165,30" />
                    </Page>
                </Page>
                <Page Location="0,32" Name="SummaryPage" OnShow="ShowAll.Checked = medals_show_all" PackSize="a,a" ScrollExtent="484,391" Size="484,391" Visible="false">
                    <Page BackgroundOpacity="1.000" Location="0,4" Name="CategoryProgress" PackLocation="left,top" PackSize="a,f" RStyleDefault="/CommonElements.CorneredGrouper.data.rect" ScrollExtent="484,174" Size="484,174">
                        <Page MaximumSize="232,44" MinimumSize="232,44" Name="ProgressTemplate" ScrollExtent="232,44" Size="232,44" Visible="false">
                            <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="232,16" Size="232,16" TextAlignmentVertical="Center" TextColor="#D0D0D0">:a2c3b63f84402a2e:General:</Text>
                            <Page Location="0,14" Name="Progress" PackSize="absolute,fixed" ScrollExtent="232,16" Size="232,16">
                                <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="232,16" Size="232,16" TextAlignment="Center" TextAlignmentVertical="Center">:a2c3b63fd3a0f67c:54,680 / 100,000</Text>
                                <Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#009900" Location="3,3" Name="Bar" PackSize="absolute,fixed" Progress="0.500" ScrollExtent="226,10" Size="226,10" Style="progress_style" />
                                <Image AbsorbsInput="false" Location="3,3" Name="Bkg" PackSize="absolute,fixed" ScrollExtent="226,10" Size="226,10" SourceRect="220,472,380,478" SourceResource="/images/window_elements_generic.dds" />
                                <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Frame" PackLocation="top,left" PackSize="absolute,fixed" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="232,16" Size="232,16" />
                            </Page>
                        </Page>
                        <VolumePage CellCount="2,4" CellCountFixed="2,4" CellPadding="8,8" CellSelectable="false" CellSize="223,30" heightexpanded="76" Location="7,6" MinimumScrollExtent="470,160" Name="ListVolume" PackSize="a,f" ScrollExtent="470,160" Size="470,160">
                            <Page Location="8,8" MaximumSize="223,30" MinimumSize="223,30" Name="ProgressTemplate" ScrollExtent="223,30" Size="223,30">
                                <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="223,16" Size="223,16" TextAlignmentVertical="Center" TextColor="#D0D0D0">:a2c3b63f84402a2e_1:General:</Text>
                                <Page Location="0,14" Name="Progress" PackSize="absolute,fixed" ScrollExtent="223,16" Size="223,16">
                                    <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="223,16" Size="223,16" TextAlignment="Center" TextAlignmentVertical="Center">:a2c3b63fd3a0f67c_1:54,680 / 100,000</Text>
                                    <Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#009900" Location="3,3" Name="Bar" PackSize="absolute,fixed" Progress="0.500" ScrollExtent="217,10" Size="217,10" Style="progress_style" />
                                    <Image AbsorbsInput="false" Location="3,3" Name="Bkg" PackSize="absolute,fixed" ScrollExtent="217,10" Size="217,10" SourceRect="220,472,380,478" SourceResource="/images/window_elements_generic.dds" />
                                    <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Frame" PackLocation="top,left" PackSize="absolute,fixed" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="223,16" Size="223,16" />
                                </Page>
                            </Page>
                            <Page Location="239,8" MaximumSize="223,30" MinimumSize="223,30" Name="ProgressTemplate" ScrollExtent="223,30" Size="223,30">
                                <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="223,16" Size="223,16" TextAlignmentVertical="Center" TextColor="#D0D0D0">:a2c3b63f84402a2e_2:General:</Text>
                                <Page Location="0,14" Name="Progress" PackSize="absolute,fixed" ScrollExtent="223,16" Size="223,16">
                                    <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="223,16" Size="223,16" TextAlignment="Center" TextAlignmentVertical="Center">:a2c3b63fd3a0f67c_2:54,680 / 100,000</Text>
                                    <Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#009900" Location="3,3" Name="Bar" PackSize="absolute,fixed" Progress="0.500" ScrollExtent="217,10" Size="217,10" Style="progress_style" />
                                    <Image AbsorbsInput="false" Location="3,3" Name="Bkg" PackSize="absolute,fixed" ScrollExtent="217,10" Size="217,10" SourceRect="220,472,380,478" SourceResource="/images/window_elements_generic.dds" />
                                    <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Frame" PackLocation="top,left" PackSize="absolute,fixed" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="223,16" Size="223,16" />
                                </Page>
                            </Page>
                            <Page Location="8,46" MaximumSize="223,30" MinimumSize="223,30" Name="ProgressTemplate" ScrollExtent="223,30" Size="223,30">
                                <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="223,16" Size="223,16" TextAlignmentVertical="Center" TextColor="#D0D0D0">:a2c3b63f84402a2e_3:General:</Text>
                                <Page Location="0,14" Name="Progress" PackSize="absolute,fixed" ScrollExtent="223,16" Size="223,16">
                                    <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="223,16" Size="223,16" TextAlignment="Center" TextAlignmentVertical="Center">:a2c3b63fd3a0f67c_3:54,680 / 100,000</Text>
                                    <Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#009900" Location="3,3" Name="Bar" PackSize="absolute,fixed" Progress="0.500" ScrollExtent="217,10" Size="217,10" Style="progress_style" />
                                    <Image AbsorbsInput="false" Location="3,3" Name="Bkg" PackSize="absolute,fixed" ScrollExtent="217,10" Size="217,10" SourceRect="220,472,380,478" SourceResource="/images/window_elements_generic.dds" />
                                    <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Frame" PackLocation="top,left" PackSize="absolute,fixed" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="223,16" Size="223,16" />
                                </Page>
                            </Page>
                            <Page Location="239,46" MaximumSize="223,30" MinimumSize="223,30" Name="ProgressTemplate" ScrollExtent="223,30" Size="223,30">
                                <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="223,16" Size="223,16" TextAlignmentVertical="Center" TextColor="#D0D0D0">:a2c3b63f84402a2e_4:General:</Text>
                                <Page Location="0,14" Name="Progress" PackSize="absolute,fixed" ScrollExtent="223,16" Size="223,16">
                                    <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="223,16" Size="223,16" TextAlignment="Center" TextAlignmentVertical="Center">:a2c3b63fd3a0f67c_4:54,680 / 100,000</Text>
                                    <Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#009900" Location="3,3" Name="Bar" PackSize="absolute,fixed" Progress="0.500" ScrollExtent="217,10" Size="217,10" Style="progress_style" />
                                    <Image AbsorbsInput="false" Location="3,3" Name="Bkg" PackSize="absolute,fixed" ScrollExtent="217,10" Size="217,10" SourceRect="220,472,380,478" SourceResource="/images/window_elements_generic.dds" />
                                    <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Frame" PackLocation="top,left" PackSize="absolute,fixed" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="223,16" Size="223,16" />
                                </Page>
                            </Page>
                            <Page Location="8,84" MaximumSize="223,22" MinimumSize="223,22" Name="ProgressTemplate" ScrollExtent="223,22" Size="223,22">
                                <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="223,16" Size="223,16" TextAlignmentVertical="Center" TextColor="#D0D0D0">:a2c3b63f84402a2e_5:General:</Text>
                                <Page Location="0,14" Name="Progress" PackSize="absolute,fixed" ScrollExtent="223,16" Size="223,16">
                                    <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="223,16" Size="223,16" TextAlignment="Center" TextAlignmentVertical="Center">:a2c3b63fd3a0f67c_5:54,680 / 100,000</Text>
                                    <Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#009900" Location="3,3" Name="Bar" PackSize="absolute,fixed" Progress="0.500" ScrollExtent="217,10" Size="217,10" Style="progress_style" />
                                    <Image AbsorbsInput="false" Location="3,3" Name="Bkg" PackSize="absolute,fixed" ScrollExtent="217,10" Size="217,10" SourceRect="220,472,380,478" SourceResource="/images/window_elements_generic.dds" />
                                    <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Frame" PackLocation="top,left" PackSize="absolute,fixed" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="223,16" Size="223,16" />
                                </Page>
                            </Page>
                            <Page Location="239,84" MaximumSize="223,22" MinimumSize="223,22" Name="ProgressTemplate" ScrollExtent="223,22" Size="223,22">
                                <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="223,16" Size="223,16" TextAlignmentVertical="Center" TextColor="#D0D0D0">:a2c3b63f84402a2e_6:General:</Text>
                                <Page Location="0,14" Name="Progress" PackSize="absolute,fixed" ScrollExtent="223,16" Size="223,16">
                                    <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="223,16" Size="223,16" TextAlignment="Center" TextAlignmentVertical="Center">:a2c3b63fd3a0f67c_6:54,680 / 100,000</Text>
                                    <Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#009900" Location="3,3" Name="Bar" PackSize="absolute,fixed" Progress="0.500" ScrollExtent="217,10" Size="217,10" Style="progress_style" />
                                    <Image AbsorbsInput="false" Location="3,3" Name="Bkg" PackSize="absolute,fixed" ScrollExtent="217,10" Size="217,10" SourceRect="220,472,380,478" SourceResource="/images/window_elements_generic.dds" />
                                    <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Frame" PackLocation="top,left" PackSize="absolute,fixed" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="223,16" Size="223,16" />
                                </Page>
                            </Page>
                            <Page Location="8,122" MaximumSize="223,30" MinimumSize="223,30" Name="ProgressTemplate" ScrollExtent="223,30" Size="223,30">
                                <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="223,16" Size="223,16" TextAlignmentVertical="Center" TextColor="#D0D0D0">:a2c3b63f84402a2e_7:General:</Text>
                                <Page Location="0,14" Name="Progress" PackSize="absolute,fixed" ScrollExtent="223,16" Size="223,16">
                                    <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="223,16" Size="223,16" TextAlignment="Center" TextAlignmentVertical="Center">:a2c3b63fd3a0f67c_7:54,680 / 100,000</Text>
                                    <Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#009900" Location="3,3" Name="Bar" PackSize="absolute,fixed" Progress="0.500" ScrollExtent="217,10" Size="217,10" Style="progress_style" />
                                    <Image AbsorbsInput="false" Location="3,3" Name="Bkg" PackSize="absolute,fixed" ScrollExtent="217,10" Size="217,10" SourceRect="220,472,380,478" SourceResource="/images/window_elements_generic.dds" />
                                    <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Frame" PackLocation="top,left" PackSize="absolute,fixed" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="223,16" Size="223,16" />
                                </Page>
                            </Page>
                            <Page Location="239,122" MaximumSize="223,30" MinimumSize="223,30" Name="ProgressTemplate" ScrollExtent="223,30" Size="223,30">
                                <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="223,16" Size="223,16" TextAlignmentVertical="Center" TextColor="#D0D0D0">:a2c3b63f84402a2e_8:General:</Text>
                                <Page Location="0,14" Name="Progress" PackSize="absolute,fixed" ScrollExtent="223,16" Size="223,16">
                                    <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="223,16" Size="223,16" TextAlignment="Center" TextAlignmentVertical="Center">:a2c3b63fd3a0f67c_8:54,680 / 100,000</Text>
                                    <Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#009900" Location="3,3" Name="Bar" PackSize="absolute,fixed" Progress="0.500" ScrollExtent="217,10" Size="217,10" Style="progress_style" />
                                    <Image AbsorbsInput="false" Location="3,3" Name="Bkg" PackSize="absolute,fixed" ScrollExtent="217,10" Size="217,10" SourceRect="220,472,380,478" SourceResource="/images/window_elements_generic.dds" />
                                    <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Frame" PackLocation="top,left" PackSize="absolute,fixed" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="223,16" Size="223,16" />
                                </Page>
                            </Page>
                        </VolumePage>
                    </Page>
                    <Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="310,182" MinimumSize="22,22" Name="ShowAll" OnSet="medals_show_all = 1&#xD;&#xA;medals_show_all = 1" OnUnset="medals_show_all = 0&#xD;&#xA;medals_show_all = 0" PackLocation="right,top" PackSize="a,f" ScrollExtent="175,22" Size="175,22" Style="/CommonElements.Checkbox.data.style">Show All Achievements</Checkbox>
                    <Text Font="/TextStyles.Normal.NormalStyle" Location="0,182" Margin="10,0,0,0" Name="Label" PackLocation="left,top" PackSize="a,f" ScrollExtent="472,22" Size="472,22" TextAlignmentVertical="Center" TextColor="#F3E9D7">:a2c3b63f9a8ddaed:Recent Achievements:</Text>
                    <Page BackgroundOpacity="1.000" Location="0,202" Name="Recent" PackLocation="left,top" PackSize="a,a" RStyleDefault="/CommonElements.CorneredGrouper.data.rect" ScrollExtent="484,189" Size="484,189">
                        <Page AbsorbsInput="false" BackgroundColor="#2D251C" Location="14,10" Name="ScrollPage" PackLocation="left,top" PackSize="absolute,absolute" ScrollExtent="438,170" ScrollSize="20,20" Size="438,170">
                            <Text Font="/TextStyles.Normal.NormalStyle" MaxLines="2" Name="row Name" PackLocation="left,top" PackSize="a,f" ScrollExtent="319,20" Size="319,20" TextAlignmentVertical="Center">:a2c3b63f65e3cbfd:[DEVL]Achievement Name</Text>
                            <Text Font="/TextStyles.Normal.NormalStyle" Location="318,0" Margin="2,0,2,0" Name="row Points" PackLocation="right,top" PackSize="f,f" ScrollExtent="40,20" Size="40,20" TextAlignment="Center" TextAlignmentVertical="Center">:a2c3b63f2ec82e91:15</Text>
                            <Text Font="/TextStyles.Normal.NormalStyle" Location="358,0" Margin="2,0,2,0" Name="row Date" PackLocation="right,top" PackSize="f,f" ScrollExtent="80,20" Size="80,20" TextAlignment="Right" TextAlignmentVertical="Center">:a2c3b63f1be7a54f:08/01/2009</Text>
                        </Page>
                        <Scrollbar ArrowPressSound="sounds/button" Control="ScrollPage" HideIfUnnecessary="false" Location="453,10" MaximumSize="22,16384" MinimumSize="22,60" Name="Scroll" PackLocation="right,top" PackSize="fixed,absolute" ScrollExtent="22,170" Size="22,170" Style="/CommonElements.ScrollbarVertical.data.style" />
                    </Page>
                </Page>
                <Page BackgroundOpacity="1.000" Location="0,32" Name="AchievementsPage" PackSize="a,a" RStyleDefault="/CommonElements.CorneredGrouper.data.rect" ScrollExtent="484,391" Size="484,391">
                    <Page Location="10,10" Name="TitlePage" PackSize="a,f" ScrollExtent="440,68" Size="440,68">
                        <Page Name="IconPage" ScrollExtent="68,68" Size="68,68">
                            <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="39,42" Name="Points" ScrollExtent="28,21" ShadowStyle="/ShadowStylesNew.HeavyDrop.style" Size="28,21" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#FBF1D9">:a2c3b63f3ace1f1a_1:50</Text>
                            <Image AbsorbsInput="false" GetsInput="true" Location="37,40" Name="textback" ScrollExtent="28,26" Size="28,26" Style="pointstyle" />
                            <Icon IconRect="168,0,210,42" IconResource="images/icons/icon_ss11.dds" Location="13,11" Name="Icon" ScrollExtent="42,42" Size="42,42" />
                            <Image AbsorbsInput="false" GetsInput="true" Location="6,6" Name="iconbkg" ScrollExtent="56,55" Size="56,55" Stretch="false" Style="iconstyle" />
                        </Page>
                        <Text Font="/TextStyles.Large.LargeStyle" Location="71,6" Name="Name" PackSize="a,f" ScrollExtent="365,20" Size="365,20" TextColor="#FFDD00">:a2c3b63fe48822d4_1:[DEVL]It&apos;s Only a Flesh Wound</Text>
                        <Text Font="/TextStyles.Normal.NormalStyle" Location="71,28" MaxLines="2" Name="Description" PackSize="a,f" ScrollExtent="365,32" Size="365,32">:a2c3b63f78f8d078:[DEVL]Take 10,000 or more points of damage from falling.</Text>
                    </Page>
                    <Page Location="10,78" Name="ProgressPage" PackSize="a,f" ScrollExtent="440,20" Size="440,20">
                        <Page Location="71,0" Name="Progress" PackSize="absolute,fixed" ScrollExtent="363,16" Size="363,16">
                            <Text Font="/TextStyles.Small.SmallStyle" MaxLines="2" Name="Text" PackSize="a,f" ScrollExtent="363,16" Size="363,16" TextAlignment="Center" TextAlignmentVertical="Center">:a2c3b63fd3a0f67c_9:54,680 / 100,000</Text>
                            <Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#009900" Location="3,3" Name="Bar" PackSize="absolute,fixed" Progress="0.500" ScrollExtent="357,10" Size="357,10" Style="progress_style" />
                            <Image AbsorbsInput="false" Location="3,3" Name="Bkg" PackSize="absolute,fixed" ScrollExtent="357,10" Size="357,10" SourceRect="220,472,380,478" SourceResource="/images/window_elements_generic.dds" />
                            <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Frame" PackLocation="top,left" PackSize="absolute,fixed" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="363,16" Size="363,16" />
                        </Page>
                    </Page>
                    <Page Location="10,98" Name="ListPage" PackSize="a,f" ScrollExtent="440,16" Size="440,16">
                        <VolumePage CellCount="2,1" CellPadding="0,0" CellSelectable="false" CellSize="180,12" heightexpanded="76" Location="72,0" MinimumScrollExtent="360,12" Name="ListVolume" PackSize="a,f" ScrollExtent="363,12" Size="363,12">
                            <Text AbsorbsInput="false" Font="/TextStyles.Small.SmallStyle" MaximumSize="180,12" MinimumSize="180,12" ScrollExtent="180,12" Size="180,12" TextColor="#C0C0C0">:a2c3b63f6a0e1739_2:- Antonican Basin</Text>
                            <Text AbsorbsInput="false" Font="/TextStyles.Small.SmallStyle" Location="180,0" MaximumSize="180,12" MinimumSize="180,12" ScrollExtent="180,12" Size="180,12" TextColor="#00C000">:a2c3b63fad31fd55:- Bridgeway Isle</Text>
                        </VolumePage>
                    </Page>
                    <Page Location="10,138" Name="RewardPage" PackSize="a,f" ScrollExtent="440,18" Size="440,18">
                        <Text Font="/TextStyles.Normal.NormalStyle" MaxLines="2" Name="RewardText" OnTextTagSelected="examine_item SelectedTextTag" PackSize="a,f" ScrollExtent="440,18" Size="440,18" TextAlignment="Center" TextColor="#F0D080">:a2c3b63f552b8b9f:Prefix Title: Hunter of Zombies</Text>
                    </Page>
                    <Page Location="10,156" Name="CompletedPage" PackSize="a,f" ScrollExtent="440,18" Size="440,18">
                        <Text Font="/TextStyles.Normal.NormalStyle" MaxLines="2" Name="DateCompleted" PackSize="a,f" ScrollExtent="440,18" Size="440,18" TextAlignment="Center">:a2c3b63f5a1d2d32:Completed on 3/15/09</Text>
                    </Page>
                    <Text AbsorbsInput="false" Font="/TextStyles.Small.SmallStyle" Location="16,358" MaximumSize="165,16" MaxLines="1" MinimumSize="165,16" Name="TextTemplate" ScrollExtent="165,16" Size="165,16" TextColor="#C0C0C0">:a2c3b63f6a0e1739:- Antonican Basin</Text>
                    <Composite Location="10,10" Name="Composite" PackSize="a,a" ScrollExtent="440,372" ScrollSize="1,24" Size="440,372" SpacingType="Constant">
                        <Page BackgroundColor="#EDC976" Name="Template" OnActivate="BackgroundOpacity = 1&#xD;&#xA;Height = MedalCompleted ? HeightExpandedCompleted : HeightExpanded" OnDeactivate="BackgroundOpacity = 0&#xD;&#xA;Height = HeightCollapsed" PackSize="a,f" ScrollExtent="440,167" Size="440,167">
                            <Page BackgroundColor="/ColorStyles.window_background_light" BackgroundColorComplete="/ColorStyles.window_background_light" BackgroundColorIncomplete="/ColorStyles.window_background_dark" BackgroundOpacity="1.000" Location="1,1" Name="Bkg" PackSize="a,a" ScrollExtent="438,165" Size="438,165" />
                        </Page>
                    </Composite>
                    <Scrollbar ArrowPressSound="sounds/button" Control="Composite" HideIfUnnecessary="false" Location="452,10" MaximumSize="22,16384" MinimumSize="22,80" Name="Scrollbar" PackLocation="right,top" PackSize="fixed,absolute" ScrollExtent="22,371" Size="22,371" Style="/CommonElements.ScrollbarVertical.data.style" />
                </Page>
            </Page>
            <Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="15,439" MinimumSize="22,22" Name="HideCompleted" PackLocation="left,bottom" PackSize="a,f" ScrollExtent="236,22" Size="236,22" Style="/CommonElements.Checkbox.data.style">:a2c3b63f1122f81d:Hide Completed Achievements</Checkbox>
            <Dropdownbox BackgroundOpacity="1.000" DataSource="SortDS" Location="421,434" MaximumSize="16384,32" MinimumSize="50,32" Name="SortDropdown" PackLocation="right,bottom" RowTemplate="/CommonElements.Dropdown.data.dropdown_template" ScrollExtent="272,32" Size="272,32" Style="/CommonElements.Dropdown.data.style" />
            <ImageStyle Name="pointstyle">
                <ImageFrame Source="images/medals_sheet.dds" SourceRect="168,0,204,33" />
            </ImageStyle>
            <ImageStyle Name="iconstyle">
                <ImageFrame Source="images/medals_sheet.dds" SourceRect="0,0,56,55" />
            </ImageStyle>
            <ProgressbarStyle Bar.Background="progress_fill" Name="progress_style" />
            <ImageStyle Name="progress_fill">
                <ImageFrame Name="progress_fill" Source="images/window_elements_generic.dds" SourceRect="220,483,378,489" />
            </ImageStyle>
            <DataSource Name="AchievementsDS" />
            <DataSource Name="SortDS">
                <Data text=":a2c3b63f260a0836:Sort by Completed" />
                <Data text=":a2c3b63f84f6565d:Sort by Name" />
                <Data text=":a2c3b63f0a996a66:Sort by Points" />
            </DataSource>
        </Page>
        <Page BackgroundColor="#554736" Name="QuestlistPage" OnHide="Parent.Parent.Browser.Size = 1,1&#xD;&#xA;Parent.Parent.Browser.MaximumSize = 1,1" OnShow="Parent.Parent.Browser.MaximumSize = 16384,16384&#xD;&#xA;Parent.Parent.Browser.Width = BrowserLoc.Width&#xD;&#xA;Parent.Parent.Browser.Height = BrowserLoc.Height&#xD;&#xA;" PackLocation="left,top" PackSize="absolute,absolute" ScrollExtent="706,474" Size="706,474">
            <Page Name="Status" PackLocation="left,top" PackSize="fixed,absolute" ScrollExtent="346,437" Size="346,437">
                <Page BackgroundOpacity="0.475" eq2usescomwndcontrols="true" Location="15,32" MinimumSize="40,40" Name="Quest" PackSize="absolute,fixed" ScrollExtent="320,100" ScrollSize="40,40" Size="320,100">
                    <Button Location="256,68" MaximumSize="16384,26" MinimumSize="60,26" Name="ReMark" OnPress="Parent.Parent.Parent.Parent.Parent.QuestlistScript.Mark.Press = True" PackLocation="right,top" ScrollExtent="60,26" Size="60,26" Style="/CommonElements.SmallPushButton.data.style" Tooltip="Resend last update to the Questlist" Visible="false">Resend</Button>
                    <Text Font="/TextStyles.Large.LargeStyle" Location="8,2" Name="Name" PackSize="absolute,fixed" ScrollExtent="312,38" Size="312,38" />
                    <Text Color="#C0C0C0" Font="/TextStyles.Normal.NormalStyle" Location="8,39" Name="Level" PackSize="a,f" ScrollExtent="312,18" Size="312,18" />
                    <Text Color="#C0C0C0" Font="/TextStyles.Normal.NormalStyle" Location="8,59" Name="Category" PackSize="a,f" ScrollExtent="312,18" Size="312,18" />
                    <Text Color="#C0C0C0" Font="/TextStyles.Normal.NormalStyle" Location="8,79" Name="Timestamp" PackSize="a,f" ScrollExtent="312,18" Size="312,18" />
                </Page>
                <Text Font="/TextStyles.Large.LargeStyle" Location="21,11" Name="LastUpdate" ScrollExtent="135,19" Size="135,19" TextColor="#FBF1D9">Last update:</Text>
                <Textbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Cursor="/Cursor.Text" Location="22,228" MaximumSize="16384,30" MaxLength="20" MinimumSize="30,30" Name="Search" OnChange="Parent.SearchButton.Enabled = Text &apos;!=&apos; &apos;&apos;" PackLocation="left, top" PackSize="a" RStyleActivated="/CommonElements.Textfield.data.selected.rect" RStyleDefault="/CommonElements.Textfield.data.default.rect" RStyleDisabled="/CommonElements.Textfield.data.disabled.rect" RStyleDisabledActivated="/CommonElements.Textfield.data.disabled.rect" RStyleMouseOver="/CommonElements.Textfield.data.mouseover.rect" RStyleMouseOverActivated="/CommonElements.Textfield.data.selected.rect" RStyleMouseOverSelected="/CommonElements.Textfield.data.selected.rect" RStyleSelected="/CommonElements.Textfield.data.selected.rect" ScrollExtent="261,30" Size="261,30" Style="/CommonElements.Textfield.data.style" />
                <Button Enabled="false" Location="290,233" MaximumSize="16384,26" Name="SearchButton" OnPress="Parent.Parent.Parent.Parent.Browser.URI = &apos;http://eq2.fluffy.dk/ig_search.php?string=&apos; ## Parent.Search.Text" PackLocation="left,top" ScrollExtent="30,18" Size="30,18" Style="/ButtonStyles.find.style" Tooltip="Search the Questlist" />
                <Button Location="18,311" MaximumSize="16384,31" MinimumSize="100,26" Name="HelpButton" OnPress="Parent.Parent.Parent.Parent.Browser.URI = &apos;http://eq2.fluffy.dk/ig_help.php?charname=&apos; ## Parent.Parent.Parent.Parent.QuestlistScript.CharName.Text ## &apos;&amp;servername=&apos; ## Parent.Parent.Parent.Parent.QuestlistScript.GameInfo.ServerName " PackLocation="left,bottom" ScrollExtent="130,31" Size="130,31" Style="/CommonElements.PushButton.data.style" Tooltip="Open Questlist Help">Help</Button>
                <Button Location="18,351" MaximumSize="16384,31" MinimumSize="100,26" Name="BrowserButton" OnPress="Browser &apos;http://eq2.fluffy.dk&apos;" PackLocation="left,bottom" QuestTabPane.ActiveTab="2" ScrollExtent="130,31" Size="130,31" Style="/CommonElements.PushButton.data.style" Tooltip="Open the Questlist">Open Questlist</Button>
                <Button Location="18,391" MaximumSize="16384,31" MinimumSize="100,26" Name="LogOutButton" OnPress="Parent.Parent.Parent.Parent.Browser.URI = &apos;http://eq2.fluffy.dk/ig_status.php?act=logout&apos;" PackLocation="left,bottom" ScrollExtent="130,31" Size="130,31" Style="/CommonElements.PushButton.data.style" Tooltip="Log out of the Questlist">Log Out</Button>
                <Button Location="200,311" MaximumSize="16384,31" MinimumSize="100,26" Name="HomeButton" OnPress="Parent.Parent.Parent.Parent.QuestlistScript.Status.Press = True" PackLocation="left,bottom" ScrollExtent="130,31" Size="130,31" Style="/CommonElements.PushButton.data.style" Tooltip="Back to Questlist Status Page">Status</Button>
                <Button Location="200,351" MaximumSize="16384,31" MinimumSize="100,26" Name="CompButton" OnPress="Parent.Parent.Parent.Quests.TabPages.Completed.After.CompBrowser.URI = &apos;http://eq2.fluffy.dk/ig_completed.php&apos;&#xD;&#xA;Parent.Parent.Parent.Quests.TabPages.Completed.After.CompBrowser.Visible = True&#xD;&#xA;Parent.Parent.Parent.Quests.TabPages.Completed.Before.HideButton.Visible = True&#xD;&#xA;Parent.Parent.Parent.Quests.QuestTabPane.ActiveTab = 2&#xD;&#xA;Parent.Parent.Parent.Parent.TabPane.ActiveTab = 0" PackLocation="left,bottom" ScrollExtent="130,31" Size="130,31" Style="/CommonElements.PushButton.data.style" Tooltip="Compare completed quests">Compare</Button>
                <Button Location="200,391" MaximumSize="16384,31" MinimumSize="100,26" Name="ByZoneButton" OnPress="Parent.Parent.Parent.Parent.QuestlistScript.ByZone.Press = True" PackLocation="left,bottom" ScrollExtent="130,31" Size="130,31" Style="/CommonElements.PushButton.data.style" Tooltip="View quests still available in this zone">Quests in Zone</Button>
                <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="24,138" MaxLines="1" Name="Started" PackSize="absolute,fixed" ScrollExtent="302,20" Size="302,20" TextAlignmentVertical="Center" UserMovable="true">:0e1f81bb5ed53933:Your journal is overflowing. 55 too many quests.</Text>
                <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="24,158" MaxLines="1" Name="Completed" PackSize="absolute,fixed" ScrollExtent="302,20" Size="302,20" TextAlignmentVertical="Center" UserMovable="true">:0e1f81bb72060bf2:[DEVL] You have completed 15 quests.</Text>
                <Text AbsorbsInput="false" DynamicData="/GameData.Quest.CollectionProgress" Font="/TextStyles.Normal.NormalStyle" Location="24,178" MaxLines="1" Name="ProgressText" PackLocation="right,top" ScrollExtent="302,20" Size="302,20" TextAlignmentVertical="Center" UserMovable="true">Collections started:</Text>
                <Text AbsorbsInput="false" DynamicData="/GameData.Quest.CollectionCompleted" Font="/TextStyles.Normal.NormalStyle" Location="24,198" MaxLines="1" Name="CompletedText" PackLocation="left,top" ScrollExtent="302,20" Size="302,20" TextAlignmentVertical="Center" UserMovable="true">Collections completed:</Text>
            </Page>
            <Splitter ControlAfter="Quests.TabPages.Active.After" ControlBefore="Quests.TabPages.Active.Before" Location="340,-2" MaximumSize="13,16384" MinimumSize="13,100" Name="ActiveSplitter" PackLocation="left" PackSize="f,a" ScrollExtent="13,442" Size="13,442" Style="/CommonElements.SplitterVertical.data.style" />
            <Page Location="348,0" Name="BrowserLoc" PackLocation="left" PackSize="absolute,absolute" ScrollExtent="358,437" Size="358,435" />
            <Page AbsorbsInput="false" backdropcontrol="true" BackgroundOpacity="1.000" Location="-16,430" Name="LowerTabBkg" PackLocation="left,bottom" PackSize="a,f" RStyleDefault="/WindowElements.WindowFrame.data.lower_tab_bkg.rect" ScrollExtent="738,62" Size="738,62" />
        </Page>
    </Page>
    <Page AbsorbsInput="false" Location="-12,-2" Name="WindowFrame" PackSize="absolute,absolute" ScrollExtent="734,556" Size="734,556">
        <Button Location="678,8" Name="Settings" PackLocation="right,top" ScrollExtent="18,18" Size="18,18" Style="/WindowElements.WindowFrame.data.settings.style" Tooltip=":0e1f81bbec278586:Window Settings" UserMovable="true" />
        <Button Location="658,8" Name="Help" PackLocation="right,top" ScrollExtent="18,18" Size="18,18" Style="/WindowElements.WindowFrame.data.help.style" Tooltip=":0e1f81bb574a0c6d:Help" UserMovable="true" />
        <Button Location="698,8" Name="Close" PackLocation="right,top" ScrollExtent="18,18" Size="18,18" Style="/WindowElements.WindowFrame.data.close.style" Tooltip=":0e1f81bb2d3f513f:Close" UserMovable="true" OnPress="Parent.Parent.QuestlistScript.EndInitialize.Visible = False"/>
        <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="LeftGrouper" RStyleDefault="/WindowElements.WindowFrame.data.left_grouper.rect" ScrollExtent="300,70" Size="300,70">
            <Text AbsorbsInput="false" Font="/TextStyles.Large.LargeStyle" Location="30,4" MaxLines="1" Name="Title" PackSize="absolute,fixed" ScrollExtent="170,20" ShadowStyle="/ShadowStylesNew.Outline.style" Size="170,20" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#F0D080">:0e1f81bb63cc54ac:Journal</Text>
        </Page>
        <Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="544,0" Name="RightGrouper" PackLocation="right,top" RStyleDefault="/WindowElements.WindowFrame.data.right_grouper.rect" ScrollExtent="190,70" Size="190,70" />
        <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Frame" PackLocation="left,top" PackSize="absolute,absolute" RStyleDefault="/WindowElements.WindowFrame.data.frame.rect" ScrollExtent="734,556" Size="734,556" />
        <Page AbsorbsInput="false" backdropcontrol="true" BackgroundOpacity="1.000" Name="UpperTabBkg" PackLocation="left,top" PackSize="a,f" RStyleDefault="/WindowElements.WindowFrame.data.upper_tab_bkg.rect" ScrollExtent="734,70" Size="734,70" />
        <Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="0,37" Name="Bkg" PackLocation="left,top" PackSize="absolute,absolute" RStyleDefault="/WindowElements.WindowFrame.data.bkg.rect" ScrollExtent="734,517" Size="734,517" />
    </Page>
</Page>
