flippingBook.pages = [
	"pages/hoogeveen1.jpg",
	"pages/hoogeveen2.jpg",
	"pages/hoogeveen3.jpg",
	"pages/hoogeveen4.jpg",
	"pages/hoogeveen5.jpg",
	"pages/hoogeveen6.jpg",
	"pages/hoogeveen7.jpg",
	"pages/hoogeveen8.jpg",
	"pages/hoogeveen9.jpg",
	"pages/hoogeveen10.jpg",
	"pages/hoogeveen11.jpg",
	"pages/hoogeveen12.jpg"	
];


// define custom book settings here
flippingBook.settings.bookWidth = 608;
flippingBook.settings.bookHeight = 510;
flippingBook.settings.pageBackgroundColor = 0xf4f4f4;
flippingBook.settings.backgroundColor = 0xf4f4f4;
flippingBook.settings.zoomUIColor = 0xf4f4f4;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true;
flippingBook.settings.zoomImageWidth = 1080;
flippingBook.settings.zoomImageHeight = 1520;
flippingBook.settings.downloadURL = "";
flippingBook.settings.flipSound = " ";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;

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

