flippingBook.pages = [
	"http://oberthurcp.com/brochure/fr/pages/fr_01.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_02.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_03.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_04.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_05.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_06.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_07.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_08.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_09.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_10.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_11.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_12.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_13.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_14.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_15.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_16.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_17.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_18.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_19.jpg",
	"http://oberthurcp.com/brochure/fr/pages/fr_20.jpg"
	
];


flippingBook.contents = [
	[ "Page de garde", 1 ],
	[ "Contenu", 2 ],
	[ "Expérience", 4 ],
	[ "Connaissances", 6 ],
	[ "Philosophie", 8 ],
	[ "Technologies", 10 ],
	[ "Solutions", 12 ],
	[ "Qualité", 14 ],
	[ "Service Clientèle", 16 ],
	[ "Brochures", 18 ],
	[ "Dernière page", 20 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 826;
flippingBook.settings.bookHeight = 584;
flippingBook.settings.pageBackgroundColor = 0xfdfdfd;
flippingBook.settings.backgroundColor = 0x7a8993;
flippingBook.settings.zoomUIColor = 0xdddddd;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.downloadURL = "http://www.oberthurcp.com/brochure/fr/OCP_corporate_fr.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();

