flippingBook.pages = [
	"pages/Presentatiegids 2009_0001.jpg",
	"pages/Presentatiegids 2009_0002.jpg",
	"pages/Presentatiegids 2009_0003.jpg",
	"pages/Presentatiegids 2009_0004.jpg",
	"pages/Presentatiegids 2009_0005.jpg",
	"pages/Presentatiegids 2009_0006.jpg",
	"pages/Presentatiegids 2009_0007.jpg",
	"pages/Presentatiegids 2009_0008.jpg",
	"pages/Presentatiegids 2009_0009.jpg",
	"pages/Presentatiegids 2009_0010.jpg",
	"pages/Presentatiegids 2009_0011.jpg",
	"pages/Presentatiegids 2009_0012.jpg",
	"pages/Presentatiegids 2009_0013.jpg",
	"pages/Presentatiegids 2009_0014.jpg",
	"pages/Presentatiegids 2009_0015.jpg",
	"pages/Presentatiegids 2009_0016.jpg",
	"pages/Presentatiegids 2009_0017.jpg",
	"pages/Presentatiegids 2009_0018.jpg",
	"pages/Presentatiegids 2009_0019.jpg",
	"pages/Presentatiegids 2009_0020.jpg"
];


flippingBook.contents = [
	[ "Voorwoord van de voorzitter", 5 ],
	[ "Historisch overzicht", 7 ],
	[ "Bram van Aken terug van weggeweest", 9 ],
	[ "Geslaagde viering 90-jarig bestaan v.v. Hellevoetsluis", 10 ],
	[ "1ste Elftal Zaterdagselectie", 13 ],
	[ "Hellevoet Nieuws", 15 ],
	[ "Competitie-indeling en -programma 1ste elftal", 16 ],
	[ "Competitie-indeling overige elftallen", 17 ],
	[ "Prijsvraag", 18 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 826;
flippingBook.settings.bookHeight = 584;
flippingBook.settings.pageBackgroundColor = 0x70020F;
flippingBook.settings.backgroundColor = 0x70020F;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 850;
flippingBook.settings.zoomImageHeight = 1202;
flippingBook.settings.downloadURL = "http://www.vvhellevoetsluis.nl/Presentatiegids 2009.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();

