<?xml version="1.0" encoding="UTF-8"?>
<!--    
    Document   : MyPanel.xml    
    Created on : August 20, 2003, 6:42 PM    
    Author     : Jason Burks    
    Description:    
        Purpose of the document follows.    
--><root type="MyWindow">    
    <!--This section contains the configuartion of the main Window-->    
    <MyWindow>    
        <name type="String">Window and Background</name>    
        <Background BasicConfig="1">    
            <name type="String">Background</name>    
            <backgroundimage type="File">C:\FLARE\Images\NWS-Bkgrnd.Png</backgroundimage>    
            <backgroundcolor type="Color">    
                <red>204</red>    
                <blue>204</blue>    
                <green>204</green>    
                <alpha>100</alpha>    
            </backgroundcolor>    
            <backgroundimageshow type="boolean">true</backgroundimageshow>    
            <backgroundrepeat type="boolean">true</backgroundrepeat>    
            <WarningMode BasicConfig="1">    
                <name type="String">Background warn</name>    
                <backgroundimage type="File">C:\FLARE\Images\NWS-Bkgrnd-WARN.Png</backgroundimage>    
                <backgroundcolor type="Color">    
                    <red>204</red>    
                    <blue>204</blue>    
                    <green>204</green>    
                    <alpha>100</alpha>    
                </backgroundcolor>    
                <backgroundimageshow type="boolean">true</backgroundimageshow>    
                <backgroundrepeat type="boolean">true</backgroundrepeat>    
            </WarningMode>    
        </Background>    
        <useproxyOn type="boolean">false</useproxyOn>    
        <proxyip type="String" />    
        <proxyport type="int" />    
        <proxyHostExclude type="String" description="Hosts listed seperated by | here will not be accessed through proxy, e.g. 192.168.*|192.167.*" />    
        <proxyusername type="String" />    
        <proxypassword type="password" />    
        <skinlocation type="File">C:\FLARE\defaultSkin\gtkrc</skinlocation>    
        <showdecoration type="boolean" BasicConfig="0">true</showdecoration>    
        <splashlocation BasicConfig="1" type="File">/Images/FLARESplash.png</splashlocation>    
        <newComponentslocation type="URL" />    
        <screenWidth type="int" BasicConfig="1">1024</screenWidth>    
        <screenHeight type="int" BasicConfig="1">768</screenHeight>    
        <enableWarningComponents type="boolean">true</enableWarningComponents>    
        <warnTotalLocation type="URL">http://www.srh.noaa.gov/data/diag/warntotal.txt</warnTotalLocation>    
        <warnUpdateInterval type="int">12000</warnUpdateInterval>    
        <WarningLeadingLocation type="URL">http://www.srh.noaa.gov/data/</WarningLeadingLocation>    
        <counties type="super" template="County" delete="true" add="true" move="true" description="List of Counties">    
        <County>   
        <name default="County" type="String" length="40" description="Determines which county (or counties) you want to receive information for.">Gallatin</name>   
        <countycode type="String">MTZ055</countycode>   
        <zonecode type="String">MTZ055</zonecode>   
        <cwa type="String">TFX</cwa>   
    </County><County>
        <name default="County" type="String" length="40" description="Determines which county (or counties) you want to receive information for.">Madison</name>
        <countycode type="String">MTZ015</countycode>
        <zonecode type="String">MTZ015</zonecode>
        <cwa type="String" />
    </County></counties>    
    </MyWindow>    
    <!--This sections contains the components that have been added to the mainWindow-->    
    <Components>    
        <JLoopPanel>    
            <name default="JLoopPanel" type="String" length="40">JLoop Panel</name>    
            <xlocation default="0" type="int" BasicConfig="1">244</xlocation>    
            <ylocation default="0" type="int" BasicConfig="1">129</ylocation>    
            <width default="0" type="int" BasicConfig="1">524</width>    
            <height default="0" type="int" BasicConfig="1">435</height>    
            <backgroundcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </backgroundcolor>    
            <textcolor type="Color">    
                <red>255</red>    
                <blue>51</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </textcolor>    
            <opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">false</opaque>    
            <loops type="super" template="Loop" delete="true" add="true" move="true" description="This is used to controls all of the loops in the loop panel. You can add, delete of modify the loops from here. You can also change the order of the loops by using the up and down buttons">    
                    
            <Loop>   
        <name default="Loop" type="String" length="40" description="This is the name of the Loop. Example: KHTX Radar Loop. This is used to identify the Loop when editing it.">WR wwa-map</name>   
        <title default="My Loop" type="String" length="50" description="This is the title shown before the first slide">Regional Watches and Warnings</title>   
        <titlefont type="Font" description="This is the Font for the title shown before first slide">   
            <font>Arial Black</font>   
            <style>1</style>   
            <size scalable="H">26</size>   
        </titlefont>   
        <titlecolor type="Color" description="Color used for the title displayed before the first slide">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </titlecolor>   
        <backgroundcolor type="Color" description="Color used for the background. Note: Opaque has to be true for you to see this color.">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </backgroundcolor>   
        <opaque type="boolean" default="true" description="Is this component opaque">true</opaque>   
        <fitwindow default="" type="boolean" description="If true the images downloaded will be expanded or shrunk to fit into the window size of the panel. If false they will remain the same size as the downloaded image.">false</fitwindow>   
        <delaybetweenloops default="" type="int" description="This is the delay in milliseconds to pause before next loop.">2000</delaybetweenloops>   
        <numberofloops default="" type="int" description="This is the number of times to loop through this loop each time it is activated">1</numberofloops>   
        <delaybetweenslides deafult="" type="int" description="Delay in milliseconds to pause between each slide in the loop">4000</delaybetweenslides>   
        <numberofslides default="" type="int" description="Number of slides to keep in the loop when the loop is filled with images it will push the old images off the end and keep the new ones as it updates with new images.">1</numberofslides>   
        <delaybetweenupdates default="" type="int" description="Number of milliseconds between attempts to try to get a new image. it will check the update time of the image on the server and if it is not newer than the last image it will not download it.">3600000</delaybetweenupdates>   
        <loopURL default="" type="URL" description="URL used to point to the image that is to be downloaded upon the interval setup in the delaybetweenupdates section">http://www.wrh.noaa.gov/images/total_forecast/wwa/wrh.png</loopURL>   
        <loopBackupURL default="" type="URL" description="This is the backup URL to check if there are connection problems obtaining the images on the loopURL" />   
        <loaderuse default="" type="boolean" description="This determines whether to use a loader to setup the images when first started. When the application starts he loops will download an image and until more images become avialable will not download new images. If this is enabled it will try to get a collection of images. Based on popular java loops used on a lot of webpages.">false</loaderuse>   
        <loaderleading default="" type="String" description="This the piece of the URL that will be put on the front of the items picked out of the loader list" />   
        <loaderlist default="" type="URL" description="URL to obtain the list of items in the loader list. Also see the loader leading " />   
    </Loop><Loop>   
        <name default="Loop" type="String" length="40" description="This is the name of the Loop. Example: KHTX Radar Loop. This is used to identify the Loop when editing it.">WFO wwa-map</name>   
        <title default="My Loop" type="String" length="50" description="This is the title shown before the first slide">Great Falls  Watches &amp; Warnings</title>   
        <titlefont type="Font" description="This is the Font for the title shown before first slide">   
            <font>Arial Black</font>   
            <style>1</style>   
            <size scalable="H">26</size>   
        </titlefont>   
        <titlecolor type="Color" description="Color used for the title displayed before the first slide">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </titlecolor>   
        <backgroundcolor type="Color" description="Color used for the background. Note: Opaque has to be true for you to see this color.">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </backgroundcolor>   
        <opaque type="boolean" default="true" description="Is this component opaque">true</opaque>   
        <fitwindow default="" type="boolean" description="If true the images downloaded will be expanded or shrunk to fit into the window size of the panel. If false they will remain the same size as the downloaded image.">false</fitwindow>   
        <delaybetweenloops default="" type="int" description="This is the delay in milliseconds to pause before next loop.">2000</delaybetweenloops>   
        <numberofloops default="" type="int" description="This is the number of times to loop through this loop each time it is activated">1</numberofloops>   
        <delaybetweenslides deafult="" type="int" description="Delay in milliseconds to pause between each slide in the loop">4000</delaybetweenslides>   
        <numberofslides default="" type="int" description="Number of slides to keep in the loop when the loop is filled with images it will push the old images off the end and keep the new ones as it updates with new images.">1</numberofslides>   
        <delaybetweenupdates default="" type="int" description="Number of milliseconds between attempts to try to get a new image. it will check the update time of the image on the server and if it is not newer than the last image it will not download it.">3600000</delaybetweenupdates>   
        <loopURL default="" type="URL" description="URL used to point to the image that is to be downloaded upon the interval setup in the delaybetweenupdates section">http://www.wrh.noaa.gov/images/total_forecast/wwa/tfx.png</loopURL>   
        <loopBackupURL default="" type="URL" description="This is the backup URL to check if there are connection problems obtaining the images on the loopURL" />   
        <loaderuse default="" type="boolean" description="This determines whether to use a loader to setup the images when first started. When the application starts he loops will download an image and until more images become avialable will not download new images. If this is enabled it will try to get a collection of images. Based on popular java loops used on a lot of webpages.">false</loaderuse>   
        <loaderleading default="" type="String" description="This the piece of the URL that will be put on the front of the items picked out of the loader list" />   
        <loaderlist default="" type="URL" description="URL to obtain the list of items in the loader list. Also see the loader leading " />   
    </Loop><Loop>   
        <name default="Loop" type="String" length="40" description="This is the name of the Loop. Example: KHTX Radar Loop. This is used to identify the Loop when editing it.">Local Satellite</name>   
        <title default="My Loop" type="String" length="50" description="This is the title shown before the first slide">Local Satellite Image</title>   
        <titlefont type="Font" description="This is the Font for the title shown before first slide">   
            <font>Arial Black</font>   
            <style>1</style>   
            <size scalable="H">26</size>   
        </titlefont>   
        <titlecolor type="Color" description="Color used for the title displayed before the first slide">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </titlecolor>   
        <backgroundcolor type="Color" description="Color used for the background. Note: Opaque has to be true for you to see this color.">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </backgroundcolor>   
        <opaque type="boolean" default="true" description="Is this component opaque">true</opaque>   
        <fitwindow default="" type="boolean" description="If true the images downloaded will be expanded or shrunk to fit into the window size of the panel. If false they will remain the same size as the downloaded image.">false</fitwindow>   
        <delaybetweenloops default="" type="int" description="This is the delay in milliseconds to pause before next loop.">500</delaybetweenloops>   
        <numberofloops default="" type="int" description="This is the number of times to loop through this loop each time it is activated">3</numberofloops>   
        <delaybetweenslides deafult="" type="int" description="Delay in milliseconds to pause between each slide in the loop">1000</delaybetweenslides>   
        <numberofslides default="" type="int" description="Number of slides to keep in the loop when the loop is filled with images it will push the old images off the end and keep the new ones as it updates with new images.">6</numberofslides>   
        <delaybetweenupdates default="" type="int" description="Number of milliseconds between attempts to try to get a new image. it will check the update time of the image on the server and if it is not newer than the last image it will not download it.">3600000</delaybetweenupdates>   
        <loopURL default="" type="URL" description="URL used to point to the image that is to be downloaded upon the interval setup in the delaybetweenupdates section">http://sat.wrh.noaa.gov/satellite/2km/byz/IR2BYZ.GIF</loopURL>   
        <loopBackupURL default="" type="URL" description="This is the backup URL to check if there are connection problems obtaining the images on the loopURL" />   
        <loaderuse default="" type="boolean" description="This determines whether to use a loader to setup the images when first started. When the application starts he loops will download an image and until more images become avialable will not download new images. If this is enabled it will try to get a collection of images. Based on popular java loops used on a lot of webpages.">false</loaderuse>   
        <loaderleading default="" type="String" description="This the piece of the URL that will be put on the front of the items picked out of the loader list" />   
        <loaderlist default="" type="URL" description="URL to obtain the list of items in the loader list. Also see the loader leading " />   
    </Loop><Loop>   
        <name default="Loop" type="String" length="40" description="This is the name of the Loop. Example: KHTX Radar Loop. This is used to identify the Loop when editing it.">GOES West Infrared</name>   
        <title default="My Loop" type="String" length="50" description="This is the title shown before the first slide">GOES West Infrared</title>   
        <titlefont type="Font" description="This is the Font for the title shown before first slide">   
            <font>Arial Black</font>   
            <style>1</style>   
            <size scalable="H">26</size>   
        </titlefont>   
        <titlecolor type="Color" description="Color used for the title displayed before the first slide">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </titlecolor>   
        <backgroundcolor type="Color" description="Color used for the background. Note: Opaque has to be true for you to see this color.">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </backgroundcolor>   
        <opaque type="boolean" default="true" description="Is this component opaque">true</opaque>   
        <fitwindow default="" type="boolean" description="If true the images downloaded will be expanded or shrunk to fit into the window size of the panel. If false they will remain the same size as the downloaded image.">false</fitwindow>   
        <delaybetweenloops default="" type="int" description="This is the delay in milliseconds to pause before next loop.">500</delaybetweenloops>   
        <numberofloops default="" type="int" description="This is the number of times to loop through this loop each time it is activated">3</numberofloops>   
        <delaybetweenslides deafult="" type="int" description="Delay in milliseconds to pause between each slide in the loop">1000</delaybetweenslides>   
        <numberofslides default="" type="int" description="Number of slides to keep in the loop when the loop is filled with images it will push the old images off the end and keep the new ones as it updates with new images.">6</numberofslides>   
        <delaybetweenupdates default="" type="int" description="Number of milliseconds between attempts to try to get a new image. it will check the update time of the image on the server and if it is not newer than the last image it will not download it.">3600000</delaybetweenupdates>   
        <loopURL default="" type="URL" description="URL used to point to the image that is to be downloaded upon the interval setup in the delaybetweenupdates section">http://sat.wrh.noaa.gov/satellite/4km/WR/IR4.GIF</loopURL>   
        <loopBackupURL default="" type="URL" description="This is the backup URL to check if there are connection problems obtaining the images on the loopURL" />   
        <loaderuse default="" type="boolean" description="This determines whether to use a loader to setup the images when first started. When the application starts he loops will download an image and until more images become avialable will not download new images. If this is enabled it will try to get a collection of images. Based on popular java loops used on a lot of webpages.">false</loaderuse>   
        <loaderleading default="" type="String" description="This the piece of the URL that will be put on the front of the items picked out of the loader list" />   
        <loaderlist default="" type="URL" description="URL to obtain the list of items in the loader list. Also see the loader leading " />   
    </Loop><Loop>   
        <name default="Loop" type="String" length="40" description="This is the name of the Loop. Example: KHTX Radar Loop. This is used to identify the Loop when editing it.">GOES West Water Vapor</name>   
        <title default="My Loop" type="String" length="50" description="This is the title shown before the first slide">GOES West Water Vapor</title>   
        <titlefont type="Font" description="This is the Font for the title shown before first slide">   
            <font>Arial Black</font>   
            <style>1</style>   
            <size scalable="H">26</size>   
        </titlefont>   
        <titlecolor type="Color" description="Color used for the title displayed before the first slide">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </titlecolor>   
        <backgroundcolor type="Color" description="Color used for the background. Note: Opaque has to be true for you to see this color.">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </backgroundcolor>   
        <opaque type="boolean" default="true" description="Is this component opaque">true</opaque>   
        <fitwindow default="" type="boolean" description="If true the images downloaded will be expanded or shrunk to fit into the window size of the panel. If false they will remain the same size as the downloaded image.">false</fitwindow>   
        <delaybetweenloops default="" type="int" description="This is the delay in milliseconds to pause before next loop.">500</delaybetweenloops>   
        <numberofloops default="" type="int" description="This is the number of times to loop through this loop each time it is activated">3</numberofloops>   
        <delaybetweenslides deafult="" type="int" description="Delay in milliseconds to pause between each slide in the loop">1000</delaybetweenslides>   
        <numberofslides default="" type="int" description="Number of slides to keep in the loop when the loop is filled with images it will push the old images off the end and keep the new ones as it updates with new images.">6</numberofslides>   
        <delaybetweenupdates default="" type="int" description="Number of milliseconds between attempts to try to get a new image. it will check the update time of the image on the server and if it is not newer than the last image it will not download it.">3600000</delaybetweenupdates>   
        <loopURL default="" type="URL" description="URL used to point to the image that is to be downloaded upon the interval setup in the delaybetweenupdates section">http://sat.wrh.noaa.gov/satellite/4km/WR/WV4.GIF</loopURL>   
        <loopBackupURL default="" type="URL" description="This is the backup URL to check if there are connection problems obtaining the images on the loopURL" />   
        <loaderuse default="" type="boolean" description="This determines whether to use a loader to setup the images when first started. When the application starts he loops will download an image and until more images become avialable will not download new images. If this is enabled it will try to get a collection of images. Based on popular java loops used on a lot of webpages.">false</loaderuse>   
        <loaderleading default="" type="String" description="This the piece of the URL that will be put on the front of the items picked out of the loader list" />   
        <loaderlist default="" type="URL" description="URL to obtain the list of items in the loader list. Also see the loader leading " />   
    </Loop><Loop>   
        <name default="Loop" type="String" length="40" description="This is the name of the Loop. Example: KHTX Radar Loop. This is used to identify the Loop when editing it.">Graphical Temps</name>   
        <title default="My Loop" type="String" length="50" description="This is the title shown before the first slide">Forecast Temperature</title>   
        <titlefont type="Font" description="This is the Font for the title shown before first slide">   
            <font>Arial Black</font>   
            <style>1</style>   
            <size scalable="H">26</size>   
        </titlefont>   
        <titlecolor type="Color" description="Color used for the title displayed before the first slide">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </titlecolor>   
        <backgroundcolor type="Color" description="Color used for the background. Note: Opaque has to be true for you to see this color.">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </backgroundcolor>   
        <opaque type="boolean" default="true" description="Is this component opaque">true</opaque>   
        <fitwindow default="" type="boolean" description="If true the images downloaded will be expanded or shrunk to fit into the window size of the panel. If false they will remain the same size as the downloaded image.">false</fitwindow>   
        <delaybetweenloops default="" type="int" description="This is the delay in milliseconds to pause before next loop.">500</delaybetweenloops>   
        <numberofloops default="" type="int" description="This is the number of times to loop through this loop each time it is activated">2</numberofloops>   
        <delaybetweenslides deafult="" type="int" description="Delay in milliseconds to pause between each slide in the loop">2000</delaybetweenslides>   
        <numberofslides default="" type="int" description="Number of slides to keep in the loop when the loop is filled with images it will push the old images off the end and keep the new ones as it updates with new images.">1</numberofslides>   
        <delaybetweenupdates default="" type="int" description="Number of milliseconds between attempts to try to get a new image. it will check the update time of the image on the server and if it is not newer than the last image it will not download it.">3600000</delaybetweenupdates>   
        <loopURL default="" type="URL" description="URL used to point to the image that is to be downloaded upon the interval setup in the delaybetweenupdates section">http://www.weather.gov/forecasts/graphical/images/conus/MaxT1_conus.png</loopURL>   
        <loopBackupURL default="" type="URL" description="This is the backup URL to check if there are connection problems obtaining the images on the loopURL" />   
        <loaderuse default="" type="boolean" description="This determines whether to use a loader to setup the images when first started. When the application starts he loops will download an image and until more images become avialable will not download new images. If this is enabled it will try to get a collection of images. Based on popular java loops used on a lot of webpages.">false</loaderuse>   
        <loaderleading default="" type="String" description="This the piece of the URL that will be put on the front of the items picked out of the loader list" />   
        <loaderlist default="" type="URL" description="URL to obtain the list of items in the loader list. Also see the loader leading " />   
    </Loop><Loop>    
                    <name default="Loop" type="String" length="40" description="This is the name of the Loop. Example: KHTX Radar Loop. This is used to identify the Loop when editing it.">Great Falls Radar</name>    
                    <title default="My Loop" type="String" length="50" description="This is the title shown before the first slide">Great Falls Radar</title>    
                    <titlefont type="Font" description="This is the Font for the title shown before first slide">    
                        <font>Dialog</font>    
                        <style>1</style>    
                        <size>26</size>    
                    </titlefont>    
                    <titlecolor type="Color" description="Color used for the title displayed before the first slide">    
                        <red>255</red>    
                        <blue>51</blue>    
                        <green>51</green>    
                        <alpha>100</alpha>    
                    </titlecolor>    
                    <backgroundcolor type="Color" description="Color used for the background. Note: Opaque has to be true for you to see this color.">    
                        <red>255</red>    
                        <blue>51</blue>    
                        <green>51</green>    
                        <alpha>100</alpha>    
                    </backgroundcolor>    
                    <opaque type="boolean" default="true" description="Is this component opaque">true</opaque>    
                    <fitwindow default="" type="boolean" description="If true the images downloaded will be expanded or shrunk to fit into the window size of the panel. If false they will remain the same size as the downloaded image.">true</fitwindow>    
                    <delaybetweenloops default="" type="int" description="This is the delay in milliseconds to pause before next loop.">500</delaybetweenloops>    
                    <numberofloops default="" type="int" description="This is the number of times to loop through this loop each time it is activated">3</numberofloops>    
                    <delaybetweenslides deafult="" type="int" description="Delay in milliseconds to pause between each slide in the loop">1000</delaybetweenslides>    
                    <numberofslides default="" type="int" description="Number of slides to keep in the loop when the loop is filled with images it will push the old images off the end and keep the new ones as it updates with new images.">6</numberofslides>    
                    <delaybetweenupdates default="" type="int" description="Number of milliseconds between attempts to try to get a new image. it will check the update time of the image on the server and if it is not newer than the last image it will not download it.">3600000</delaybetweenupdates>    
                    <loopURL default="" type="URL" description="URL used to point to the image that is to be downloaded upon the interval setup in the delaybetweenupdates section">http://www.srh.noaa.gov/ridge/lite/N0R/TFX_0.png</loopURL>    
                    <loopBackupURL default="" type="URL" description="This is the backup URL to check if there are connection problems obtaining the images on the loopURL" />    
                    <loaderuse default="" type="boolean" description="This determines whether to use a loader to setup the images when first started. When the application starts he loops will download an image and until more images become avialable will not download new images. If this is enabled it will try to get a collection of images. Based on popular java loops used on a lot of webpages.">false</loaderuse>    
                    <loaderleading default="" type="String" description="This the piece of the URL that will be put on the front of the items picked out of the loader list">file:///C:/FLARE/XMLConfig/currentconfig/</loaderleading>    
                    <loaderlist default="" type="URL" description="URL to obtain the list of items in the loader list. Also see the loader leading ">file:///C:/FLARE/XMLConfig/currentconfig/khtx.txt</loaderlist>    
                </Loop><Loop>
        <name default="Loop" type="String" length="40" description="This is the name of the Loop. Example: KHTX Radar Loop. This is used to identify the Loop when editing it.">Billings Radar</name>
        <title default="My Loop" type="String" length="50" description="This is the title shown before the first slide">Bilings Radar</title>
        <titlefont type="Font" description="This is the Font for the title shown before first slide">
            <font>Arial Black</font>
            <style>1</style>
            <size scalable="H">26</size>
        </titlefont>
        <titlecolor type="Color" description="Color used for the title displayed before the first slide">
            <red>255</red>
            <blue>51</blue>
            <green>51</green>
            <alpha>255</alpha>
        </titlecolor>
        <backgroundcolor type="Color" description="Color used for the background. Note: Opaque has to be true for you to see this color.">
            <red>255</red>
            <blue>51</blue>
            <green>51</green>
            <alpha>255</alpha>
        </backgroundcolor>
        <opaque type="boolean" default="true" description="Is this component opaque">true</opaque>
        <fitwindow default="" type="boolean" description="If true the images downloaded will be expanded or shrunk to fit into the window size of the panel. If false they will remain the same size as the downloaded image.">true</fitwindow>
        <delaybetweenloops default="" type="int" description="This is the delay in milliseconds to pause before next loop.">500</delaybetweenloops>
        <numberofloops default="" type="int" description="This is the number of times to loop through this loop each time it is activated">2</numberofloops>
        <delaybetweenslides deafult="" type="int" description="Delay in milliseconds to pause between each slide in the loop">2000</delaybetweenslides>
        <numberofslides default="" type="int" description="Number of slides to keep in the loop when the loop is filled with images it will push the old images off the end and keep the new ones as it updates with new images.">1</numberofslides>
        <delaybetweenupdates default="" type="int" description="Number of milliseconds between attempts to try to get a new image. it will check the update time of the image on the server and if it is not newer than the last image it will not download it.">3600000</delaybetweenupdates>
        <loopURL default="" type="URL" description="URL used to point to the image that is to be downloaded upon the interval setup in the delaybetweenupdates section">http://www.srh.noaa.gov/ridge/lite/N0R/BLX_0.png</loopURL>
        <loopBackupURL default="" type="URL" description="This is the backup URL to check if there are connection problems obtaining the images on the loopURL" />
        <loaderuse default="" type="boolean" description="This determines whether to use a loader to setup the images when first started. When the application starts he loops will download an image and until more images become avialable will not download new images. If this is enabled it will try to get a collection of images. Based on popular java loops used on a lot of webpages.">false</loaderuse>
        <loaderleading default="" type="String" description="This the piece of the URL that will be put on the front of the items picked out of the loader list" />
        <loaderlist default="" type="URL" description="URL to obtain the list of items in the loader list. Also see the loader leading " />
    </Loop><Loop>
        <name default="Loop" type="String" length="40" description="This is the name of the Loop. Example: KHTX Radar Loop. This is used to identify the Loop when editing it.">Idaho Radar</name>
        <title default="My Loop" type="String" length="50" description="This is the title shown before the first slide">Idaho Radar</title>
        <titlefont type="Font" description="This is the Font for the title shown before first slide">
            <font>Arial Black</font>
            <style>1</style>
            <size scalable="H">26</size>
        </titlefont>
        <titlecolor type="Color" description="Color used for the title displayed before the first slide">
            <red>255</red>
            <blue>51</blue>
            <green>51</green>
            <alpha>255</alpha>
        </titlecolor>
        <backgroundcolor type="Color" description="Color used for the background. Note: Opaque has to be true for you to see this color.">
            <red>255</red>
            <blue>51</blue>
            <green>51</green>
            <alpha>255</alpha>
        </backgroundcolor>
        <opaque type="boolean" default="true" description="Is this component opaque">true</opaque>
        <fitwindow default="" type="boolean" description="If true the images downloaded will be expanded or shrunk to fit into the window size of the panel. If false they will remain the same size as the downloaded image.">true</fitwindow>
        <delaybetweenloops default="" type="int" description="This is the delay in milliseconds to pause before next loop.">500</delaybetweenloops>
        <numberofloops default="" type="int" description="This is the number of times to loop through this loop each time it is activated">2</numberofloops>
        <delaybetweenslides deafult="" type="int" description="Delay in milliseconds to pause between each slide in the loop">2000</delaybetweenslides>
        <numberofslides default="" type="int" description="Number of slides to keep in the loop when the loop is filled with images it will push the old images off the end and keep the new ones as it updates with new images.">1</numberofslides>
        <delaybetweenupdates default="" type="int" description="Number of milliseconds between attempts to try to get a new image. it will check the update time of the image on the server and if it is not newer than the last image it will not download it.">3600000</delaybetweenupdates>
        <loopURL default="" type="URL" description="URL used to point to the image that is to be downloaded upon the interval setup in the delaybetweenupdates section">http://www.srh.noaa.gov/ridge/lite/N0R/SFX_0.png</loopURL>
        <loopBackupURL default="" type="URL" description="This is the backup URL to check if there are connection problems obtaining the images on the loopURL" />
        <loaderuse default="" type="boolean" description="This determines whether to use a loader to setup the images when first started. When the application starts he loops will download an image and until more images become avialable will not download new images. If this is enabled it will try to get a collection of images. Based on popular java loops used on a lot of webpages.">false</loaderuse>
        <loaderleading default="" type="String" description="This the piece of the URL that will be put on the front of the items picked out of the loader list" />
        <loaderlist default="" type="URL" description="URL to obtain the list of items in the loader list. Also see the loader leading " />
    </Loop><Loop>
        <name default="Loop" type="String" length="40" description="This is the name of the Loop. Example: KHTX Radar Loop. This is used to identify the Loop when editing it.">Missoula Radar</name>
        <title default="My Loop" type="String" length="50" description="This is the title shown before the first slide">Missoula Radar</title>
        <titlefont type="Font" description="This is the Font for the title shown before first slide">
            <font>Arial Black</font>
            <style>1</style>
            <size scalable="H">26</size>
        </titlefont>
        <titlecolor type="Color" description="Color used for the title displayed before the first slide">
            <red>255</red>
            <blue>51</blue>
            <green>51</green>
            <alpha>255</alpha>
        </titlecolor>
        <backgroundcolor type="Color" description="Color used for the background. Note: Opaque has to be true for you to see this color.">
            <red>255</red>
            <blue>51</blue>
            <green>51</green>
            <alpha>255</alpha>
        </backgroundcolor>
        <opaque type="boolean" default="true" description="Is this component opaque">true</opaque>
        <fitwindow default="" type="boolean" description="If true the images downloaded will be expanded or shrunk to fit into the window size of the panel. If false they will remain the same size as the downloaded image.">true</fitwindow>
        <delaybetweenloops default="" type="int" description="This is the delay in milliseconds to pause before next loop.">500</delaybetweenloops>
        <numberofloops default="" type="int" description="This is the number of times to loop through this loop each time it is activated">2</numberofloops>
        <delaybetweenslides deafult="" type="int" description="Delay in milliseconds to pause between each slide in the loop">2000</delaybetweenslides>
        <numberofslides default="" type="int" description="Number of slides to keep in the loop when the loop is filled with images it will push the old images off the end and keep the new ones as it updates with new images.">1</numberofslides>
        <delaybetweenupdates default="" type="int" description="Number of milliseconds between attempts to try to get a new image. it will check the update time of the image on the server and if it is not newer than the last image it will not download it.">3600000</delaybetweenupdates>
        <loopURL default="" type="URL" description="URL used to point to the image that is to be downloaded upon the interval setup in the delaybetweenupdates section">http://www.srh.noaa.gov/ridge/lite/N0R/MSX_0.png</loopURL>
        <loopBackupURL default="" type="URL" description="This is the backup URL to check if there are connection problems obtaining the images on the loopURL" />
        <loaderuse default="" type="boolean" description="This determines whether to use a loader to setup the images when first started. When the application starts he loops will download an image and until more images become avialable will not download new images. If this is enabled it will try to get a collection of images. Based on popular java loops used on a lot of webpages.">false</loaderuse>
        <loaderleading default="" type="String" description="This the piece of the URL that will be put on the front of the items picked out of the loader list" />
        <loaderlist default="" type="URL" description="URL to obtain the list of items in the loader list. Also see the loader leading " />
    </Loop></loops>    
            <WarningMode BasicConfig="1">    
             <backgroundcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </backgroundcolor><textcolor type="Color">    
                <red>255</red>    
                <blue>51</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </textcolor><width default="0" type="int" BasicConfig="1">524</width><ylocation default="0" type="int" BasicConfig="1">129</ylocation><loops type="super" template="Loop" delete="true" add="true" move="true" description="This is used to controls all of the loops in the loop panel. You can add, delete of modify the loops from here. You can also change the order of the loops by using the up and down buttons">    
                <Loop>    
                    <name default="Loop" type="String" length="40" description="This is the name of the Loop. Example: KHTX Radar Loop. This is used to identify the Loop when editing it.">Radar loop</name>    
                    <title default="My Loop" type="String" length="50" description="This is the title shown before the first slide">Local Radar Loop</title>    
                    <titlefont type="Font" description="This is the Font for the title shown before first slide">    
                        <font>Dialog</font>    
                        <style>1</style>    
                        <size>26</size>    
                    </titlefont>    
                    <titlecolor type="Color" description="Color used for the title displayed before the first slide">    
                        <red>255</red>    
                        <blue>51</blue>    
                        <green>51</green>    
                        <alpha>100</alpha>    
                    </titlecolor>    
                    <backgroundcolor type="Color" description="Color used for the background. Note: Opaque has to be true for you to see this color.">    
                        <red>255</red>    
                        <blue>51</blue>    
                        <green>51</green>    
                        <alpha>100</alpha>    
                    </backgroundcolor>    
                    <opaque type="boolean" default="true" description="Is this component opaque">true</opaque>    
                    <fitwindow default="" type="boolean" description="If true the images downloaded will be expanded or shrunk to fit into the window size of the panel. If false they will remain the same size as the downloaded image.">true</fitwindow>    
                    <delaybetweenloops default="" type="int" description="This is the delay in milliseconds to pause before next loop.">500</delaybetweenloops>    
                    <numberofloops default="" type="int" description="This is the number of times to loop through this loop each time it is activated">3</numberofloops>    
                    <delaybetweenslides deafult="" type="int" description="Delay in milliseconds to pause between each slide in the loop">1000</delaybetweenslides>    
                    <numberofslides default="" type="int" description="Number of slides to keep in the loop when the loop is filled with images it will push the old images off the end and keep the new ones as it updates with new images.">6</numberofslides>    
                    <delaybetweenupdates default="" type="int" description="Number of milliseconds between attempts to try to get a new image. it will check the update time of the image on the server and if it is not newer than the last image it will not download it.">3600000</delaybetweenupdates>    
                    <loopURL default="" type="URL" description="URL used to point to the image that is to be downloaded upon the interval setup in the delaybetweenupdates section">http://www.srh.noaa.gov/ridge/lite/N0R/BZN_0.png</loopURL>    
                    <loopBackupURL default="" type="URL" description="This is the backup URL to check if there are connection problems obtaining the images on the loopURL" />    
                    <loaderuse default="" type="boolean" description="This determines whether to use a loader to setup the images when first started. When the application starts he loops will download an image and until more images become avialable will not download new images. If this is enabled it will try to get a collection of images. Based on popular java loops used on a lot of webpages.">false</loaderuse>    
                    <loaderleading default="" type="String" description="This the piece of the URL that will be put on the front of the items picked out of the loader list">file:///C:/FLARE/XMLConfig/currentconfig/</loaderleading>    
                    <loaderlist default="" type="URL" description="URL to obtain the list of items in the loader list. Also see the loader leading ">file:///C:/FLARE/XMLConfig/currentconfig/khtx.txt</loaderlist>    
                </Loop>    
            <Loop>   
        <name default="Loop" type="String" length="40" description="This is the name of the Loop. Example: KHTX Radar Loop. This is used to identify the Loop when editing it.">WR wwa-map</name>   
        <title default="My Loop" type="String" length="50" description="This is the title shown before the first slide">Regional Watches and Warnings</title>   
        <titlefont type="Font" description="This is the Font for the title shown before first slide">   
            <font>Arial Black</font>   
            <style>1</style>   
            <size scalable="H">26</size>   
        </titlefont>   
        <titlecolor type="Color" description="Color used for the title displayed before the first slide">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </titlecolor>   
        <backgroundcolor type="Color" description="Color used for the background. Note: Opaque has to be true for you to see this color.">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </backgroundcolor>   
        <opaque type="boolean" default="true" description="Is this component opaque">true</opaque>   
        <fitwindow default="" type="boolean" description="If true the images downloaded will be expanded or shrunk to fit into the window size of the panel. If false they will remain the same size as the downloaded image.">false</fitwindow>   
        <delaybetweenloops default="" type="int" description="This is the delay in milliseconds to pause before next loop.">2000</delaybetweenloops>   
        <numberofloops default="" type="int" description="This is the number of times to loop through this loop each time it is activated">1</numberofloops>   
        <delaybetweenslides deafult="" type="int" description="Delay in milliseconds to pause between each slide in the loop">4000</delaybetweenslides>   
        <numberofslides default="" type="int" description="Number of slides to keep in the loop when the loop is filled with images it will push the old images off the end and keep the new ones as it updates with new images.">1</numberofslides>   
        <delaybetweenupdates default="" type="int" description="Number of milliseconds between attempts to try to get a new image. it will check the update time of the image on the server and if it is not newer than the last image it will not download it.">3600000</delaybetweenupdates>   
        <loopURL default="" type="URL" description="URL used to point to the image that is to be downloaded upon the interval setup in the delaybetweenupdates section">http://www.wrh.noaa.gov/images/total_forecast/wwa/wrh.png</loopURL>   
        <loopBackupURL default="" type="URL" description="This is the backup URL to check if there are connection problems obtaining the images on the loopURL" />   
        <loaderuse default="" type="boolean" description="This determines whether to use a loader to setup the images when first started. When the application starts he loops will download an image and until more images become avialable will not download new images. If this is enabled it will try to get a collection of images. Based on popular java loops used on a lot of webpages.">false</loaderuse>   
        <loaderleading default="" type="String" description="This the piece of the URL that will be put on the front of the items picked out of the loader list" />   
        <loaderlist default="" type="URL" description="URL to obtain the list of items in the loader list. Also see the loader leading " />   
    </Loop><Loop>   
        <name default="Loop" type="String" length="40" description="This is the name of the Loop. Example: KHTX Radar Loop. This is used to identify the Loop when editing it.">WFO wwa-map</name>   
        <title default="My Loop" type="String" length="50" description="This is the title shown before the first slide">TFX Watches and Warnings</title>   
        <titlefont type="Font" description="This is the Font for the title shown before first slide">   
            <font>Arial Black</font>   
            <style>1</style>   
            <size scalable="H">26</size>   
        </titlefont>   
        <titlecolor type="Color" description="Color used for the title displayed before the first slide">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </titlecolor>   
        <backgroundcolor type="Color" description="Color used for the background. Note: Opaque has to be true for you to see this color.">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </backgroundcolor>   
        <opaque type="boolean" default="true" description="Is this component opaque">true</opaque>   
        <fitwindow default="" type="boolean" description="If true the images downloaded will be expanded or shrunk to fit into the window size of the panel. If false they will remain the same size as the downloaded image.">false</fitwindow>   
        <delaybetweenloops default="" type="int" description="This is the delay in milliseconds to pause before next loop.">2000</delaybetweenloops>   
        <numberofloops default="" type="int" description="This is the number of times to loop through this loop each time it is activated">1</numberofloops>   
        <delaybetweenslides deafult="" type="int" description="Delay in milliseconds to pause between each slide in the loop">4000</delaybetweenslides>   
        <numberofslides default="" type="int" description="Number of slides to keep in the loop when the loop is filled with images it will push the old images off the end and keep the new ones as it updates with new images.">1</numberofslides>   
        <delaybetweenupdates default="" type="int" description="Number of milliseconds between attempts to try to get a new image. it will check the update time of the image on the server and if it is not newer than the last image it will not download it.">3600000</delaybetweenupdates>   
        <loopURL default="" type="URL" description="URL used to point to the image that is to be downloaded upon the interval setup in the delaybetweenupdates section">http://www.wrh.noaa.gov/images/total_forecast/wwa/tfx.png</loopURL>   
        <loopBackupURL default="" type="URL" description="This is the backup URL to check if there are connection problems obtaining the images on the loopURL" />   
        <loaderuse default="" type="boolean" description="This determines whether to use a loader to setup the images when first started. When the application starts he loops will download an image and until more images become avialable will not download new images. If this is enabled it will try to get a collection of images. Based on popular java loops used on a lot of webpages.">false</loaderuse>   
        <loaderleading default="" type="String" description="This the piece of the URL that will be put on the front of the items picked out of the loader list" />   
        <loaderlist default="" type="URL" description="URL to obtain the list of items in the loader list. Also see the loader leading " />   
    </Loop><Loop>   
        <name default="Loop" type="String" length="40" description="This is the name of the Loop. Example: KHTX Radar Loop. This is used to identify the Loop when editing it.">Local Satellite</name>   
        <title default="My Loop" type="String" length="50" description="This is the title shown before the first slide">Local Satellite Image</title>   
        <titlefont type="Font" description="This is the Font for the title shown before first slide">   
            <font>Arial Black</font>   
            <style>1</style>   
            <size scalable="H">26</size>   
        </titlefont>   
        <titlecolor type="Color" description="Color used for the title displayed before the first slide">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </titlecolor>   
        <backgroundcolor type="Color" description="Color used for the background. Note: Opaque has to be true for you to see this color.">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </backgroundcolor>   
        <opaque type="boolean" default="true" description="Is this component opaque">true</opaque>   
        <fitwindow default="" type="boolean" description="If true the images downloaded will be expanded or shrunk to fit into the window size of the panel. If false they will remain the same size as the downloaded image.">false</fitwindow>   
        <delaybetweenloops default="" type="int" description="This is the delay in milliseconds to pause before next loop.">500</delaybetweenloops>   
        <numberofloops default="" type="int" description="This is the number of times to loop through this loop each time it is activated">3</numberofloops>   
        <delaybetweenslides deafult="" type="int" description="Delay in milliseconds to pause between each slide in the loop">1000</delaybetweenslides>   
        <numberofslides default="" type="int" description="Number of slides to keep in the loop when the loop is filled with images it will push the old images off the end and keep the new ones as it updates with new images.">6</numberofslides>   
        <delaybetweenupdates default="" type="int" description="Number of milliseconds between attempts to try to get a new image. it will check the update time of the image on the server and if it is not newer than the last image it will not download it.">3600000</delaybetweenupdates>   
        <loopURL default="" type="URL" description="URL used to point to the image that is to be downloaded upon the interval setup in the delaybetweenupdates section">http://sat.wrh.noaa.gov/satellite/2km/byz/IR2BYZ.GIF</loopURL>   
        <loopBackupURL default="" type="URL" description="This is the backup URL to check if there are connection problems obtaining the images on the loopURL" />   
        <loaderuse default="" type="boolean" description="This determines whether to use a loader to setup the images when first started. When the application starts he loops will download an image and until more images become avialable will not download new images. If this is enabled it will try to get a collection of images. Based on popular java loops used on a lot of webpages.">false</loaderuse>   
        <loaderleading default="" type="String" description="This the piece of the URL that will be put on the front of the items picked out of the loader list" />   
        <loaderlist default="" type="URL" description="URL to obtain the list of items in the loader list. Also see the loader leading " />   
    </Loop><Loop>   
        <name default="Loop" type="String" length="40" description="This is the name of the Loop. Example: KHTX Radar Loop. This is used to identify the Loop when editing it.">GOES West Infrared</name>   
        <title default="My Loop" type="String" length="50" description="This is the title shown before the first slide">GOES West Infrared</title>   
        <titlefont type="Font" description="This is the Font for the title shown before first slide">   
            <font>Arial Black</font>   
            <style>1</style>   
            <size scalable="H">26</size>   
        </titlefont>   
        <titlecolor type="Color" description="Color used for the title displayed before the first slide">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </titlecolor>   
        <backgroundcolor type="Color" description="Color used for the background. Note: Opaque has to be true for you to see this color.">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </backgroundcolor>   
        <opaque type="boolean" default="true" description="Is this component opaque">true</opaque>   
        <fitwindow default="" type="boolean" description="If true the images downloaded will be expanded or shrunk to fit into the window size of the panel. If false they will remain the same size as the downloaded image.">false</fitwindow>   
        <delaybetweenloops default="" type="int" description="This is the delay in milliseconds to pause before next loop.">500</delaybetweenloops>   
        <numberofloops default="" type="int" description="This is the number of times to loop through this loop each time it is activated">3</numberofloops>   
        <delaybetweenslides deafult="" type="int" description="Delay in milliseconds to pause between each slide in the loop">1000</delaybetweenslides>   
        <numberofslides default="" type="int" description="Number of slides to keep in the loop when the loop is filled with images it will push the old images off the end and keep the new ones as it updates with new images.">6</numberofslides>   
        <delaybetweenupdates default="" type="int" description="Number of milliseconds between attempts to try to get a new image. it will check the update time of the image on the server and if it is not newer than the last image it will not download it.">3600000</delaybetweenupdates>   
        <loopURL default="" type="URL" description="URL used to point to the image that is to be downloaded upon the interval setup in the delaybetweenupdates section">http://sat.wrh.noaa.gov/satellite/4km/WR/IR4.GIF</loopURL>   
        <loopBackupURL default="" type="URL" description="This is the backup URL to check if there are connection problems obtaining the images on the loopURL" />   
        <loaderuse default="" type="boolean" description="This determines whether to use a loader to setup the images when first started. When the application starts he loops will download an image and until more images become avialable will not download new images. If this is enabled it will try to get a collection of images. Based on popular java loops used on a lot of webpages.">false</loaderuse>   
        <loaderleading default="" type="String" description="This the piece of the URL that will be put on the front of the items picked out of the loader list" />   
        <loaderlist default="" type="URL" description="URL to obtain the list of items in the loader list. Also see the loader leading " />   
    </Loop><Loop>   
        <name default="Loop" type="String" length="40" description="This is the name of the Loop. Example: KHTX Radar Loop. This is used to identify the Loop when editing it.">GOES West Water Vapor</name>   
        <title default="My Loop" type="String" length="50" description="This is the title shown before the first slide">GOES West Water Vapor</title>   
        <titlefont type="Font" description="This is the Font for the title shown before first slide">   
            <font>Arial Black</font>   
            <style>1</style>   
            <size scalable="H">26</size>   
        </titlefont>   
        <titlecolor type="Color" description="Color used for the title displayed before the first slide">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </titlecolor>   
        <backgroundcolor type="Color" description="Color used for the background. Note: Opaque has to be true for you to see this color.">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </backgroundcolor>   
        <opaque type="boolean" default="true" description="Is this component opaque">true</opaque>   
        <fitwindow default="" type="boolean" description="If true the images downloaded will be expanded or shrunk to fit into the window size of the panel. If false they will remain the same size as the downloaded image.">false</fitwindow>   
        <delaybetweenloops default="" type="int" description="This is the delay in milliseconds to pause before next loop.">500</delaybetweenloops>   
        <numberofloops default="" type="int" description="This is the number of times to loop through this loop each time it is activated">3</numberofloops>   
        <delaybetweenslides deafult="" type="int" description="Delay in milliseconds to pause between each slide in the loop">1000</delaybetweenslides>   
        <numberofslides default="" type="int" description="Number of slides to keep in the loop when the loop is filled with images it will push the old images off the end and keep the new ones as it updates with new images.">6</numberofslides>   
        <delaybetweenupdates default="" type="int" description="Number of milliseconds between attempts to try to get a new image. it will check the update time of the image on the server and if it is not newer than the last image it will not download it.">3600000</delaybetweenupdates>   
        <loopURL default="" type="URL" description="URL used to point to the image that is to be downloaded upon the interval setup in the delaybetweenupdates section">http://sat.wrh.noaa.gov/satellite/4km/WR/WV4.GIF</loopURL>   
        <loopBackupURL default="" type="URL" description="This is the backup URL to check if there are connection problems obtaining the images on the loopURL" />   
        <loaderuse default="" type="boolean" description="This determines whether to use a loader to setup the images when first started. When the application starts he loops will download an image and until more images become avialable will not download new images. If this is enabled it will try to get a collection of images. Based on popular java loops used on a lot of webpages.">false</loaderuse>   
        <loaderleading default="" type="String" description="This the piece of the URL that will be put on the front of the items picked out of the loader list" />   
        <loaderlist default="" type="URL" description="URL to obtain the list of items in the loader list. Also see the loader leading " />   
    </Loop><Loop>   
        <name default="Loop" type="String" length="40" description="This is the name of the Loop. Example: KHTX Radar Loop. This is used to identify the Loop when editing it.">Graphical Temps</name>   
        <title default="My Loop" type="String" length="50" description="This is the title shown before the first slide">Forecast Temperature</title>   
        <titlefont type="Font" description="This is the Font for the title shown before first slide">   
            <font>Arial Black</font>   
            <style>1</style>   
            <size scalable="H">26</size>   
        </titlefont>   
        <titlecolor type="Color" description="Color used for the title displayed before the first slide">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </titlecolor>   
        <backgroundcolor type="Color" description="Color used for the background. Note: Opaque has to be true for you to see this color.">   
            <red>255</red>   
            <blue>51</blue>   
            <green>51</green>   
            <alpha>255</alpha>   
        </backgroundcolor>   
        <opaque type="boolean" default="true" description="Is this component opaque">true</opaque>   
        <fitwindow default="" type="boolean" description="If true the images downloaded will be expanded or shrunk to fit into the window size of the panel. If false they will remain the same size as the downloaded image.">false</fitwindow>   
        <delaybetweenloops default="" type="int" description="This is the delay in milliseconds to pause before next loop.">500</delaybetweenloops>   
        <numberofloops default="" type="int" description="This is the number of times to loop through this loop each time it is activated">2</numberofloops>   
        <delaybetweenslides deafult="" type="int" description="Delay in milliseconds to pause between each slide in the loop">2000</delaybetweenslides>   
        <numberofslides default="" type="int" description="Number of slides to keep in the loop when the loop is filled with images it will push the old images off the end and keep the new ones as it updates with new images.">1</numberofslides>   
        <delaybetweenupdates default="" type="int" description="Number of milliseconds between attempts to try to get a new image. it will check the update time of the image on the server and if it is not newer than the last image it will not download it.">3600000</delaybetweenupdates>   
        <loopURL default="" type="URL" description="URL used to point to the image that is to be downloaded upon the interval setup in the delaybetweenupdates section">http://www.weather.gov/forecasts/graphical/images/conus/MaxT1_conus.png</loopURL>   
        <loopBackupURL default="" type="URL" description="This is the backup URL to check if there are connection problems obtaining the images on the loopURL" />   
        <loaderuse default="" type="boolean" description="This determines whether to use a loader to setup the images when first started. When the application starts he loops will download an image and until more images become avialable will not download new images. If this is enabled it will try to get a collection of images. Based on popular java loops used on a lot of webpages.">false</loaderuse>   
        <loaderleading default="" type="String" description="This the piece of the URL that will be put on the front of the items picked out of the loader list" />   
        <loaderlist default="" type="URL" description="URL to obtain the list of items in the loader list. Also see the loader leading " />   
    </Loop></loops><xlocation default="0" type="int" BasicConfig="1">244</xlocation><name default="JLoopPanel" type="String" length="40">JLoop Panel</name><height default="0" type="int" BasicConfig="1">435</height><opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">false</opaque></WarningMode>    
        </JLoopPanel>    
        <ObservationDisplay>    
            <name default="ObservationDisplay" type="String" length="40">Gallatin County Region</name>    
            <xlocation default="0" type="int" BasicConfig="1">780</xlocation>    
            <ylocation default="0" type="int" BasicConfig="1">151</ylocation>    
            <width default="0" type="int" BasicConfig="1">230</width>    
            <height default="0" type="int" BasicConfig="1">384</height>    
            <backgroundcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </backgroundcolor>    
            <opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">true</opaque>    
            <metarURL type="URL">http://www.srh.noaa.gov/data/METAR/KBZN.1.txt</metarURL>    
            <climateURL type="URL">http://www.srh.noaa.gov/data/TFX/CLIBZN</climateURL>    
            <climatedisplay type="boolean">true</climatedisplay>    
            <updateinterval default="" type="int" description="Number of milliseconds between attempts to try to get a new METAR. it will check the update time of the image on the server and if it is not newer than the last image it will not download it.">6000</updateinterval>    
            <timezone type="combo" description="Time zone used in of observation" template="Timezones">America/Denver</timezone>    
            <titletextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </titletextcolor>    
            <titletextfont type="Font" description="This is the Font for the date string">    
                <font>Arial Black</font>    
                <style>2</style>    
                <size>17</size>    
            </titletextfont>    
            <stationnametextcolor type="Color">    
                <red>0</red>    
                <blue>255</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </stationnametextcolor>    
            <stationnametextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>2</style>    
                <size>14</size>    
            </stationnametextfont>    
            <datetimetextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </datetimetextcolor>    
            <datetimetextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>2</style>    
                <size>10</size>    
            </datetimetextfont>    
            <currenttempFtextcolor type="Color">    
                <red>255</red>    
                <blue>51</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </currenttempFtextcolor>    
            <currenttempFtextfont type="Font" description="This is the Font for the date string">    
                <font>Comic Sans MS</font>    
                <style>2</style>    
                <size>50</size>    
            </currenttempFtextfont>    
            <currenttempCtextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </currenttempCtextcolor>    
            <currenttempCtextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>1</style>    
                <size>6</size>    
            </currenttempCtextfont>    
            <weathertextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </weathertextcolor>    
            <weathertextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>2</style>    
                <size>18</size>    
            </weathertextfont>    
            <textcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </textcolor>    
            <relativehumiditytextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>0</style>    
                <size>18</size>    
            </relativehumiditytextfont>    
            <relativehumiditytextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </relativehumiditytextcolor>    
            <relativehumiditytextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>2</style>    
                <size>14</size>    
            </relativehumiditytextfont>    
            <windtextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>153</green>    
                <alpha>100</alpha>    
            </windtextcolor>    
            <windtextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>2</style>    
                <size>20</size>    
            </windtextfont>    
            <pressuretextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </pressuretextcolor>    
            <pressuretextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>3</style>    
                <size>15</size>    
            </pressuretextfont>    
            <windtextcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </windtextcolor>    
            <dewpointtextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>2</style>    
                <size>18</size>    
            </dewpointtextfont>    
            <dewtextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </dewtextcolor>    
            <dewpointtextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>2</style>    
                <size>18</size>    
            </dewpointtextfont>    
            <windtextcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </windtextcolor>    
            <windtextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>2</style>    
                <size>18</size>    
            </windtextfont>    
            <specialtextcolor type="Color">    
                <red>0</red>    
                <blue>255</blue>    
                <green>51</green>    
                <alpha>100</alpha>    
            </specialtextcolor>    
            <specialtextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>2</style>    
                <size>18</size>    
            </specialtextfont>    
            <maxtemptextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </maxtemptextcolor>    
            <maxtemptextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>1</style>    
                <size>18</size>    
            </maxtemptextfont>    
            <mintemptextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </mintemptextcolor>    
            <mintemptextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>1</style>    
                <size>18</size>    
            </mintemptextfont>    
            <WarningMode BasicConfig="1">    
             <datetimetextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>2</style>    
                <size>12</size>    
            </datetimetextfont><currenttempCtextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </currenttempCtextcolor><stationnametextcolor type="Color">    
                <red>0</red>    
                <blue>255</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </stationnametextcolor><windtextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </windtextcolor><textcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </textcolor><width default="0" type="int" BasicConfig="1">230</width><xlocation default="0" type="int" BasicConfig="1">780</xlocation><name default="ObservationDisplay" type="String" length="40">Gallatin County</name><windtextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>2</style>    
                <size>18</size>    
            </windtextfont><titletextfont type="Font" description="This is the Font for the date string">    
                <font>Arial Black</font>    
                <style>2</style>    
                <size>20</size>    
            </titletextfont><opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">true</opaque><windtextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>2</style>    
                <size>18</size>    
            </windtextfont><ylocation default="0" type="int" BasicConfig="1">151</ylocation><datetimetextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </datetimetextcolor><pressuretextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>3</style>    
                <size>15</size>    
            </pressuretextfont><dewpointtextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>2</style>    
                <size>18</size>    
            </dewpointtextfont><windtextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </windtextcolor><currenttempFtextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </currenttempFtextcolor><backgroundcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </backgroundcolor><weathertextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </weathertextcolor><maxtemptextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </maxtemptextcolor><relativehumiditytextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>0</style>    
                <size>18</size>    
            </relativehumiditytextfont><relativehumiditytextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>0</style>    
                <size>18</size>    
            </relativehumiditytextfont><stationnametextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>2</style>    
                <size>14</size>    
            </stationnametextfont><dewpointtextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>2</style>    
                <size>18</size>    
            </dewpointtextfont><weathertextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>2</style>    
                <size>18</size>    
            </weathertextfont><windtextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </windtextcolor><pressuretextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </pressuretextcolor><currenttempFtextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>2</style>    
                <size>44</size>    
            </currenttempFtextfont><specialtextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>2</style>    
                <size>18</size>    
            </specialtextfont><currenttempCtextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>1</style>    
                <size>18</size>    
            </currenttempCtextfont><specialtextcolor type="Color">    
                <red>0</red>    
                <blue>255</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </specialtextcolor><maxtemptextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>1</style>    
                <size>18</size>    
            </maxtemptextfont><height default="0" type="int" BasicConfig="1">384</height><relativehumiditytextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </relativehumiditytextcolor><dewtextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </dewtextcolor><mintemptextfont type="Font" description="This is the Font for the date string">    
                <font>Dialog</font>    
                <style>1</style>    
                <size>18</size>    
            </mintemptextfont><mintemptextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </mintemptextcolor><titletextcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </titletextcolor></WarningMode>    
        </ObservationDisplay>    
        <JForecastPeriodPanel>    
            <name default="Forecast Period Display" type="String" length="40" description="This is the name of the panel.">Forecast Period Panel</name>    
            <xlocation default="0" type="int" BasicConfig="1">8</xlocation>    
            <ylocation default="0" type="int" BasicConfig="1">525</ylocation>    
            <width default="0" type="int" BasicConfig="1">991</width>    
            <height default="0" type="int" BasicConfig="1">171</height>    
            <backgroundcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </backgroundcolor>    
            <textcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </textcolor>    
            <textfont type="Font" description="This is the Font for the date string">    
                <font>Arial Black</font>    
                <style>1</style>    
                <size>26</size>    
            </textfont>    
            <opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">false</opaque>    
            <ZoneURL type="URL">http://www.srh.noaa.gov/data/TFX/ZFPTFX</ZoneURL>    
            <zoneupdateinterval type="int">3600000</zoneupdateinterval>    
            <maxnumberperiods type="int">6</maxnumberperiods>    
            <pil type="String">TFXZFPTFX</pil>    
            <zonecode type="String">UTZ007</zonecode>    
            <WarningMode BasicConfig="0">    
                <width default="0" type="int" BasicConfig="1">1009</width>    
                <height default="0" type="int" BasicConfig="1">158</height>    
                <xlocation default="0" type="int" BasicConfig="1">4</xlocation>    
                <ylocation default="0" type="int" BasicConfig="1">511</ylocation>    
                <backgroundcolor type="Color">    
                    <red>255</red>    
                    <blue>255</blue>    
                    <green>255</green>    
                    <alpha>100</alpha>    
                </backgroundcolor>    
                <textfont type="Font" description="This is the Font for the date string">    
                    <font>Arial Black</font>    
                    <style>1</style>    
                    <size>26</size>    
                </textfont>    
                <opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">false</opaque>    
                <textcolor type="Color">    
                    <red>255</red>    
                    <blue>255</blue>    
                    <green>255</green>    
                    <alpha>100</alpha>    
                </textcolor>    
                <name default="Forecast Period Display" type="String" length="40" description="This is the name of the panel.">Forecast Period Panel</name>    
             </WarningMode>    
        </JForecastPeriodPanel>    
        <JTextPanel>    
            <name default="JTextPanel" type="String" length="40">Text Panel</name>    
            <xlocation default="0" type="int" BasicConfig="1">147</xlocation>    
            <ylocation default="0" type="int" BasicConfig="1">28</ylocation>    
            <width default="0" type="int" BasicConfig="1">351</width>    
            <height default="0" type="int" BasicConfig="1">62</height>    
            <backgroundcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </backgroundcolor>    
            <textcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </textcolor>    
            <textfont type="Font" description="This is the Font for the date string">    
                <font>Arial Black</font>    
                <style>0</style>    
                <size>32</size>    
            </textfont>    
            <text type="String">Gallatin County</text>    
            <opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">false</opaque>    
            <WarningMode BasicConfig="1">    
            <textcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </textcolor><textfont type="Font" description="This is the Font for the date string">    
                <font>Arial Black</font>    
                <style>0</style>    
                <size>32</size>    
            </textfont><xlocation default="0" type="int" BasicConfig="1">147</xlocation><backgroundcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </backgroundcolor><opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">false</opaque><text type="String">Gallatin County</text><name default="JTextPanel" type="String" length="40">Text Panel</name><width default="0" type="int" BasicConfig="1">351</width><height default="0" type="int" BasicConfig="1">62</height><ylocation default="0" type="int" BasicConfig="1">28</ylocation></WarningMode>    
        </JTextPanel>    
        <JTimePanel>    
            <name default="TimePanel" type="String" length="40">Time Panel</name>    
            <xlocation default="0" type="int" BasicConfig="1">682</xlocation>    
            <ylocation default="0" type="int" BasicConfig="1">39</ylocation>    
            <width default="0" type="int" BasicConfig="1">256</width>    
            <height default="0" type="int" BasicConfig="1">56</height>    
            <backgroundcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </backgroundcolor>    
            <datefont type="Font" description="This is the Font for the date string">    
                <font>Georgia</font>    
                <style>1</style>    
                <size>20</size>    
            </datefont>    
            <datehorizontalalignment type="combo" template="HorizontalAlignment">Center</datehorizontalalignment>    
            <datecolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </datecolor>    
            <timezone type="combo" description="Time zone used in display" template="Timezones">America/Denver</timezone>    
            <timeformat type="String" description="Format use for the time section. See POSIX description.">HH:mm:ss aa zzz</timeformat>    
            <dateformat type="String" description="Format use for the date section. See POSIX description">EEEEEEEEEEEEEEEE MM/dd/yy</dateformat>    
            <updatetime type="int" description="Millisecond between updates of the clock" default="60000">1000</updatetime>    
            <timefont type="Font" description="This is the Font for the time string">    
                <font>Comic Sans MS</font>    
                <style>1</style>    
                <size>19</size>    
            </timefont>    
            <timehorizontalalignment type="combo" template="HorizontalAlignment">Center</timehorizontalalignment>    
            <timecolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </timecolor>    
            <opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">false</opaque>    
            <WarningMode BasicConfig="1">    
            <opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">false</opaque><dateformat type="String" description="Format use for the date section. See POSIX description">EEEEEEEEEEEEEEEE MM/dd/yy</dateformat><ylocation default="0" type="int" BasicConfig="1">39</ylocation><height default="0" type="int" BasicConfig="1">56</height><timeformat type="String" description="Format use for the time section. See POSIX description.">h:mm:ss aa zzz</timeformat><datefont type="Font" description="This is the Font for the date string">    
                <font>Georgia</font>    
                <style>1</style>    
                <size>17</size>    
            </datefont><xlocation default="0" type="int" BasicConfig="1">682</xlocation><width default="0" type="int" BasicConfig="1">256</width><timecolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </timecolor><backgroundcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </backgroundcolor><timefont type="Font" description="This is the Font for the time string">    
                <font>Dialog</font>    
                <style>1</style>    
                <size>17</size>    
            </timefont><datecolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </datecolor><name default="TimePanel" type="String" length="40">Time Panel</name><datehorizontalalignment type="combo" template="HorizontalAlignment">Center</datehorizontalalignment><timehorizontalalignment type="combo" template="HorizontalAlignment">Center</timehorizontalalignment><timezone type="combo" description="Time zone used in display" template="Timezones">America/Denver</timezone><updatetime type="int" description="Millisecond between updates of the clock" default="60000">1000</updatetime></WarningMode>    
        </JTimePanel>    
        <JForecastScroll>    
            <name default="Forecast Scroll" type="String" length="40">Forecast Scrolling Text Panel</name>    
            <xlocation default="0" type="int" BasicConfig="1">0</xlocation>    
            <ylocation default="0" type="int" BasicConfig="1">693</ylocation>    
            <width default="0" type="int" BasicConfig="1">1015</width>    
            <height default="0" type="int" BasicConfig="1">41</height>    
            <backgroundcolor type="Color">    
                <red>204</red>    
                <blue>255</blue>    
                <green>204</green>    
                <alpha>100</alpha>    
            </backgroundcolor>    
            <textcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </textcolor>    
            <textfont type="Font" description="This is the Font for the date string">    
                <font>Comic Sans MS</font>    
                <style>1</style>    
                <size>24</size>    
            </textfont>    
            <imageicon type="File">C:\FLARE\Images\nwslogo.jpg</imageicon>    
            <showimageicon type="boolean">false</showimageicon>    
            <opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">true</opaque>    
            <framerate type="int">32</framerate>    
            <speed type="int">12</speed>    
            <ZoneURL type="URL">http://www.srh.noaa.gov/data/TFX/ZFPTFX</ZoneURL>    
            <zoneupdateinterval type="int">3600000</zoneupdateinterval>    
            <pil type="String">TFXZFPTFX</pil>    
            <zonecode type="String">MTZ055</zonecode>    
            <WarningMode BasicConfig="1">    
            <xlocation default="0" type="int" BasicConfig="1">0</xlocation><framerate type="int">32</framerate><opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">true</opaque><name default="Forecast Scroll" type="String" length="40">Forecast Scrolling Text Panel</name><textcolor type="Color">    
                <red>0</red>    
                <blue>0</blue>    
                <green>0</green>    
                <alpha>100</alpha>    
            </textcolor><imageicon type="File">C:\FLARE\Images\nwslogo.jpg</imageicon><height default="0" type="int" BasicConfig="1">41</height><showimageicon type="boolean">false</showimageicon><speed type="int">10</speed><ylocation default="0" type="int" BasicConfig="1">693</ylocation><opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">true</opaque><backgroundcolor type="Color">    
                <red>204</red>    
                <blue>255</blue>    
                <green>204</green>    
                <alpha>100</alpha>    
            </backgroundcolor><textfont type="Font" description="This is the Font for the date string">    
                <font>Arial Black</font>    
                <style>1</style>    
                <size>26</size>    
            </textfont><width default="0" type="int" BasicConfig="1">1015</width></WarningMode>    
        </JForecastScroll>    
        <JForecastPeriodPanel>    
            <name default="Forecast Period Display" type="String" length="40" description="This is the name of the panel.">Forecast Period Panel</name>    
            <xlocation default="0" type="int" scalable="H" BasicConfig="1">9</xlocation>    
            <ylocation default="0" type="int" scalable="V" BasicConfig="1">563</ylocation>    
            <width default="0" type="int" scalable="H" BasicConfig="1">1000</width>    
            <height default="0" type="int" scalable="V" BasicConfig="1">159</height>    
            <backgroundcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </backgroundcolor>    
            <Periods type="super" template="Period" delete="false" add="false" move="false" description="">    
                <Period>    
                    <name default="Period" type="String" length="40" description="">Period</name>    
                    <highlabeltextfont type="Font" description="This is the Font for the Label High: string">    
                        <font>Dialog</font>    
                        <style>1</style>    
                        <size scalable="H">14</size>    
                    </highlabeltextfont>    
                    <highlabeltextcolor type="Color">    
                        <red>255</red>    
                        <blue>0</blue>    
                        <green>0</green>    
                        <alpha>100</alpha>    
                    </highlabeltextcolor>    
                    <hightextfont type="Font" description="This is the Font for the acutal High temp value string">    
                        <font>Dialog</font>    
                        <style>0</style>    
                        <size scalable="H">18</size>    
                    </hightextfont>    
                    <hightextcolor type="Color">    
                        <red>255</red>    
                        <blue>255</blue>    
                        <green>255</green>    
                        <alpha>100</alpha>    
                    </hightextcolor>    
                    <lowlabeltextfont type="Font" description="This is the Font for the Low: string">    
                        <font>Dialog</font>    
                        <style>1</style>    
                        <size scalable="H">14</size>    
                    </lowlabeltextfont>    
                    <lowlabeltextcolor type="Color">    
                        <red>0</red>    
                        <blue>255</blue>    
                        <green>0</green>    
                        <alpha>100</alpha>    
                    </lowlabeltextcolor>    
                    <lowtextfont type="Font" description="This is the Font for the actual low value string">    
                        <font>Dialog</font>    
                        <style>0</style>    
                        <size scalable="H">18</size>    
                    </lowtextfont>    
                    <lowtextcolor type="Color">    
                        <red>255</red>    
                        <blue>255</blue>    
                        <green>255</green>    
                        <alpha>100</alpha>    
                    </lowtextcolor>    
                    <weathertextfont type="Font" description="This is the Font for the weather string">    
                        <font>Dialog</font>    
                        <style>1</style>    
                        <size scalable="H">12</size>    
                    </weathertextfont>    
                    <weathertextcolor type="Color">    
                        <red>255</red>    
                        <blue>255</blue>    
                        <green>255</green>    
                        <alpha>100</alpha>    
                    </weathertextcolor>    
                    <daytextfont type="Font" description="This is the Font for the day string">    
                        <font>Arial</font>    
                        <style>1</style>    
                        <size scalable="H">10</size>    
                    </daytextfont>    
                    <daytextcolor type="Color">    
                        <red>255</red>    
                        <blue>255</blue>    
                        <green>255</green>    
                        <alpha>100</alpha>    
                    </daytextcolor>    
                </Period>    
            </Periods>    
            <opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">false</opaque>    
            <ZoneURL type="URL">http://www.srh.noaa.gov/data/TFX/ZFPTFX</ZoneURL>    
            <zoneupdateinterval type="int">3600000</zoneupdateinterval>    
            <maxnumberperiods type="int">6</maxnumberperiods>    
            <pil type="String">TFXZFPTFX</pil>    
            <zonecode type="String">MTZ055</zonecode>    
            <WarningMode BasicConfig="1">    
               <Periods type="super" template="Period" delete="false" add="false" move="false" description="">    
                <Period>    
                    <name default="Period" type="String" length="40" description="">Period</name>    
                    <highlabeltextfont type="Font" description="This is the Font for the Label High: string">    
                        <font>Dialog</font>    
                        <style>1</style>    
                        <size scalable="H">16</size>    
                    </highlabeltextfont>    
                    <highlabeltextcolor type="Color">    
                        <red>255</red>    
                        <blue>0</blue>    
                        <green>0</green>    
                        <alpha>100</alpha>    
                    </highlabeltextcolor>    
                    <hightextfont type="Font" description="This is the Font for the acutal High temp value string">    
                        <font>Dialog</font>    
                        <style>0</style>    
                        <size scalable="H">18</size>    
                    </hightextfont>    
                    <hightextcolor type="Color">    
                        <red>255</red>    
                        <blue>255</blue>    
                        <green>255</green>    
                        <alpha>100</alpha>    
                    </hightextcolor>    
                    <lowlabeltextfont type="Font" description="This is the Font for the Low: string">    
                        <font>Dialog</font>    
                        <style>1</style>    
                        <size scalable="H">16</size>    
                    </lowlabeltextfont>    
                    <lowlabeltextcolor type="Color">    
                        <red>0</red>    
                        <blue>255</blue>    
                        <green>0</green>    
                        <alpha>100</alpha>    
                    </lowlabeltextcolor>    
                    <lowtextfont type="Font" description="This is the Font for the actual low value string">    
                        <font>Dialog</font>    
                        <style>0</style>    
                        <size scalable="H">18</size>    
                    </lowtextfont>    
                    <lowtextcolor type="Color">    
                        <red>255</red>    
                        <blue>255</blue>    
                        <green>255</green>    
                        <alpha>100</alpha>    
                    </lowtextcolor>    
                    <weathertextfont type="Font" description="This is the Font for the weather string">    
                        <font>Dialog</font>    
                        <style>1</style>    
                        <size scalable="H">12</size>    
                    </weathertextfont>    
                    <weathertextcolor type="Color">    
                        <red>255</red>    
                        <blue>255</blue>    
                        <green>255</green>    
                        <alpha>100</alpha>    
                    </weathertextcolor>    
                    <daytextfont type="Font" description="This is the Font for the day string">    
                        <font>Arial</font>    
                        <style>1</style>    
                        <size scalable="H">10</size>    
                    </daytextfont>    
                    <daytextcolor type="Color">    
                        <red>255</red>    
                        <blue>255</blue>    
                        <green>255</green>    
                        <alpha>100</alpha>    
                    </daytextcolor>    
                </Period>    
            </Periods><maxnumberperiods type="int">6</maxnumberperiods><name default="Forecast Period Display" type="String" length="40" description="This is the name of the panel.">Forecast Period Panel</name><opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">false</opaque><backgroundcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </backgroundcolor></WarningMode>    
        </JForecastPeriodPanel>    
    <HTMLPanel>   
        <name default="Scroll" type="String" length="40">wwa-keys</name>   
        <xlocation default="0" type="int" scalable="H" BasicConfig="1">15</xlocation>   
        <ylocation default="0" type="int" scalable="V" BasicConfig="1">190</ylocation>   
        <width default="0" type="int" scalable="H" BasicConfig="1">211</width>   
        <height default="0" type="int" scalable="V" BasicConfig="1">341</height>   
        <primaryURL type="URL">http://www.wrh.noaa.gov/total_forecast/wwa_keys/wwa-key-chk.php?wfo=tfx</primaryURL>   
        <updateinterval type="int">600000</updateinterval>   
        <WarningMode BasicConfig="1">   
        <xlocation default="0" type="int" scalable="H" BasicConfig="1">15</xlocation><ylocation default="0" type="int" scalable="V" BasicConfig="1">190</ylocation><name default="Scroll" type="String" length="40">wwa-keys</name><width default="0" type="int" scalable="H" BasicConfig="1">211</width><updateinterval type="int">600000</updateinterval><height default="0" type="int" scalable="V" BasicConfig="1">341</height><primaryURL type="URL">http://www.wrh.noaa.gov/total_forecast/wwa_keys/wwa-key-chk.php?wfo=tfx</primaryURL></WarningMode>   
    </HTMLPanel><ScaledImagePanel>   
        <name default="ScaledImagePanel" type="String" length="40">Scaled Image Panel</name>   
        <xlocation default="0" type="int" scalable="H" BasicConfig="1">4</xlocation>   
        <ylocation default="0" type="int" scalable="V" BasicConfig="1">148</ylocation>   
        <width default="0" type="int" scalable="H" BasicConfig="1">231</width>   
        <height default="0" type="int" scalable="V" BasicConfig="1">388</height>   
        <backgroundcolor type="Color">   
            <red>255</red>   
            <blue>255</blue>   
            <green>255</green>   
            <alpha>100</alpha>   
        </backgroundcolor>   
        <imagefile type="File">C:\FLARE\Images\Flare-WWA-key.png</imagefile>   
        <opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">false</opaque>   
        <WarningMode BasicConfig="1">   
        <opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">false</opaque><imagefile type="File">C:\FLARE\Images\Flare-WWA-key.png</imagefile><name default="ScaledImagePanel" type="String" length="40">Scaled Image Panel</name><height default="0" type="int" scalable="V" BasicConfig="1">388</height><ylocation default="0" type="int" scalable="V" BasicConfig="1">148</ylocation><width default="0" type="int" scalable="H" BasicConfig="1">231</width><xlocation default="0" type="int" scalable="H" BasicConfig="1">4</xlocation><backgroundcolor type="Color">   
            <red>255</red>   
            <blue>255</blue>   
            <green>255</green>   
            <alpha>255</alpha>   
        </backgroundcolor></WarningMode>   
    </ScaledImagePanel>   
        <JTextPanel>    
            <name default="JTextPanel" type="String" length="40">Text Panel</name>    
            <xlocation default="0" type="int" BasicConfig="1">151</xlocation>    
            <ylocation default="0" type="int" BasicConfig="1">30</ylocation>    
            <width default="0" type="int" BasicConfig="1">351</width>    
            <height default="0" type="int" BasicConfig="1">62</height>    
            <backgroundcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </backgroundcolor>    
            <textcolor type="Color">    
                <red>102</red>    
                <blue>102</blue>    
                <green>102</green>    
                <alpha>100</alpha>    
            </textcolor>    
            <textfont type="Font" description="This is the Font for the date string">    
                <font>Arial Black</font>    
                <style>0</style>    
                <size>32</size>    
            </textfont>    
            <text type="String">Gallatin County</text>    
            <opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">false</opaque>    
            <WarningMode BasicConfig="1">    
            <textcolor type="Color">    
                <red>102</red>    
                <blue>102</blue>    
                <green>102</green>    
                <alpha>100</alpha>    
            </textcolor><textfont type="Font" description="This is the Font for the date string">    
                <font>Arial Black</font>    
                <style>0</style>    
                <size>32</size>    
            </textfont><xlocation default="0" type="int" BasicConfig="1">151</xlocation><backgroundcolor type="Color">    
                <red>255</red>    
                <blue>255</blue>    
                <green>255</green>    
                <alpha>100</alpha>    
            </backgroundcolor><opaque default="true" type="boolean" description="Whether the component should be opaque or transparent">false</opaque><text type="String">Gallatin County</text><name default="JTextPanel" type="String" length="40">Text Panel</name><width default="0" type="int" BasicConfig="1">351</width><height default="0" type="int" BasicConfig="1">62</height><ylocation default="0" type="int" BasicConfig="1">30</ylocation></WarningMode>    
        </JTextPanel>    
    </Components>    
    <!--End of the section containing the components of the main Window-->    
</root>
