<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Samsung Galaxy Tab 7</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>1024</PageWidth>
	<PageHeight>600</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<CustomCSS>#menu{
  position: sticky;
  top:0px;
  transition: top 0.3s;
}</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<ThemeColor>#000000</ThemeColor>
	<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"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>BeginJS
var prevScrollpos =  parseInt($(&quot;#NewPage&quot;).scrollTop());
$(&quot;#NewPage&quot;).scroll(function(){
  var currentScrollPos = parseInt($(&quot;#NewPage&quot;).scrollTop());
  if (prevScrollpos &gt; currentScrollPos){
    $(&quot;#menu&quot;).css(&quot;top&quot;,&quot;0&quot;);
  }else {
    $(&quot;#menu&quot;).css(&quot;top&quot;,&quot;-50px&quot;);
  }
  prevScrollpos =  parseInt($(&quot;#NewPage&quot;).scrollTop());
});
EndJS

</pageenter>
					<Components>
						<Container id="Container1">
							<left>40px</left>
							<top>88px</top>
							<width>936px</width>
							<height>1128px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
						<Container id="menu">
							<left>0px</left>
							<top>0px</top>
							<width>100%</width>
							<height>48px</height>
							<style>overflow-x:visible;overflow-y:visible</style>
							<align>top</align>
							<html>&lt;div id=&quot;main-menu&quot; class=&quot;navbar navbar-default&quot; role=&quot;navigation&quot;&gt;
    &lt;div class=&quot;container-fluid&quot;&gt;
        &lt;div class=&quot;collapse navbar-collapse navbar-menubuilder&quot;&gt;
            &lt;ul class=&quot;nav navbar-nav navbar-left&quot;&gt;
                &lt;li&gt;&lt;a href=&quot;./index.html#!/inicio&quot;&gt;Option 1&lt;/a&gt;
                &lt;/li&gt;
                &lt;li&gt;&lt;a href=&quot;./index.html#!/servicios&quot;&gt;Option 2&lt;/a&gt;
                &lt;/li&gt;
                &lt;li&gt;&lt;a href=&quot;./index.html#!/noticias&quot;&gt;Option 3&lt;/a&gt;
                &lt;/li&gt;
                &lt;li&gt;&lt;a href=&quot;./index.html#!/enlaces&quot;&gt;Option 4&lt;/a&gt;
                &lt;/li&gt;
                &lt;li&gt;&lt;a href=&quot;./index.html#!/videos&quot;&gt;Option 5&lt;/a&gt;
                &lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;</html>
						</Container>
					</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>1024px</width>
							<height>600px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
