flippingBook.pages = [
	"pages/centre.jpg",
	"pages/centre2.jpg",
	"pages/centre3.jpg",
	"pages/centre4.jpg",
	"pages/centre5.jpg",
	"pages/centre6.jpg",
	"pages/centre7.jpg",
	"pages/centre8.jpg",
	"pages/centre9.jpg",
	"pages/centre10.jpg",
	"pages/centre11.jpg",
	"pages/centre12.jpg",
	"pages/centre13.jpg"
];

flippingBook.contents = [
	[ "Centre", 1 ],
	[ "Cher", 2 ],
	[ "Eure-et-Loir", 4 ],
	[ "Indre", 6 ],
	[ "Indre-et-Loire", 8 ],
	[ "Loir-et-Cher", 10 ],
	[ "Loiret", 12 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 1000;
flippingBook.settings.bookHeight = 346;
flippingBook.settings.pageBackgroundColor = 0x333333;
flippingBook.settings.backgroundColor = 0x333333;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 1024;
flippingBook.settings.zoomImageHeight = 709;
flippingBook.settings.downloadURL = "http://www.enfants-de-cinema.com/2010/ecole-et-cinema/france/centre/centre.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();
