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

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "L'insertion professionnelle", 2 ],
	[ "Promotion 2008", 4 ],
	[ "Promotion 2009", 5 ],
	[ "Les rencontres dans les lycées et universités", 6 ],
	[ "Les stages des classes de 3ème", 7 ],
	[ "Parrainage d'un lycéen...", 8 ],
	[ "Signature  et mise en oeuvre de la convention...", 9 ],
	[ "Le comité de solidarité", 10 ],
	[ "Point communication", 12 ],
	[ "Perspectives 2010", 14 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 838;
flippingBook.settings.bookHeight = 426;
flippingBook.settings.pageBackgroundColor = 0xdddddd;
flippingBook.settings.backgroundColor = 0x000000;
flippingBook.settings.zoomUIColor = 0xdddddd;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 1007;
flippingBook.settings.zoomImageHeight = 1022;
flippingBook.settings.downloadURL = "pdf/FondaTF12010.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";

// default settings can be found in the flippingbook.js file
flippingBook.create();

