var amountOfPages = 32;

flippingBook.pages = [
"pages/01.swf",
"pages/0203.swf?wide=true",
"pages/0203.swf?wide=true",
"pages/0405.swf?wide=true",
"pages/0405.swf?wide=true",
"pages/0607.swf?wide=true",
"pages/0607.swf?wide=true",
"pages/0809.swf?wide=true",
"pages/0809.swf?wide=true",
"pages/1011.swf?wide=true",
"pages/1011.swf?wide=true",
"pages/1213.swf?wide=true",
"pages/1213.swf?wide=true",
"pages/1415.swf?wide=true",
"pages/1415.swf?wide=true",
"pages/1617.swf?wide=true",
"pages/1617.swf?wide=true",
"pages/1819.swf?wide=true",
"pages/1819.swf?wide=true",
"pages/2021.swf?wide=true",
"pages/2021.swf?wide=true",
"pages/2223.swf?wide=true",
"pages/2223.swf?wide=true",
"pages/2425.swf?wide=true",
"pages/2425.swf?wide=true",
"pages/2627.swf?wide=true",
"pages/2627.swf?wide=true",
"pages/2829.swf?wide=true",
"pages/2829.swf?wide=true",
"pages/3031.swf?wide=true",
"pages/3031.swf?wide=true",
"pages/back.swf"
];

flippingBook.contents = [
	[ "Voorpagina", 1 ],
	[ "Introductie & kaart", 2 ],
	[ "Activiteiten en evenementen", 4 ],
	[ "Fjord Noorwegen", 6 ],
	[ "Actief in Fjord Noorwegen", 8 ],
	[ "Fjell Noorwegen", 10 ],
	[ "Activiteiten in Fjell Noorwegen", 12 ],
	[ "De weg van avontuur", 14 ],
	[ "Activiteiten langs de weg van avontuur", 16 ],
	[ "Telemark", 18 ],
	[ "Activiteiten in Telemark", 20 ],
	[ "Trysil", 22 ],
	[ "Activiteiten in Trysil", 24 ],
	[ "Hoe kom je er?", 26 ],
    [ "Dit moet je weten!", 28 ],
	[ "Prijsvraag", 30 ],
	[ "Colofon en fotocredits", 32 ]
];

// define custom book settings here

flippingBook.settings.backgroundColor = 0xcccccc;
flippingBook.settings.bookHeight = 500;
flippingBook.settings.bookWidth = 1000;
flippingBook.settings.dropShadowEnabled = true,
flippingBook.settings.flipCornerAmount = 75,
flippingBook.settings.flipCornerAngle = 20,
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.flipSound = "sounds/01.mp3";
flippingBook.settings.pageBackgroundColor = 0xFFFFFF;
flippingBook.settings.preloaderType = "Round"; // "Progress Bar", "Round", "Thin", "Dots", "Gradient Wheel", "Gear Wheel", "Line", "Animated Book", "None"
flippingBook.settings.printTitle = "Print pagina's"

flippingBook.settings.preserveProportions = false;
flippingBook.settings.scaleContent = false;
flippingBook.settings.centerContent = false;

flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.zoomHintEnabled = false;

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