flippingBook.pages = [
"pages/Ethereal_01.jpg",
"pages/Ethereal_02.jpg",
"pages/Ethereal_03.jpg",
"pages/Ethereal_04.jpg",
"pages/Ethereal_05.jpg",
"pages/Ethereal_06.jpg",
"pages/Ethereal_07.jpg",
"pages/Ethereal_08.jpg",
"pages/Ethereal_09.jpg",
"pages/Ethereal_10.jpg",
"pages/Ethereal_11.jpg",
"pages/Ethereal_12.jpg",
"pages/Ethereal_13.jpg",
"pages/Ethereal_14.jpg",
"pages/Ethereal_17.jpg",
"pages/Ethereal_15.jpg",
"pages/Ethereal_16.jpg",
"pages/Ethereal_18.jpg",
"pages/Ethereal_19.jpg",
"pages/Ethereal_20.jpg",
"pages/Ethereal_21.jpg",
"pages/Ethereal_22.jpg"
];


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

// define custom book settings here
flippingBook.settings.bookWidth = 984;
flippingBook.settings.bookHeight = 680;
flippingBook.settings.pageBackgroundColor = 0x888888;
flippingBook.settings.backgroundColor = 0x888888;
flippingBook.settings.zoomUIColor = 0xFFFFFF;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 1016;
flippingBook.settings.zoomImageHeight = 1403;
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();

