<fsi-pages id="fsi-pages-####RandomID1####"
  dir=""
  width="(%%initStart%%)100%(%%initEnd%%)"
  height="100%"
  pageLayout="flip"
  listTemplate="catalog_list"
  %%Attributes%%
  autoDoublePageMode="false"
  plugins="resize,fullScreen,chapters"
>
  <!-- the code below provides the data for the "chapters" plug-in -->
  <fsi-pages-chapters style="display:none">
  		<chapter page="1">Cover</chapter>
  		<chapter page="4">Table of contents</chapter>
  		<chapter page="10">
  			Men
  			<chapter page="10">Trousers</chapter>
  			<chapter page="20">Shirts</chapter>
  		</chapter>
  		<chapter page="30">
  			Women
  			<chapter page="30">Skirts</chapter>
  			<chapter page="40">Dresses</chapter>
  		</chapter>
  	</fsi-pages-chapters>

    <!-- the code below will be displayed next to the cover page -->
    <fsi-pages-intro-content style="display:none">
				<h1>This is a sample intro content</h1><hr size="1" noshade="noshade"/><br/><br/>
				You might want to present instructions and alike here.<br/><br/>
				<ul>
					<li>Lorem ipsum dolor sit amet<br/><br/></li>
					<li>Lorem ipsum dolor sit amet<br/><br/></li>
					<li>Lorem ipsum dolor sit amet<br/><br/></li>
				</ul>
		</fsi-pages-intro-content>

</fsi-pages>
<!-- JSON:
{"dimOffsetHeight":60, "dimImageCountHorz":2, "previewClass":"pages-flip"}
-->
