<?xml version="1.0" encoding="utf-8"?>
<setting>
	<settings>
  <!-- ####################################################### -->
	<!-- branding on splash-screen and toolbar (flash and HTML5) -->
	<!-- ####################################################### -->
		
    <effect name="branding">
		<!-- path to image file for splash-screen, add width and height for mobile devices -->
		<path width="300" height="300">style/backgroundImages/splash.png</path>
		<!-- path to image file for toolbar (max height: 44px) -->
		<pathSmall>style/backgroundImages/brand.png</pathSmall>
		<!-- branding link for splash-screen and toolbar -->
		<link>http://page2flip.de</link>
		<!-- tooltip for splash-screen and toolbar -->
		<toolTip>page2flip</toolTip>
		<!-- background color of splash-screen -->
		<bgColor>#25282b</bgColor>
	</effect>
		
		
		
	<!-- ################################### -->
	<!-- special functions (flash and HTML5) -->
	<!-- ################################### -->
  <!-- activate button for table of content -->
		
  <effect name="showTOC" showEffect="off">
		<page>3</page>
	</effect>
	
	<!-- activate PDF Merge via webservice -->
	<effect name="createPDFFromSelected" showEffect="off" />
	
	<!-- activate compare view (compares two selected pages) -->
	<effect name="enableCompareView" showEffect="off" />
	
	<!-- activate cross lines -->
	<effect name="showCrossLine" showEffect="off" />
	
	<!-- deactivate auto language detection and set this language -->
	<effect name="fixLanguage" showEffect="off">
		<language>de</language>
	</effect>
		
		
		
  <!-- ################## -->		
	<!-- settings for HTML5 -->
	<!-- ################## -->
		
  <!-- gap between mobile HTML5 book and window frame -->
	<effect name="mobileBookGap">
		<gapSize>0</gapSize>
	</effect>
		
  <!-- use PDF in not zoomed pages (iOS only) -->
	<effect name="mobileUsePDFnormal" showEffect="off" />
		
  <!-- use PDF in zoomed pages (iOS only) -->
	<effect name="mobileUsePDFinZoom" showEffect="off" />
		
  <!-- force double page mode (landscape only) -->
	<effect name="forceDoublePageMode" showEffect="off" />
    
  <!-- add clicks on internal links to viewer history only -->		
	<effect name="hotspotHistory" showEffect="off" />
	
	<!-- do not use page flip effect  -->
	<effect name="forceSlideMode" showEffect="off" />
		
		
		
	<!-- ####################### -->
	<!-- settings for Flash book -->
	<!-- ####################### -->
	
	<!-- gap between flash book and window frame -->
	<effect name="flexBookGap">
		<gapSize>8</gapSize>
	</effect>		

	<!-- show a fixed background image -->
	<effect name="fixBackgroundImage" showEffect="off">
		<!-- path to image file -->
		<path>style/backgroundImages/background.jpg</path>
		<!-- horizontal position: left, right, or center -->
		<horizontalPos>left</horizontalPos>
		<!-- vertical position: top, middle, bottom -->
		<verticalPos>top</verticalPos>
		<!-- link on image -->
		<link>http://page2flip.de</link>
		<!-- tooltip on image -->
		<toolTip>page2flip</toolTip>
	</effect>

	<!-- the transparency of the zoom navigation popup -->
	<effect name="previewFrameEffect" showEffect="on">
		<alpha>0.6</alpha>
	</effect>
	
	<!-- set Zoom disabled and switch pages on clik -->
    <effect name="switchPageNotZoom" showEffect="off"/>

	<!-- play sound when flipping the pages -->
	<effect name="flipSound" showEffect="off">
		<!-- path to file -->
		<path>style/sounds/flipSound.mp3</path>
	</effect>

	<!-- play a background sound when starting the reader -->
	<effect name="backgroundSound" showEffect="off">
		<!-- path to file -->
		<path>style/sounds/backgroundSound.mp3</path>
	</effect>

	<!-- set the toolbarPosition -->
	<!-- valid values are 'top' or 'bottom' -->
	<effect name="toolbarPosition" position="bottom" />

	<!-- set toolbar transparent when not in use -->
	<effect name="showToolbarEffect" showEffect="off">
		<alpha>0.5</alpha>
	</effect>

	<!-- autoPlay will automatically flip the pages -->
	<effect name="autoPlay" showEffect="off">
		<!-- when to start autoPlay after last action of user -->
		<waitTime>2500</waitTime>
		<!-- how long each page should be shown -->
		<intervallTime>700</intervallTime>
	</effect>
	
	<!-- ################# -->
	<!-- settings for shop -->
	<!-- ################# -->
	
	<!-- currency -->
	<effect name="currency" value="&#8364;" />
	
	<!-- tax percent -->
	<effect name="taxPercent" value="19" />

	
	<!-- #################################### -->
	<!-- DEPRECATED: FALLBACK IN OLD PAGEFLIP -->
	<!-- #################################### -->
	<effect name="hotspotIcons" showEffect="off" />
	<effect name="mobileHotspotIcons" showEffect="off" />

	</settings>
</setting>