﻿flippingBook.pages = [
	"images/pageflip/WestInt_mayjune-2003cover.jpg",
	"images/pageflip/WestInt_mayjune-2003-1.jpg",
	"images/pageflip/WestInt_mayjune-2003-2.jpg",
	"images/pageflip/WestInt_mayjune-2003-3.jpg",
	"images/pageflip/WestInt_mayjune-2003-4.jpg",
	"images/pageflip/WestInt_mayjune-2003-5.jpg",
	"images/pageflip/WestInt_mayjune-2003-6.jpg",
	"images/pageflip/blank.jpg",
];


flippingBook.contents = [
	[ "Western Interiors  May/June 2003", 1 ],
];

// define custom book settings here
flippingBook.settings.bookWidth = 840;
flippingBook.settings.bookHeight = 543;
flippingBook.settings.pageBackgroundColor = 0xd0aa7e;
flippingBook.settings.backgroundColor = 0x462400;
flippingBook.settings.zoomUIColor = 0x462400;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 1007;
flippingBook.settings.zoomImageHeight = 1302;
flippingBook.settings.downloadURL = "";
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();
