flippingBook.pages = [
	"/plaquette-mourot-industries/pages/page-001.jpg",
	"/plaquette-mourot-industries/pages/page-002.jpg",
	"/plaquette-mourot-industries/pages/page-003.jpg",
	"/plaquette-mourot-industries/pages/page-004.jpg",
	"/plaquette-mourot-industries/pages/page-005.jpg",
	"/plaquette-mourot-industries/pages/page-006.jpg",
];

flippingBook.contents = [
	[ "Couverture de la plaquette", 1 ],
	[ "Page 1", 2 ],
	[ "Page 2", 3 ],
	[ "Page 3", 4 ],
	[ "Page 4", 5 ],
	[ "Couverture de fin", 6 ],
];

// define custom book settings here
flippingBook.settings.bookWidth = 978;
flippingBook.settings.bookHeight = 685;
flippingBook.settings.pageBackgroundColor = 0xf3e80f;
flippingBook.settings.backgroundColor = 0xf3e80f;
flippingBook.settings.zoomUIColor = 0xf05a1f;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 806;
flippingBook.settings.zoomImageHeight = 1122;
flippingBook.settings.downloadURL = "/";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";

// default settings can be found in the flippingbook.js file
flippingBook.create();
