<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<DesignDeviceName>Apple iPhone 6</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>667</PageWidth>
	<PageHeight>375</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<LanguageCode>en</LanguageCode>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="ToBack">
					<Code>theParent=$(&quot;#&quot;+objID).parent();
$(&quot;#&quot;+objID).detach().prependTo(theParent);</Code>
					<Params>objID|OBJID|Object to send to back</Params>
					<ScriptLanguage>JavaScript</ScriptLanguage>
				</Function>
				<Function name="ToFront">
					<Code>theParent=$(&quot;#&quot;+objID).parent();
$(&quot;#&quot;+objID).detach().appendTo(theParent);</Code>
					<Params>objID|OBJID|Object to send to front</Params>
					<ScriptLanguage>JavaScript</ScriptLanguage>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Container id="Container1">
							<left>80px</left>
							<top>88px</top>
							<width>136px</width>
							<height>136px</height>
							<style>background-color:#4200D9;border-style:solid;border-width:1px;cursor:pointer</style>
							<click>ToBack &quot;Container1&quot;</click>
						</Container>
						<Container id="Container2">
							<left>136px</left>
							<top>136px</top>
							<width>136px</width>
							<height>136px</height>
							<style>background-color:#8CDE00;border-style:solid;border-width:1px;cursor:pointer</style>
							<click>ToBack &quot;Container2&quot;</click>
						</Container>
						<Container id="Container3">
							<left>192px</left>
							<top>48px</top>
							<width>136px</width>
							<height>136px</height>
							<style>background-color:#FD00C5;border-style:solid;border-width:1px;cursor:pointer</style>
							<click>ToBack &quot;Container3&quot;</click>
						</Container>
						<Container id="Container4">
							<left>440px</left>
							<top>136px</top>
							<width>136px</width>
							<height>136px</height>
							<style>background-color:#8CDE00;border-style:solid;border-width:1px;cursor:pointer</style>
							<click>ToFront &quot;Container4&quot;</click>
						</Container>
						<Container id="Container5">
							<left>384px</left>
							<top>88px</top>
							<width>136px</width>
							<height>136px</height>
							<style>background-color:#4200D9;border-style:solid;border-width:1px;cursor:pointer</style>
							<click>ToFront &quot;Container5&quot;</click>
						</Container>
						<Container id="Container6">
							<left>496px</left>
							<top>48px</top>
							<width>136px</width>
							<height>136px</height>
							<style>background-color:#FD00C5;border-style:solid;border-width:1px;cursor:pointer</style>
							<click>ToFront &quot;Container6&quot;</click>
						</Container>
						<Paragraph id="Paragraph1">
							<left>128px</left>
							<top>312px</top>
							<width>160px</width>
							<height>24px</height>
							<style>font-size:12pt</style>
							<text>Click to send to BACK</text>
						</Paragraph>
						<Paragraph id="Paragraph2">
							<left>424px</left>
							<top>312px</top>
							<width>184px</width>
							<height>24px</height>
							<style>font-size:12pt</style>
							<text>Click to send to FRONT</text>
						</Paragraph>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>667px</width>
							<height>375px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
