flippingBook.pages = [
	"pages/westburyfrontcover.jpg",
	"pages/westburyinsidefrontcover.jpg",
	"pages/westbury.jpg",
	"pages/westbury2.jpg",
	"pages/westbury3.jpg",
	"pages/westbury4.jpg",
	"pages/westbury5.jpg",
	"pages/westbury6.jpg",
	"pages/westbury7.jpg",
	"pages/westbury8.jpg",
	"pages/westbury9.jpg",
	"pages/westbury10.jpg",
	"pages/westbury11.jpg",
	"pages/westbury12.jpg",
	"pages/westbury13.jpg",
	"pages/westbury14.jpg",
	"pages/westbury15.jpg",
	"pages/westbury16.jpg",
	"pages/westbury17.jpg",
	"pages/westbury18.jpg",
	"pages/westbury19.jpg",
	"pages/westbury20.jpg",
	"pages/westbury21.jpg",
	"pages/westbury22.jpg",
	"pages/westbury23.jpg",
	"pages/westbury24.jpg",
	"pages/westbury25.jpg",
	"pages/westbury26.jpg",
	"pages/westbury27.jpg",
	"pages/westbury28.jpg",
	"pages/westbury29.jpg",
	"pages/westbury30.jpg",
	"pages/westbury31.jpg",
	"pages/westbury32.jpg",
	"pages/westbury33.jpg",
	"pages/westbury34.jpg",
	"pages/westbury35.jpg",
	"pages/westbury36.jpg",
	"pages/westbury37.jpg",
	"pages/westbury38.jpg",
	"pages/westbury39.jpg",
	"pages/westbury40.jpg",
	"pages/westbury41.jpg",
	"pages/westbury42.jpg",
	"pages/westbury43.jpg",
	"pages/westbury44.jpg",
	"pages/westbury45.jpg",
	"pages/westbury46.jpg",
	"pages/westbury47.jpg",
	"pages/westbury48.jpg",
	"pages/westbury49.jpg",
	"pages/westbury50.jpg",
	"pages/westbury51.jpg",
	"pages/westbury52.jpg",
	"pages/westbury53.jpg",
	"pages/westbury54.jpg",
	"pages/westbury55.jpg",
	"pages/westbury56.jpg",
	"pages/westbury57.jpg",
	"pages/westbury58.jpg",
	"pages/westbury59.jpg",
	"pages/westbury60.jpg",
	"pages/westbury61.jpg",
	"pages/westbury62.jpg",
	"pages/westbury63.jpg",
	"pages/westbury64.jpg",
	"pages/westbury65.jpg",
	"pages/westbury66.jpg",
	"pages/westbury67.jpg",
	"pages/westbury68.jpg",
	"pages/westbury69.jpg",
	"pages/westbury70.jpg",
	"pages/westbury71.jpg",
	"pages/westbury72.jpg",
	"pages/westbury73.jpg",
	"pages/westbury74.jpg",
	"pages/westbury75.jpg",
	"pages/westbury76.jpg",
	"pages/westbury77.jpg",
	"pages/westbury78.jpg",
	"pages/westbury79.jpg",
	"pages/westbury80.jpg",
	"pages/westburyinsidebackcover.jpg",
	"pages/westburybackcover.jpg"
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Inside Front Cover", 2 ],
	[ "Introduction", 3 ],
	[ "A - D", 4 ],
	[ "E - H", 33 ],
	[ "I - L", 45 ],
	[ "M - P", 49 ],
	[ "Q - T", 59 ],
	[ "U - X", 73 ],
	[ "Y - Z", 76 ],
	[ "Maps", 77 ],
	[ "Map Index", 82 ],
	[ "Inside Back Cover", 83 ],
	[ "Back Cover", 84 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 840;
flippingBook.settings.bookHeight = 595;
flippingBook.settings.pageBackgroundColor = 0xcccccc;
flippingBook.settings.backgroundColor = 0x333333;
flippingBook.settings.zoomUIColor = 0x333333;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 991;
flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.downloadURL = "http://www.page-flip.com/new-demos/03-kitchen-gorenje-2008/kitchen_gorenje_2008.pdf";
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();

