﻿flippingBook.pages = [
"think/01_Page_1.jpg",
"think/01_Page_2.jpg",
"think/01_Page_3.jpg",
"think/01_Page_4.jpg"









];


flippingBook.contents = [
	[ "Couverture", 1 ],
	[ "Produits", 3 ]

];

// define custom book settings here
flippingBook.settings.bookWidth = 826;
flippingBook.settings.bookHeight = 584;
flippingBook.settings.pageBackgroundColor = 0x818181;
flippingBook.settings.backgroundColor = 0xcfcfcf;
flippingBook.settings.zoomUIColor = 0xb6b6b6;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.downloadURL = "http://www.getaz-romang.ch/f/catalog/pdf/think-web2.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;

// default settings can be found in the flippingbook.js file
flippingBook.create();

