<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Neo Calculator</AppTitle>
	<AppShortName>NeoCalc</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<Description>Simple calculator</Description>
	<DesignDeviceName>GenericPhone</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>320</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>True</AutoSizeWidth>
	<AutoSizeHeight>True</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>D:\Master\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en-us</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<MobileID>com.sinlios.neocalc</MobileID>
	<AuthorEmail>info@sinlios.com</AuthorEmail>
	<AuthorWebsite>www.sinlios.com</AuthorWebsite>
	<MobileOSTypes>[AndroidOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>False</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>True</SingleInstance>
	<MinWidth>320</MinWidth>
	<MinHeight>480</MinHeight>
	<OrientationLimit>OL_PORTRAITONLY</OrientationLimit>
	<ChromeKioskMode>False</ChromeKioskMode>
	<ChromeWindowID>NeoCalcWinID</ChromeWindowID>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="Sum">
					<Code>.Calculator sum function
.make sure first number, second number and operator have been input
If [firstNum] != &quot;&quot;
  If [secondNum] != &quot;&quot;
    If [Operator] != &quot;&quot;
      .perform the calculation
      Math &quot;[firstNum][Operator][secondNum]&quot; -1 [Result]
      .clear the inputs
      Clear
    EndIf
  EndIf
EndIf</Code>
					<Hint>Perform calculation of inputs.</Hint>
				</Function>
				<Function name="NumClick">
					<Code>If [Operator] == &quot;&quot;
  SetVar [firstNum] &quot;[firstNum][Num]&quot;
  SetVar [Result] [firstNum]
Else
  SetVar [secondNum] &quot;[secondNum][Num]&quot;
  SetVar [Result] [secondNum]
EndIf</Code>
					<Hint>Input number.</Hint>
					<Params>[Num]|STRING|Number of button clicked</Params>
				</Function>
				<Function name="Clear">
					<Code>SetVar [firstNum] &quot;&quot;
SetVar [secondNum] &quot;&quot;
SetVar [Operator] &quot;&quot;</Code>
					<Hint>Clear inputs.</Hint>
				</Function>
				<Function name="OperatorClick">
					<Code>SetVar [Operator] &quot;[Oper]&quot;
If [firstNum] == &quot;&quot;
  .if first number is empty use result as first number
  SetVar [firstNum] [Result]
EndIf
If [secondNum] != &quot;&quot;
  Sum
Endif</Code>
					<Hint>Input operator.</Hint>
					<Params>[Oper]|STRING|Mathematical operator</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="intro">
					<Components>
						<Rectangle id="Rectangle13">
							<left>0px</left>
							<top>0px</top>
							<width>320px</width>
							<height>72px</height>
							<style>fill:#000000;stroke:black;stroke-width:1px</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Image id="Image11">
							<left>16px</left>
							<top>8px</top>
							<width>288px</width>
							<height>56px</height>
							<source>I:\OFICINA\logorenzonuevo.png</source>
						</Image>
						<Image id="Image24">
							<left>8px</left>
							<top>120px</top>
							<width>224px</width>
							<height>80px</height>
							<source>I:\OFICINA\bostoncars.png</source>
						</Image>
						<Headline id="Headline9">
							<left>112px</left>
							<top>176px</top>
							<width>136px</width>
							<height>16px</height>
							<text>Creditos Prendarios</text>
							<kind>h5</kind>
						</Headline>
						<Rectangle id="Rectangle14">
							<left>0px</left>
							<top>248px</top>
							<width>320px</width>
							<height>232px</height>
							<style>fill:#FF0000;stroke-width:1px</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<PushButton id="PushButton7">
							<left>75px</left>
							<top>387px</top>
							<width>176px</width>
							<height>48px</height>
							<style>font-size:20pt</style>
							<caption>INICIAR</caption>
							<icon>glyphicon-ok</icon>
							<icon_position>pright</icon_position>
							<click>GotoPage &quot;Simulador&quot;</click>
						</PushButton>
						<Image id="Image25">
							<left>0px</left>
							<top>200px</top>
							<width>312px</width>
							<height>179px</height>
							<source>I:\OFICINA\mg-hs-auto-slider.png</source>
						</Image>
						<Paragraph id="Paragraph3">
							<left>88px</left>
							<top>80px</top>
							<width>224px</width>
							<height>56px</height>
							<style>font-size:10pt;text-align:center</style>
							<text>La Rioja 1476 - 9 de Julio (Bs.As)&lt;br&gt;Tel. 2317-610666&lt;br&gt;&lt;a href=&quot;http://www.rrsproducciones.ga&quot;&gt;www.rrsproducciones.ga&lt;/a&gt;</text>
						</Paragraph>
						<Headline id="Headline7">
							<left>0px</left>
							<top>440px</top>
							<width>320px</width>
							<height>28px</height>
							<style>color:#FFF8F7;font-size:10pt;text-align:center</style>
							<text>Desarrollo &amp; Programación Alejandro Valenti&lt;br&gt;Tel. 2317-507772 - correo@alejandrovalenti.com</text>
							<kind>h6</kind>
						</Headline>
						<Headline id="Headline10">
							<left>0px</left>
							<top>360px</top>
							<width>320px</width>
							<height>24px</height>
							<style>color:#FFEBE2;text-align:center</style>
							<text>&lt;strong&gt;SIMULADOR CUOTAS&lt;/strong&gt;</text>
							<kind>h3</kind>
						</Headline>
					</Components>
				</Page>
				<Page id="Simulador">
					<style>background-color:#FF0000</style>
					<pageenter>SetVar [Result] &quot;0&quot;
Clear
SetVar [importe] [Resultado]</pageenter>
					<Components>
						<Container id="Container1">
							<left>16px</left>
							<top>104px</top>
							<width>288px</width>
							<height>232px</height>
							<style>color:#FF0000;background-color:#E0E0E0;border-radius:8px;border-style:solid;border-width:1px</style>
						</Container>
						<Container id="Container8">
							<left>32px</left>
							<top>112px</top>
							<width>256px</width>
							<height>64px</height>
							<style>color:#00FF00;font-size:22pt;font-weight:bold;text-align:right;background-color:#000000;border-color:#E0E0E0;border-radius:8px;border-style:inset;padding-right:6px</style>
							<Components>
								<Headline id="Headline1">
									<left>3px</left>
									<top>8px</top>
									<width>248px</width>
									<height>48px</height>
									<style>font-weight:bold;text-align:center;padding-right:4px;padding-top:4px</style>
									<text>$ [Result]</text>
									<kind>h2</kind>
								</Headline>
							</Components>
						</Container>
						<PushButton id="Button25">
							<left>160px</left>
							<top>232px</top>
							<width>64px</width>
							<height>48px</height>
							<hover>font-weight:bold</hover>
							<caption>7</caption>
							<size>large</size>
							<click>NumClick &quot;7&quot;</click>
						</PushButton>
						<PushButton id="Button26">
							<left>224px</left>
							<top>232px</top>
							<width>64px</width>
							<height>48px</height>
							<hover>font-weight:bold</hover>
							<caption>8</caption>
							<size>large</size>
							<click>NumClick &quot;8&quot;</click>
						</PushButton>
						<PushButton id="Button27">
							<left>32px</left>
							<top>280px</top>
							<width>64px</width>
							<height>48px</height>
							<caption>9</caption>
							<size>large</size>
							<click>NumClick &quot;9&quot;</click>
						</PushButton>
						<PushButton id="Button29">
							<left>224px</left>
							<top>184px</top>
							<width>64px</width>
							<height>48px</height>
							<hover>font-weight:bold</hover>
							<caption>4</caption>
							<size>large</size>
							<click>NumClick &quot;4&quot;</click>
						</PushButton>
						<PushButton id="Button30">
							<left>32px</left>
							<top>232px</top>
							<width>64px</width>
							<height>48px</height>
							<hover>font-weight:bold</hover>
							<caption>5</caption>
							<size>large</size>
							<click>NumClick &quot;5&quot;</click>
						</PushButton>
						<PushButton id="Button31">
							<left>96px</left>
							<top>232px</top>
							<width>64px</width>
							<height>48px</height>
							<hover>font-weight:bold</hover>
							<caption>6</caption>
							<size>large</size>
							<click>NumClick &quot;6&quot;</click>
						</PushButton>
						<PushButton id="Button33">
							<left>32px</left>
							<top>184px</top>
							<width>64px</width>
							<height>48px</height>
							<hover>font-weight:bold</hover>
							<caption>1</caption>
							<size>large</size>
							<click>NumClick &quot;1&quot;</click>
						</PushButton>
						<PushButton id="Button34">
							<left>96px</left>
							<top>184px</top>
							<width>64px</width>
							<height>48px</height>
							<hover>font-weight:bold</hover>
							<caption>2</caption>
							<size>large</size>
							<click>NumClick &quot;2&quot;</click>
						</PushButton>
						<PushButton id="Button35">
							<left>160px</left>
							<top>184px</top>
							<width>64px</width>
							<height>48px</height>
							<hover>font-weight:bold</hover>
							<caption>3</caption>
							<size>large</size>
							<click>NumClick &quot;3&quot;</click>
						</PushButton>
						<PushButton id="Button37">
							<left>96px</left>
							<top>280px</top>
							<width>64px</width>
							<height>48px</height>
							<hover>font-weight:bold</hover>
							<caption>0</caption>
							<size>large</size>
							<click>NumClick &quot;0&quot;</click>
						</PushButton>
						<PushButton id="Button39">
							<left>160px</left>
							<top>280px</top>
							<width>128px</width>
							<height>48px</height>
							<style>color:#FF0000</style>
							<hover>color:#0000FF</hover>
							<caption>Borrar</caption>
							<size>large</size>
							<click>Clear
SetVar &quot;[Result]&quot; &quot;0&quot;</click>
						</PushButton>
						<PushButton id="PushButton1">
							<left>21px</left>
							<top>345px</top>
							<width>136px</width>
							<height>56px</height>
							<style>color:#000080;font-size:14pt;font-weight:bold;vertical-align:baseline</style>
							<hover>color:#0000FF</hover>
							<caption>OKM / 2018</caption>
							<click>SetVar [importe] [Result]
GotoPage &quot;auto1&quot;</click>
						</PushButton>
						<PushButton id="PushButton2">
							<left>161px</left>
							<top>345px</top>
							<width>136px</width>
							<height>56px</height>
							<style>color:#000080;font-size:14pt;font-weight:bold</style>
							<hover>color:#0A00BE</hover>
							<caption>2017 / 2014</caption>
							<click>SetVar [importe] [Result]
GotoPage &quot;auto2&quot;</click>
						</PushButton>
						<PushButton id="PushButton3">
							<left>21px</left>
							<top>406px</top>
							<width>136px</width>
							<height>56px</height>
							<style>color:#000080;font-size:14pt;font-weight:bold</style>
							<hover>color:#0000FF</hover>
							<caption>2013 / 2011</caption>
							<click>SetVar [importe] [Result]
GotoPage &quot;auto3&quot;</click>
						</PushButton>
						<PushButton id="PushButton4">
							<left>161px</left>
							<top>406px</top>
							<width>136px</width>
							<height>56px</height>
							<style>color:#000080;font-size:14pt;font-weight:bold</style>
							<hover>color:#0000FF</hover>
							<caption>2010 / 2007</caption>
							<click>SetVar [importe] [Result]
GotoPage &quot;auto4&quot;</click>
						</PushButton>
						<Rectangle id="Rectangle1">
							<left>0px</left>
							<top>0px</top>
							<width>320px</width>
							<height>72px</height>
							<style>fill:#000000;stroke:black;stroke-width:1px</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Image id="Image1">
							<left>16px</left>
							<top>8px</top>
							<width>288px</width>
							<height>56px</height>
							<source>I:\OFICINA\logorenzonuevo.png</source>
						</Image>
						<Headline id="Headline2">
							<left>32px</left>
							<top>76px</top>
							<width>256px</width>
							<height>24px</height>
							<style>color:#FFFCFB;font-weight:700</style>
							<text>MONTO A SOLICITAR</text>
							<kind>h3</kind>
						</Headline>
					</Components>
				</Page>
				<Page id="auto1">
					<pageenter>.Math &quot;[importe]/1000&quot; 0 [importe1]

.12
.Math &quot;114.90/0.89*[importe1]&quot; 0 [fina]
.BeginJS
.var number=parseFloat($App.fina);
.$App.final12 = number.toLocaleString(&apos;de-DE&apos;);
.EndJS

.18
.Math &quot;88.31/0.89*[importe1]&quot; 0 [fina1]
.BeginJS
.var number=parseFloat($App.fina1);
.$App.final18 = number.toLocaleString(&apos;de-DE&apos;);
.EndJS

.24
.Math &quot;75.29/0.89*[importe1]&quot; 0 [fina2]
.BeginJS
.var number=parseFloat($App.fina2);
.$App.final24 = number.toLocaleString(&apos;de-DE&apos;);
.EndJS

.30
.Math &quot;67.92/0.89*[importe1]&quot; 0 [fina3]
.BeginJS
.var number=parseFloat($App.fina3);
.$App.final30 = number.toLocaleString(&apos;de-DE&apos;);
.EndJS


.36
Math &quot;64.15/0.89*[importe1]&quot; 0 [fina4]
BeginJS
var number=parseFloat($App.fina4);
$App.final36 = number.toLocaleString(&apos;de-DE&apos;);
EndJS

.48
Math &quot;59.18/0.89*[importe1]&quot; 0 [fina5]
BeginJS
var number=parseFloat($App.fina5);
$App.final48 = number.toLocaleString(&apos;de-DE&apos;);
EndJS</pageenter>
					<Components>
						<Rectangle id="Rectangle6">
							<left>0px</left>
							<top>152px</top>
							<width>320px</width>
							<height>328px</height>
							<style>fill:#FF0000;stroke-width:1px</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Paragraph id="Paragraph2">
							<left>0px</left>
							<top>166px</top>
							<width>320px</width>
							<height>245px</height>
							<style>color:#FFF6F3;font-size:20pt;text-align:center</style>
							<text>12 Cuotas de $ [final12]&lt;br&gt;18 Cuotas de $ [final18]&lt;br&gt;24 Cuotas de $ [final24]&lt;br&gt;30 Cuotas de $ [final30]&lt;br&gt;36 Cuotas de $ [final36]&lt;br&gt;48 Cuotas de $ [final48]&lt;br&gt;</text>
						</Paragraph>
						<Image id="Image7">
							<left>160px</left>
							<top>73px</top>
							<width>160px</width>
							<height>95px</height>
							<source>I:\OFICINA\mg-hs-auto-slider.png</source>
						</Image>
						<Rectangle id="Rectangle11">
							<left>0px</left>
							<top>0px</top>
							<width>320px</width>
							<height>72px</height>
							<style>fill:#000000;stroke:black;stroke-width:1px</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Image id="Image2">
							<left>21px</left>
							<top>8px</top>
							<width>288px</width>
							<height>56px</height>
							<source>I:\OFICINA\logorenzonuevo.png</source>
						</Image>
						<Image id="Image3">
							<left>4px</left>
							<top>78px</top>
							<width>144px</width>
							<height>48px</height>
							<source>I:\OFICINA\bostoncars.png</source>
						</Image>
						<Headline id="Headline8">
							<left>56px</left>
							<top>78px</top>
							<width>108px</width>
							<height>24px</height>
							<text>Creditos Prendarios</text>
							<kind>h6</kind>
						</Headline>
						<PushButton id="PushButton5">
							<left>40px</left>
							<top>416px</top>
							<width>248px</width>
							<height>48px</height>
							<style>font-size:18pt</style>
							<caption>Regresar</caption>
							<click>GotoPage &quot;Simulador&quot;</click>
						</PushButton>
					</Components>
				</Page>
				<Page id="auto2">
					<pageenter>.Math &quot;[importe]/1000&quot; 0 [importe1]
.12
.Math &quot;116.19/0.89*[importe1]&quot; 0 [fina1]
.BeginJS
.var number=parseFloat($App.fina1);
.$App.final12 = number.toLocaleString(&apos;de-DE&apos;);
.EndJS

.18
.Math &quot;89.67/0.89*[importe1]&quot; 0 [fina2]
.BeginJS
.var number=parseFloat($App.fina2);
.$App.final18 = number.toLocaleString(&apos;de-DE&apos;);
.EndJS

.24
.Math &quot;76.73/0.89*[importe1]&quot; 0 [fina3]
.BeginJS
.var number=parseFloat($App.fina3);
.$App.final24 = number.toLocaleString(&apos;de-DE&apos;);
.EndJS

.30
.Math &quot;69.44/0.89*[importe1]&quot; 0 [fina4]
.BeginJS
.var number=parseFloat($App.fina4);
.$App.final30 = number.toLocaleString(&apos;de-DE&apos;);
.EndJS

.36
.Math &quot;64.94/0.89*[importe1]&quot; 0 [fina5]
.BeginJS
.var number=parseFloat($App.fina5);
.$App.final36 = number.toLocaleString(&apos;de-DE&apos;);
.EndJS</pageenter>
					<Components>
						<Rectangle id="Rectangle3">
							<left>0px</left>
							<top>0px</top>
							<width>320px</width>
							<height>72px</height>
							<style>fill:#000000;stroke:black;stroke-width:1px</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Rectangle id="Rectangle2">
							<left>0px</left>
							<top>152px</top>
							<width>320px</width>
							<height>328px</height>
							<style>fill:#FF0000;stroke-width:1px</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Paragraph id="Paragraph1">
							<left>0px</left>
							<top>187px</top>
							<width>320px</width>
							<height>208px</height>
							<style>color:#FFF6F3;font-size:20pt;text-align:center</style>
							<text>12 Cuotas de $ [final12]&lt;br&gt;18 Cuotas de $ [final18]&lt;br&gt;24 Cuotas de $ [final24]&lt;br&gt;30 Cuotas de $ [final30]&lt;br&gt;36 Cuotas de $ [final36]&lt;br&gt;</text>
						</Paragraph>
						<Image id="Image4">
							<left>160px</left>
							<top>73px</top>
							<width>160px</width>
							<height>95px</height>
							<source>I:\OFICINA\mg-hs-auto-slider.png</source>
						</Image>
						<Image id="Image5">
							<left>4px</left>
							<top>78px</top>
							<width>144px</width>
							<height>48px</height>
							<source>I:\OFICINA\bostoncars.png</source>
						</Image>
						<Headline id="Headline3">
							<left>56px</left>
							<top>78px</top>
							<width>108px</width>
							<height>24px</height>
							<text>Creditos Prendarios</text>
							<kind>h6</kind>
						</Headline>
						<Image id="Image6">
							<left>21px</left>
							<top>8px</top>
							<width>288px</width>
							<height>56px</height>
							<source>I:\OFICINA\logorenzonuevo.png</source>
						</Image>
						<PushButton id="PushButton6">
							<left>40px</left>
							<top>416px</top>
							<width>248px</width>
							<height>48px</height>
							<style>font-size:18pt</style>
							<caption>Regresar</caption>
							<click>GotoPage &quot;Simulador&quot;</click>
						</PushButton>
					</Components>
				</Page>
				<Page id="auto3">
					<pageenter>.Math &quot;[importe]/1000&quot; 0 [importe1]
.12
.Math &quot;118.14/0.89*[importe1]&quot; 0 [fina1]
.BeginJS
.var number=parseFloat($App.fina1);
.$App.final12 = number.toLocaleString(&apos;de-DE&apos;);
.EndJS
.18
.Math &quot;91.04/0.89*[importe1]&quot; 0 [fina2]
.BeginJS
.var number=parseFloat($App.fina2);
.$App.final18 = number.toLocaleString(&apos;de-DE&apos;);
.EndJS
.24
.Math &quot;78.18/0.89*[importe1]&quot; 0 [fina3]
.BeginJS
.var number=parseFloat($App.fina3);
.$App.final24 = number.toLocaleString(&apos;de-DE&apos;);
.EndJS
.30
.Math &quot;70.96/0.89*[importe1]&quot; 0 [fina4]
.BeginJS
.var number=parseFloat($App.fina4);
.$App.final30 = number.toLocaleString(&apos;de-DE&apos;);
.EndJS
.36
.Math &quot;66.54/0.89*[importe1]&quot; 0 [fina5]
.BeginJS
.var number=parseFloat($App.fina5);
.$App.final36 = number.toLocaleString(&apos;de-DE&apos;);
.EndJS</pageenter>
					<Components>
						<Rectangle id="Rectangle4">
							<left>0px</left>
							<top>0px</top>
							<width>320px</width>
							<height>72px</height>
							<style>fill:#000000;stroke:black;stroke-width:1px</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Rectangle id="Rectangle8">
							<left>0px</left>
							<top>152px</top>
							<width>320px</width>
							<height>328px</height>
							<style>fill:#FF0000;stroke-width:1px</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Paragraph id="Paragraph4">
							<left>0px</left>
							<top>182px</top>
							<width>320px</width>
							<height>208px</height>
							<style>color:#FFF6F3;font-size:20pt;text-align:center</style>
							<text>12 Cuotas de $ [final12]&lt;br&gt;18 Cuotas de $ [final18]&lt;br&gt;24 Cuotas de $ [final24]&lt;br&gt;30 Cuotas de $ [final30]&lt;br&gt;36 Cuotas de $ [final36]&lt;br&gt;</text>
						</Paragraph>
						<Image id="Image8">
							<left>160px</left>
							<top>73px</top>
							<width>160px</width>
							<height>95px</height>
							<source>I:\OFICINA\mg-hs-auto-slider.png</source>
						</Image>
						<Image id="Image9">
							<left>4px</left>
							<top>78px</top>
							<width>144px</width>
							<height>48px</height>
							<source>I:\OFICINA\bostoncars.png</source>
						</Image>
						<Headline id="Headline4">
							<left>56px</left>
							<top>78px</top>
							<width>108px</width>
							<height>24px</height>
							<text>Creditos Prendarios</text>
							<kind>h6</kind>
						</Headline>
						<Image id="Image10">
							<left>21px</left>
							<top>8px</top>
							<width>288px</width>
							<height>56px</height>
							<source>I:\OFICINA\logorenzonuevo.png</source>
						</Image>
						<PushButton id="PushButton8">
							<left>40px</left>
							<top>416px</top>
							<width>248px</width>
							<height>48px</height>
							<style>font-size:18pt</style>
							<caption>Regresar</caption>
							<click>GotoPage &quot;Simulador&quot;</click>
						</PushButton>
					</Components>
				</Page>
				<Page id="auto4">
					<pageenter>.Math &quot;[importe]/1000&quot; 0 [importe1]
.12
.Math &quot;131.51/0.89*[importe1]&quot; 0 [fina1]
.BeginJS
.var number=parseFloat($App.fina1);
.$App.final12 = number.toLocaleString(&apos;de-DE&apos;);
.EndJS
..18
.Math &quot;105.30/0.89*[importe1]&quot; 0 [fina2]
.BeginJS
.var number=parseFloat($App.fina2);
.$App.final18 = number.toLocaleString(&apos;de-DE&apos;);
.EndJS
.24
.Math &quot;93.35/0.89*[importe1]&quot; 0 [fina3]
.BeginJS
.var number=parseFloat($App.fina3);
.$App.final24 = number.toLocaleString(&apos;de-DE&apos;);
.EndJS
</pageenter>
					<Components>
						<Rectangle id="Rectangle5">
							<left>0px</left>
							<top>0px</top>
							<width>320px</width>
							<height>72px</height>
							<style>fill:#000000;stroke:black;stroke-width:1px</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Rectangle id="Rectangle10">
							<left>0px</left>
							<top>152px</top>
							<width>320px</width>
							<height>328px</height>
							<style>fill:#FF0000;stroke-width:1px</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Paragraph id="Paragraph5">
							<left>-1px</left>
							<top>217px</top>
							<width>320px</width>
							<height>119px</height>
							<style>color:#FFF6F3;font-size:20pt;text-align:center</style>
							<text>12 Cuotas de $ [final12]&lt;br&gt;18 Cuotas de $ [final18]&lt;br&gt;24 Cuotas de $ [final24]&lt;br&gt;</text>
						</Paragraph>
						<Image id="Image12">
							<left>160px</left>
							<top>73px</top>
							<width>160px</width>
							<height>95px</height>
							<source>I:\OFICINA\mg-hs-auto-slider.png</source>
						</Image>
						<Image id="Image13">
							<left>4px</left>
							<top>78px</top>
							<width>144px</width>
							<height>48px</height>
							<source>I:\OFICINA\bostoncars.png</source>
						</Image>
						<Headline id="Headline5">
							<left>56px</left>
							<top>78px</top>
							<width>108px</width>
							<height>24px</height>
							<text>Creditos Prendarios</text>
							<kind>h6</kind>
						</Headline>
						<Image id="Image14">
							<left>21px</left>
							<top>8px</top>
							<width>288px</width>
							<height>56px</height>
							<source>I:\OFICINA\logorenzonuevo.png</source>
						</Image>
						<PushButton id="PushButton9">
							<left>40px</left>
							<top>416px</top>
							<width>248px</width>
							<height>48px</height>
							<style>font-size:18pt</style>
							<caption>Regresar</caption>
							<click>GotoPage &quot;Simulador&quot;</click>
						</PushButton>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog1">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>320px</width>
							<height>480px</height>
							<close_button>True</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
