﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
	
	<controls>

		<!-- *** Location *** -->

    	<control Style="Title16">
      		<description>location label</description>
      		<type>fadelabel</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>25</posY>
      		<width>390</width>
      		<label>#WorldWeather.Location</label>
      		<align>left</align>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Actual Provider (Google) *** -->

		<!-- *** Weather Icon Google*** -->

    	<control>
      		<description>current weather icon</description>
      		<type>image</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>70</posY>
      		<width>170</width>
      		<height>170</height>
      		<keepaspectratio>yes</keepaspectratio>
      		<align>center</align>
      		<texture>#WorldWeather.TodayIconImage</texture>
		<visible>string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current condition label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>120</posY>
      		<width>160</width>
      		<height>120</height>
      		<label>#WorldWeather.TodayCondition</label>
		<visible>string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Refresh Time Google*** -->

    	<control Style="Label">
      		<description>Refresh Time label</description>
      		<type>fadelabel</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>260</posY>
      		<label>#(L(397))</label>
		<visible>string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>Refresh Time value</description>
      		<type>fadelabel</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>260</posY>
      		<width>170</width>
      		<label>#WorldWeather.RefreshTime</label>
		<visible>string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Temperature label Google*** -->

    	<control Style="Label">
      		<description>Current Temp static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>285</posY>
      		<label>#WorldWeather.TranslationTemperature</label>
		<visible>string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current temp label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>285</posY>
      		<label>#WorldWeather.TodayTemperature</label>
		<visible>string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Current wind label Google*** -->

    	<control Style="Label">
      		<description>current wind static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>310</posY>
      		<label>#WorldWeather.TranslationWind</label>
		<visible>string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current wind label</description>
      		<type>fadelabel</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>310</posY>
      		<label>#WorldWeather.TodayWindDirection - #WorldWeather.TodayWindSpeed</label>
      		<width>175</width>
		<scrollStartDelaySec>5</scrollStartDelaySec>
		<wrapString> | </wrapString>
		<visible>string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>


		<!-- *** Current humidity label Google*** -->

    	<control Style="Label">
      		<description>current humidity static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>335</posY>
      		<label>#WorldWeather.TranslationHumidity</label>
		<visible>string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current humidity label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>335</posY>
      		<label>#WorldWeather.TodayHumidity</label>
		<visible>string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>


		<!-- *** Current sunrise label Google*** -->

    	<control Style="Label">
      		<description>current sunrise static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>360</posY>
      		<label>#WorldWeather.TranslationSunrise</label>
		<visible>!string.equals(#WorldWeather.LocationSunriseTime, )+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current sunrise label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>360</posY>
      		<label>#WorldWeather.LocationSunriseTime</label>
		<visible>string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Current sunset label Google*** -->

    	<control Style="Label">
      		<description>current sunset static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>385</posY>
      		<label>#WorldWeather.TranslationSunset</label>
		<visible>!string.equals(#WorldWeather.LocationSunsetTime, )+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current sunset label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>385</posY>
      		<label>#WorldWeather.LocationSunsetTime</label>
		<visible>string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Current moonphase label Google*** -->

    	<control Style="Label">
      		<description>current moonphase static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>410</posY>
      		<label>#WorldWeather.TranslationMoonPhase</label>
		<visible>string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current moonphase label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>415</posY>
      		<width>160</width>
      		<height>60</height>
      		<label>#WorldWeather.LocationMoonPhase</label>
		<visible>string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current moonphase image</description>
      		<type>image</type>
      		<id>0</id>
      		<posX>175</posX>
      		<posY>415</posY>
      		<width>50</width>
      		<height>50</height>
      		<keepaspectratio>yes</keepaspectratio>
      		<align>center</align>
      		<texture>#WorldWeather.LocationMoonPhaseImage</texture>
		<visible>string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Actual Provider (Yahoo, World Weather Online, AccuWeather) *** -->

		<!-- *** Weather Icon *** -->

    	<control>
      		<description>current weather icon</description>
      		<type>image</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>65</posY>
      		<width>140</width>
      		<height>140</height>
      		<keepaspectratio>yes</keepaspectratio>
      		<align>center</align>
      		<texture>#WorldWeather.TodayIconImage</texture>
		<visible>!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current condition label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>115</posY>
      		<width>160</width>
      		<height>120</height>
      		<label>#WorldWeather.TodayCondition</label>
		<visible>string.equals(#WorldWeather.Provider,AccuWeather)|string.equals(#WorldWeather.Provider,Yahoo)|string.equals(#WorldWeather.Provider,wetter.com)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current condition label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>100</posY>
      		<width>160</width>
      		<height>120</height>
      		<label>#WorldWeather.TodayCondition   (#WorldWeather.TranslationCloudCoverage: #WorldWeather.TodayCloudCoverage)</label>
		<visible>string.equals(#WorldWeather.Provider,World Weather online)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Refresh Time *** -->

    	<control Style="Label">
      		<description>Refresh Time label</description>
      		<type>fadelabel</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>212</posY>
      		<label>#(L(397))</label>
		<visible>!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>Refresh Time value</description>
      		<type>fadelabel</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>212</posY>
      		<width>170</width>
      		<label>#WorldWeather.RefreshTime</label>
		<visible>!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Temperature label *** -->

    	<control Style="Label">
      		<description>Current Temp static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>235</posY>
      		<label>#WorldWeather.TranslationTemperature</label>
		<visible>!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current temp label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>235</posY>
      		<label>#WorldWeather.TodayTemperature (#WorldWeather.TodayWindChill)</label>
		<visible>string.equals(#WorldWeather.Provider,Yahoo)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current temp label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>235</posY>
      		<label>#WorldWeather.TodayTemperature (#WorldWeather.TodayTemperatureFeelsLike)</label>
		<visible>string.equals(#WorldWeather.Provider,AccuWeather)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current temp label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>235</posY>
      		<label>#WorldWeather.TodayTemperature</label>
		<visible>string.equals(#WorldWeather.Provider,World Weather Online)|string.equals(#WorldWeather.Provider,wetter.com)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Current wind label *** -->

    	<control Style="Label">
      		<description>current wind static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>258</posY>
      		<label>#WorldWeather.TranslationWind</label>
		<visible>!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current wind label</description>
      		<type>fadelabel</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>258</posY>
      		<label>#WorldWeather.TodayWindDirection - #WorldWeather.TodayWindSpeed</label>
      		<width>175</width>
		<scrollStartDelaySec>5</scrollStartDelaySec>
		<wrapString> | </wrapString>
		<visible>!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>


		<!-- *** Current humidity label *** -->

    	<control Style="Label">
      		<description>current humidity static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>281</posY>
      		<label>#WorldWeather.TranslationHumidity</label>
		<visible>!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current humidity label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>281</posY>
      		<label>#WorldWeather.TodayHumidity</label>
		<visible>!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Current dewpoint label *** -->

    	<control Style="Label">
      		<description>current dewpoint static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>304</posY>
      		<label>#WorldWeather.TranslationDewPoint</label>
		<visible>!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current dewpoint label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>304</posY>
      		<label>#WorldWeather.TodayDewPoint</label>
		<visible>!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Current pressure label *** -->

    	<control Style="Label">
      		<description>current pressure static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>327</posY>
      		<label>#WorldWeather.TranslationPressure</label>
		<visible>!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current pressure label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>327</posY>
      		<label>#WorldWeather.TodayPressure</label>
		<visible>!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current pressure image</description>
      		<type>image</type>
      		<id>0</id>
      		<posX>370</posX>
      		<posY>323</posY>
      		<width>30</width>
      		<height>30</height>
      		<align>center</align>
      		<keepaspectratio>yes</keepaspectratio>
      		<texture>#WorldWeather.TodayBarometricPressureImage</texture>
		<visible>!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Current visibility label *** -->

    	<control Style="Label">
      		<description>current visibility static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>350</posY>
      		<label>#WorldWeather.TranslationVisibility</label>
		<visible>string.equals(#WorldWeather.Provider,Yahoo)|string.equals(#WorldWeather.Provider,AccuWeather)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current visibility label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>350</posY>
      		<label>#WorldWeather.TodayVisibility</label>
		<visible>string.equals(#WorldWeather.Provider,Yahoo)|string.equals(#WorldWeather.Provider,AccuWeather)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Current precipitation label *** -->

    	<control Style="Label">
      		<description>current precipitation static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>350</posY>
      		<label>#WorldWeather.TranslationPrecipitation</label>
		<visible>string.equals(#WorldWeather.Provider,World Weather Online)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current precipitation label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>350</posY>
      		<label>#WorldWeather.TodayPrecipitation</label>
		<visible>string.equals(#WorldWeather.Provider,World Weather Online)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Current sunrise label *** -->

    	<control Style="Label">
      		<description>current sunrise static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>373</posY>
      		<label>#WorldWeather.TranslationSunrise</label>
		<visible>!string.equals(#WorldWeather.LocationSunriseTime, )+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current sunrise label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>373</posY>
      		<label>#WorldWeather.LocationSunriseTime</label>
		<visible>!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Current sunset label *** -->

    	<control Style="Label">
      		<description>current sunset static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>396</posY>
      		<label>#WorldWeather.TranslationSunset</label>
		<visible>!string.equals(#WorldWeather.LocationSunsetTime, )+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current sunset label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>396</posY>
      		<label>#WorldWeather.LocationSunsetTime</label>
		<visible>!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Current moonphase label *** -->

    	<control Style="Label">
      		<description>current moonphase static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>419</posY>
      		<label>#WorldWeather.TranslationMoonPhase</label>
		<visible>!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current moonphase label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>245</posX>
      		<posY>423</posY>
      		<width>160</width>
      		<height>60</height>
      		<label>#WorldWeather.LocationMoonPhase</label>
		<visible>!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current moonphase image</description>
      		<type>image</type>
      		<id>0</id>
      		<posX>175</posX>
      		<posY>423</posY>
      		<width>50</width>
      		<height>50</height>
      		<keepaspectratio>yes</keepaspectratio>
      		<align>center</align>
      		<texture>#WorldWeather.LocationMoonPhaseImage</texture>
		<visible>!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Forecast Provider (World Weather Online, wetter.com) *** -->

		<!-- *** Forecast (Today) *** -->

    	<control Style="Title14">
      		<description>day 0 label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>450</posX>
      		<posY>190</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay0Day</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 0 Hi label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>450</posX>
      		<posY>230</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay0High</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 0 low label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>450</posX>
      		<posY>260</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay0Low</label>
      		<align>center</align>
		<textcolor>ffb1b1b1</textcolor>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 0 wind label</description>
      		<type>fadelabel</type>
      		<id>0</id>
      		<posX>455</posX>
      		<posY>290</posY>
      		<width>145</width>
      		<label>#WorldWeather.ForecastDay0Wind</label>
      		<align>center</align>
		<scrollStartDelaySec>5</scrollStartDelaySec>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 0 general weather label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>465</posX>
      		<posY>480</posY>
      		<width>120</width>
      		<height>100</height>
      		<textalign>center</textalign>
      		<label>#WorldWeather.ForecastDay0Condition</label>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 0 icon</description>
      		<type>image</type>
      		<keepaspectratio>yes</keepaspectratio>
      		<id>0</id>
      		<posX>461</posX>
      		<posY>320</posY>
      		<width>128</width>
      		<height>128</height>
      		<texture>#WorldWeather.ForecastDay0IconImage</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Forecast (Today + 1) *** -->

    	<control Style="Title14">
      		<description>day 1 label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>600</posX>
      		<posY>190</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay1Day</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 1 Hi label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>600</posX>
      		<posY>230</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay1High</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 1 low label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>600</posX>
      		<posY>260</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay1Low</label>
      		<align>center</align>
		<textcolor>ffb1b1b1</textcolor>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 1 wind label</description>
      		<type>fadelabel</type>
      		<id>0</id>
      		<posX>603</posX>
      		<posY>290</posY>
      		<width>145</width>
      		<label>#WorldWeather.ForecastDay1Wind</label>
      		<align>center</align>
		<scrollStartDelaySec>5</scrollStartDelaySec>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 1 general weather label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>615</posX>
      		<posY>480</posY>
      		<width>120</width>
      		<height>100</height>
      		<textalign>center</textalign>
      		<label>#WorldWeather.ForecastDay1Condition</label>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 1 icon</description>
      		<type>image</type>
      		<keepaspectratio>yes</keepaspectratio>
      		<id>0</id>
      		<posX>611</posX>
      		<posY>320</posY>
      		<width>128</width>
      		<height>128</height>      
      		<texture>#WorldWeather.ForecastDay1IconImage</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Forecast (Today + 2) *** -->

    	<control Style="Title14">
      		<description>day 2 label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>750</posX>
      		<posY>190</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay2Day</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 2 Hi label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>750</posX>
      		<posY>230</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay2High</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 2 low label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>750</posX>
      		<posY>260</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay2Low</label>
      		<align>center</align>
		<textcolor>ffb1b1b1</textcolor>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 2 wind label</description>
      		<type>fadelabel</type>
      		<id>0</id>
      		<posX>753</posX>
      		<posY>290</posY>
      		<width>145</width>
      		<label>#WorldWeather.ForecastDay2Wind</label>
      		<align>center</align>
		<scrollStartDelaySec>5</scrollStartDelaySec>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 2 general weather label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>765</posX>
      		<posY>480</posY>
      		<width>120</width>
      		<height>100</height>
      		<textalign>center</textalign>
      		<label>#WorldWeather.ForecastDay2Condition</label>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 2 icon</description>
      		<type>image</type>
      		<keepaspectratio>yes</keepaspectratio>
      		<id>0</id>
      		<posX>761</posX>
      		<posY>320</posY>
      		<width>128</width>
      		<height>128</height>
      		<texture>#WorldWeather.ForecastDay2IconImage</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Forecast (Today + 3) *** -->

    	<control Style="Title14">
      		<description>day 3 label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>900</posX>
      		<posY>190</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay3Day</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 3 Hi label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>900</posX>
      		<posY>230</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay3High</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 3 low label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>900</posX>
      		<posY>260</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay3Low</label>
      		<align>center</align>
		<textcolor>ffb1b1b1</textcolor>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 3 wind label</description>
      		<type>fadelabel</type>
      		<id>0</id>
      		<posX>903</posX>
      		<posY>290</posY>
      		<width>145</width>
      		<label>#WorldWeather.ForecastDay3Wind</label>
      		<align>center</align>
		<scrollStartDelaySec>5</scrollStartDelaySec>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 3 general weather label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>915</posX>
      		<posY>480</posY>
      		<width>120</width>
      		<height>100</height>
      		<textalign>center</textalign>
      		<label>#WorldWeather.ForecastDay3Condition</label>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 3 icon</description>
      		<type>image</type>
      		<keepaspectratio>yes</keepaspectratio>
      		<id>0</id>
      		<posX>911</posX>
      		<posY>320</posY>
      		<width>128</width>
      		<height>128</height>     
      		<texture>#WorldWeather.ForecastDay3IconImage</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Forecast (Today + 4) *** -->

    	<control Style="Title14">
      		<description>day 4 label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>1050</posX>
      		<posY>190</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay4Day</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 4 Hi label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>1050</posX>
      		<posY>230</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay4High</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 4 low label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>1050</posX>
      		<posY>260</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay4Low</label>
      		<align>center</align>
		<textcolor>ffb1b1b1</textcolor>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 4 wind label</description>
      		<type>fadelabel</type>
      		<id>0</id>
      		<posX>1053</posX>
      		<posY>290</posY>
      		<width>145</width>
      		<label>#WorldWeather.ForecastDay4Wind</label>
      		<align>center</align>
		<scrollStartDelaySec>5</scrollStartDelaySec>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 4 general weather label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>1065</posX>
      		<posY>480</posY>
      		<width>120</width>
      		<height>100</height>
      		<textalign>center</textalign>
      		<label>#WorldWeather.ForecastDay4Condition</label>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 4 icon</description>
      		<type>image</type>
      		<keepaspectratio>yes</keepaspectratio>
      		<id>0</id>
      		<posX>1061</posX>
      		<posY>320</posY>
      		<width>128</width>
      		<height>128</height>     
      		<texture>#WorldWeather.ForecastDay4IconImage</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,5)|string.equals(#WorldWeather.ForecastDayCount,8)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Forecast Provider (Google, Yahoo) *** -->

		<!-- *** Forecast (Today) *** -->

    	<control Style="Title14">
      		<description>day 0 label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>500</posX>
      		<posY>190</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay0Day</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,4)|string.equals(#WorldWeather.ForecastDayCount,2)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 0 Hi label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>500</posX>
      		<posY>230</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay0High</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,4)|string.equals(#WorldWeather.ForecastDayCount,2)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 0 low label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>500</posX>
      		<posY>260</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay0Low</label>
      		<align>center</align>
		<textcolor>ffb1b1b1</textcolor>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,4)|string.equals(#WorldWeather.ForecastDayCount,2)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 0 general weather label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>515</posX>
      		<posY>455</posY>
      		<width>120</width>
      		<height>100</height>
      		<textalign>center</textalign>
      		<label>#WorldWeather.ForecastDay0Condition</label>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,4)|string.equals(#WorldWeather.ForecastDayCount,2)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 0 icon</description>
      		<type>image</type>
      		<keepaspectratio>yes</keepaspectratio>
      		<id>0</id>
      		<posX>511</posX>
      		<posY>300</posY>
      		<width>128</width>
      		<height>128</height>
      		<texture>#WorldWeather.ForecastDay0IconImage</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,4)|string.equals(#WorldWeather.ForecastDayCount,2)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Forecast (Today + 1) *** -->

    	<control Style="Title14">
      		<description>day 1 label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>670</posX>
      		<posY>190</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay1Day</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,4)|string.equals(#WorldWeather.ForecastDayCount,2)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 1 Hi label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>670</posX>
      		<posY>230</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay1High</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,4)|string.equals(#WorldWeather.ForecastDayCount,2)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 1 low label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>670</posX>
      		<posY>260</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay1Low</label>
      		<align>center</align>
		<textcolor>ffb1b1b1</textcolor>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,4)|string.equals(#WorldWeather.ForecastDayCount,2)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 1 general weather label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>685</posX>
      		<posY>455</posY>
      		<width>120</width>
      		<height>100</height>
      		<textalign>center</textalign>
      		<label>#WorldWeather.ForecastDay1Condition</label>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,4)|string.equals(#WorldWeather.ForecastDayCount,2)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 1 icon</description>
      		<type>image</type>
      		<keepaspectratio>yes</keepaspectratio>
      		<id>0</id>
      		<posX>681</posX>
      		<posY>300</posY>
      		<width>128</width>
      		<height>128</height>      
      		<texture>#WorldWeather.ForecastDay1IconImage</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,4)|string.equals(#WorldWeather.ForecastDayCount,2)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Forecast (Today + 2) *** -->

    	<control Style="Title14">
      		<description>day 2 label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>840</posX>
      		<posY>190</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay2Day</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,4)|string.equals(#WorldWeather.ForecastDayCount,3)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 2 Hi label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>840</posX>
      		<posY>230</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay2High</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,4)|string.equals(#WorldWeather.ForecastDayCount,3)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 2 low label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>840</posX>
      		<posY>260</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay2Low</label>
      		<align>center</align>
		<textcolor>ffb1b1b1</textcolor>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,4)|string.equals(#WorldWeather.ForecastDayCount,3)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 2 general weather label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>855</posX>
      		<posY>455</posY>
      		<width>120</width>
      		<height>100</height>
      		<textalign>center</textalign>
      		<label>#WorldWeather.ForecastDay2Condition</label>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,4)|string.equals(#WorldWeather.ForecastDayCount,3)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 2 icon</description>
      		<type>image</type>
      		<keepaspectratio>yes</keepaspectratio>
      		<id>0</id>
      		<posX>851</posX>
      		<posY>300</posY>
      		<width>128</width>
      		<height>128</height>
      		<texture>#WorldWeather.ForecastDay2IconImage</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ForecastDayCount,4)|string.equals(#WorldWeather.ForecastDayCount,3)]+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Forecast (Today + 3) *** -->

    	<control Style="Title14">
      		<description>day 3 label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>1010</posX>
      		<posY>190</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay3Day</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.ForecastDayCount,4)+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 3 Hi label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>1010</posX>
      		<posY>230</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay3High</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.ForecastDayCount,4)+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 3 low label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>1010</posX>
      		<posY>260</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay3Low</label>
      		<align>center</align>
		<textcolor>ffb1b1b1</textcolor>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.ForecastDayCount,4)+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 3 general weather label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>1025</posX>
      		<posY>455</posY>
      		<width>120</width>
      		<height>100</height>
      		<textalign>center</textalign>
      		<label>#WorldWeather.ForecastDay3Condition</label>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.ForecastDayCount,4)+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 3 icon</description>
      		<type>image</type>
      		<keepaspectratio>yes</keepaspectratio>
      		<id>0</id>
      		<posX>1021</posX>
      		<posY>300</posY>
      		<width>128</width>
      		<height>128</height>     
      		<texture>#WorldWeather.ForecastDay3IconImage</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.ForecastDayCount,4)+string.equals(#WorldWeather.ConditionView,Normal)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Feed *** -->

	<control>
		<description>RSS Icon</description>
		<type>image</type>
		<id>1</id>
		<posX>460</posX>
		<posY>577</posY>
		<width>40</width>
		<height>30</height>
      		<keepaspectratio>yes</keepaspectratio>
		<texture>hover_worldweather.png</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.contains(#WorldWeather.Feed,#WorldWeather)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
	</control>

	<control Style="Label">
		<description>RSS Items</description>
		<type>fadelabel</type>
		<id>1</id>
		<posX>500</posX>
		<posY>580</posY>
		<width>710</width>
		<label>#WorldWeather.Feed</label>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.contains(#WorldWeather.Feed,#WorldWeather)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
	</control>

	</controls>
</window>
