flippingBook.pages = [
	"pages/Suvretta-House-Pressebericht-1_small.jpg",
	"pages/Suvretta-House-Pressebericht-2_small.jpg",
	"pages/Suvretta-House-Pressebericht-3_small.jpg",
	"pages/Suvretta-House-Pressebericht-4_small.jpg",
	"pages/Suvretta-House-Pressebericht-5_small.jpg",
	"pages/Suvretta-House-Pressebericht-6_small.jpg"
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Modern", 4 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 809;
flippingBook.settings.bookHeight = 584;
flippingBook.settings.pageBackgroundColor = 0x8d8bb8;
flippingBook.settings.backgroundColor = 0x8d8bb8;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 1374;
flippingBook.settings.downloadURL = "http://www.cms.badsysteme-hellweg.de/cms/upload/flip/Suvretta-House-Pressebericht.pdf";
flippingBook.settings.flipSound = "sounds/01.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;

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