flippingBook.pages = [
	"/-dandyweb/pages/dandy31_01.jpg",
	"/-dandyweb/pages/dandy31_02.jpg",
	"/-dandyweb/pages/dandy31_03.jpg",
	"/-dandyweb/pages/dandy31_04.jpg",
	"/-dandyweb/pages/dandy31_05.jpg",
	"/-dandyweb/pages/dandy30_01.jpg",
	"/-dandyweb/pages/dandy30_02.jpg",
	"/-dandyweb/pages/dandy30_03.jpg",
	"/-dandyweb/pages/dandy30_04.jpg",
	"/-dandyweb/pages/dandy30_05.jpg",
	"/-dandyweb/pages/dandy30_06.jpg",
	"/-dandyweb/pages/dandy29_01.jpg",
	"/-dandyweb/pages/dandy29_02.jpg",
	"/-dandyweb/pages/dandy29_04.jpg",
	"/-dandyweb/pages/dandy29_05.jpg",
	"/-dandyweb/pages/dandy29_06.jpg",
	"/-dandyweb/pages/dandy29_07.jpg",
	"/-dandyweb/pages/dandy28_01.jpg",
	"/-dandyweb/pages/dandy28_02.jpg",
	"/-dandyweb/pages/dandy28_03.jpg",
	"/-dandyweb/pages/dandy28_04.jpg",
	"/-dandyweb/pages/dandy28_05.jpg",
	"/-dandyweb/pages/dandy28_06.jpg",
	"/-dandyweb/pages/dandy28_07.jpg",
	"/-dandyweb/pages/dandy28_08.jpg",
	"/-dandyweb/pages/dandy28_09.jpg",
	"/-dandyweb/pages/dandy28_10.jpg",
	"/-dandyweb/pages/dandy28_11.jpg",
	"/-dandyweb/pages/dandy28_12.jpg",
	"/-dandyweb/pages/dandy28_13.jpg",
	"/-dandyweb/pages/dandy27_01.jpg",
	"/-dandyweb/pages/dandy27_02.jpg",
	"/-dandyweb/pages/dandy27_03.jpg",
	"/-dandyweb/pages/dandy27_04.jpg",
	"/-dandyweb/pages/dandy27_05.jpg",
	"/-dandyweb/pages/dandy27_06.jpg",
	"/-dandyweb/pages/dandy27_07.jpg",
	"/-dandyweb/pages/dandy27_08.jpg",
];

flippingBook.contents = [
	[ "Dandy 31 - Couverture", 1 ],
	[ "Dandy 31 - Sommaire", 2 ],
	[ "Dandy 31 - Paris en ligne les jeux sont faits !", 3 ],
	[ "Dandy 30 - Couverture", 6 ],
	[ "Dandy 30 - Sommaire", 7 ],
	[ "Dandy 30 - Devenez espion !", 8 ],
	[ "Dandy 29 - Couverture", 12 ],
	[ "Dandy 29 - Sommaire", 13 ],
	[ "Dandy 29 - BMW SERIE 5", 14 ],
	[ "Dandy 28 - Couverture", 18 ],
	[ "Dandy 28 - Sommaire", 19 ],
	[ "Dandy 28 - Tournage a la victorine", 20 ],
	[ "Dandy 27 - Couverture", 31 ],
	[ "Dandy 28 - Sommaire", 32 ],
	[ "Dandy 28 - Dossier Berlin", 33 ],
];

// define custom book settings here
flippingBook.settings.bookWidth = 1317;
flippingBook.settings.bookHeight = 794;
//flippingBook.settings.pageBackgroundColor = 0xf3e80f;
flippingBook.settings.pageBackgroundColor = 0xd70028;
flippingBook.settings.backgroundColor = 0xd70028;
//flippingBook.settings.backgroundColor = 0xf3e80f;
flippingBook.settings.zoomUIColor = 0xf05a1f;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 915;
flippingBook.settings.zoomImageHeight = 1102;
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();
