// define custom book settings here
flippingBook.settings.bookWidth = 642;								/* small: 350x495 */
flippingBook.settings.bookHeight = 573;
flippingBook.settings.pageBackgroundColor = 0x000000;
flippingBook.settings.backgroundColor = 0x000000;
flippingBook.settings.zoomUIColor = 0x350f06;
flippingBook.settings.useCustomCursors = true;
flippingBook.settings.dropShadowEnabled = true,
flippingBook.settings.zoomImageWidth = 642;						/* large: 827x1169 */
flippingBook.settings.zoomImageHeight = 1146;
flippingBook.settings.downloadURL = "http://www.clevers.nl/downloads/clevers_ijskaart_2010.pdf";
flippingBook.settings.flipSound = "/flippingbook/sounds/01.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;

flippingBook.contents = [
  [ "Kaft", 1 ],
  [ "Welkom", 2 ],
  [ "Kinderijsjes", 4 ],
  [ "Chocolade", 6 ],
  [ "Fruit", 10 ],
  [ "Provincies", 14 ],
  [ "Yoghurt", 16 ],
  [ "Speciaal", 18 ],
  [ "Awards", 22 ],
  [ "Likeur", 24 ],
  [ "Piccolo's", 28 ],
  [ "Lekker Gezond", 30 ],
  [ "Koude Dranken", 32 ],
  [ "Warme Dranken", 34 ],
  [ "Vlaai en Gebak", 36 ],
  [ "Rug", 38 ]
];


/*try {
	loadFPsettings();
}
catch (e) {}*/

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