flippingBook.pages = [
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-001.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-002.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-003.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-004.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-005.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-006.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-007.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-008.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-009.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-010.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-011.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-012.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-013.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-014.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-015.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-016.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-017.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-018.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-019.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-020.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-021.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-022.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-023.jpeg",
	"http://images.fedex.com/images/nxgen/welcomebrochure/fr/pages/page-024.jpeg"
];


flippingBook.contents = [
	[ "FedEx vous souhaite la bienvenue", 1 ],
	[ "Section 1 - Bienvenue chez FedEx(MD)", 3 ],
	[ "Section 2 - Services FedEx", 5 ],
	[ "Section 3 - Services à l'intérieur du Canada", 7 ],
	[ "Section 4 - Services internationaux", 9 ],
	[ "Section 5 - Services de fret FedEx(MD)", 11 ],
	[ "Section 6 - Comment préparer vos envois", 13 ],
	[ "Section 7 - Outils à fedex.ca", 17 ],
	[ "Section 8 - Facilitez vos activités grâce à fedex.ca", 19 ],
	[ "Section 9 - Solutions de retour", 21 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 776;
flippingBook.settings.bookHeight = 600;
flippingBook.settings.pageBackgroundColor = "0xE6E6E6";
flippingBook.settings.backgroundColor = "0xCCCCCC";
flippingBook.settings.zoomUIColor = "0x919d6c";
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true;
flippingBook.settings.zoomImageWidth = 971;
flippingBook.settings.zoomImageHeight = 1500;
flippingBook.settings.downloadURL = "pdf/FedEx_vous_souhaite_la_bienvenue.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();

