<window>
    <allowoverlay>yes</allowoverlay>
    <coordinates>
        <system>1</system>
        <posx>0</posx>
        <posy>0</posy>
    </coordinates>
    <onload>SetFocus(101)</onload>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    <controls>
        <control type="image">
            <posx>0</posx>
            <posy>0</posy>
            <width>1920</width>
            <height>1080</height>
            <texture>black.png</texture>
        </control>
        <control type="panel" id="101">
            <posx>0</posx>
            <posy>0</posy>
            <width>1920</width>
            <height>1080</height>
            <scrolltime tween="sine" easing="out">200</scrolltime>
            <autoscroll>true</autoscroll>
            <include>contentpanelslide</include>
            <itemlayout height="1080" width="1920">
                <control type="image">
                    <posx>0</posx>
                    <posy>0</posy>
                </control>
            </itemlayout>
            <focusedlayout height="1080" width="1920">
                <control type="image">
                    <posx>0</posx>
                    <posy>0</posy>
                    <width>1080</width>
                    <height>1080</height>
                    <aspectratio scalediffuse="false">scale</aspectratio>
                    <animation effect="zoom" start="85" end="95" center="auto" time="35000" tween="cubic" easing="inout" condition="String.IsEqual(Window(10000).Property(picture_animation),okay)" pulse="true">Conditional</animation>
                    <animation effect="slide" start="0,0" end="850,0" time="42000" tween="cubic" easing="inout" condition="String.IsEqual(Window(10000).Property(picture_animation),okay)" pulse="true">Conditional</animation>
                    <animation effect="slide" start="0,-10" end="0,10" time="29000" tween="cubic" easing="inout" condition="String.IsEqual(Window(10000).Property(picture_animation),okay)" pulse="true">Conditional</animation>
                    <info>ListItem.Thumb</info>
                </control>
                <control type="image">
                    <posx>0</posx>
                    <posy>250</posy>
                    <width>1920</width>
                    <height>1080</height>
                    <texture>overlayfade.png</texture>
                </control>
                <control type="label">
                    <left>0</left>
                    <top>1000</top>
                    <width>1900</width>
                    <height>50</height>
                    <font>font40</font>
                    <align>right</align>
                    <textcolor>ffffffff</textcolor>
                    <shadowcolor>ff000000</shadowcolor>
                    <info>ListItem.Label</info>
                    <animation effect="fade" start="100" end="0" time="120000" condition="True">Conditional</animation>
                </control>
            </focusedlayout >
        </control>
    </controls>
</window>