flippingBook.pages = [
	"pages/Catalogue-Bihappy-1.jpg",
	"pages/Catalogue-Bihappy-2.jpg",
	"pages/Catalogue-Bihappy-3.jpg",
	"pages/Catalogue-Bihappy-4.jpg",
	"pages/Catalogue-Bihappy-5.jpg",
	"pages/Catalogue-Bihappy-6.jpg",
	"pages/Catalogue-Bihappy-7.jpg",
	"pages/Catalogue-Bihappy-8.jpg",
	"pages/Catalogue-Bihappy-9.jpg",
	"pages/Catalogue-Bihappy-10.jpg",
	"pages/Catalogue-Bihappy-11.jpg",
	"pages/Catalogue-Bihappy-12.jpg",
	"pages/Catalogue-Bihappy-13.jpg",
	"pages/Catalogue-Bihappy-14.jpg",
	"pages/Catalogue-Bihappy-15.jpg",
	"pages/Catalogue-Bihappy-16.jpg",
	"pages/Catalogue-Bihappy-17.jpg",
	"pages/Catalogue-Bihappy-18.jpg",
	"pages/Catalogue-Bihappy-19.jpg",
	"pages/Catalogue-Bihappy-20.jpg"		
];


flippingBook.contents = [
	[ "Couverture", 1 ],
	[ "Spectacles", 2 ],
	[ "Avantages Bihappy", 3 ],	
	[ "Les cadeaux", 4 ],
	[ "Les avantages partenaires", 15 ],
	[ "Restaurant", 20 ],

];

// define custom book settings here
flippingBook.settings.bookWidth = 1048;
flippingBook.settings.bookHeight = 744;
flippingBook.settings.pageBackgroundColor = 0x111111;
flippingBook.settings.backgroundColor = 0x111111;
flippingBook.settings.zoomUIColor = 0x666666;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 932;
flippingBook.settings.zoomImageHeight = 1323;
flippingBook.settings.downloadURL = "bihappy.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();

