flippingBook.pages = [
	"pages/cover.jpg",
	"pages/index1.jpg",
	"pages/index2.jpg",
	"pages/aging-caves/01.jpg",
	"pages/aging-caves/02.jpg",
	"pages/aging-caves/03.jpg",
	"pages/aging-caves/04.jpg",
	"pages/aging-caves/05.jpg",
	"pages/aging-caves/06.jpg",
	"pages/boot-hill/01.jpg",
	"pages/boot-hill/02.jpg",
	"pages/boot-hill/03.jpg",
	"pages/boot-hill/04.jpg",
	"pages/boot-hill/05.jpg",
	"pages/boot-hill/06.jpg",
	"pages/boot-hill/07.jpg",
	"pages/boot-hill/08.jpg",
	"pages/boot-hill/09.jpg",
	"pages/boot-hill/10.jpg",
	"pages/boot-hill/11.jpg",
	"pages/boot-hill/12.jpg",
	"pages/boot-hill/13.jpg",
	"pages/boot-hill/14.jpg",
	"pages/boot-hill/15.jpg",
	"pages/boot-hill/16.jpg",
	"pages/boot-hill/17.jpg",
	"pages/boot-hill/18.jpg",
	"pages/boot-hill/19.jpg",
	"pages/boot-hill/20.jpg",
	"pages/boot-hill/21.jpg",
	"pages/boot-hill/22.jpg",
	"pages/boot-hill/23.jpg",
	"pages/boot-hill/24.jpg",
	"pages/boot-hill/25.jpg",
	"pages/boot-hill/26.jpg",
	"pages/boot-hill/27.jpg",
	"pages/boot-hill/28.jpg",
	"pages/boot-hill/29.jpg",
	"pages/boot-hill/30.jpg",
	"pages/boot-hill/31.jpg",
	"pages/boot-hill/32.jpg",
	"pages/boot-hill/33.jpg",
	"pages/boot-hill/34.jpg",
	"pages/boot-hill/35.jpg",
	"pages/boot-hill/36.jpg",
	"pages/dunfillan-ruins/01.jpg",
	"pages/dunfillan-ruins/02.jpg",
	"pages/dunfillan-ruins/03.jpg",
	"pages/dunfillan-ruins/04.jpg",
	"pages/dunfillan-ruins/05.jpg",
	"pages/dunfillan-ruins/06.jpg",
	"pages/dunfillan-ruins/07.jpg",
	"pages/dunfillan-ruins/08.jpg",
	"pages/dunfillan-ruins/09.jpg",
	"pages/dunfillan-ruins/10.jpg",
	"pages/dunfillan-ruins/11.jpg",
	"pages/dunfillan-ruins/12.jpg",
	"pages/dunfillan-ruins/13.jpg",
	"pages/dunfillan-ruins/14.jpg",
	"pages/dunfillan-ruins/15.jpg",
	"pages/dunfillan-ruins/16.jpg",
	"pages/dunfillan-ruins/17.jpg",
	"pages/dunfillan-ruins/18.jpg",
	"pages/dunfillan-ruins/19.jpg",
	"pages/dunfillan-ruins/20.jpg",
	"pages/dunfillan-ruins/21.jpg",
	"pages/dunfillan-ruins/22.jpg",
	"pages/dunfillan-ruins/23.jpg",
	"pages/dunfillan-ruins/24.jpg",
	"pages/dunfillan-ruins/25.jpg",
	"pages/dunfillan-ruins/26.jpg",
	"pages/dunfillan-ruins/27.jpg",
	"pages/dunfillan-ruins/28.jpg",
	"pages/vineyard-terrace/00.jpg",
	"pages/vineyard-terrace/0.jpg",
	"pages/vineyard-terrace/01.jpg",
	"pages/vineyard-terrace/02.jpg",
	"pages/vineyard-terrace/03.jpg",
	"pages/vineyard-terrace/04.jpg",
	"pages/vineyard-terrace/05.jpg",
	"pages/vineyard-terrace/06.jpg",
	"pages/back.jpg",
];

flippingBook.contents = [
	[ "Kunde Family Estate Gallery", 1 ],
	[ "Aging Caves Gallery", 4 ],
	[ "Aging Caves Information", 8 ],
	[ "Boot Hill Gallery", 10 ],
	[ "Boot Hill Information", 44 ],
	[ "Dunfillan Ruins Gallery", 46 ],
	[ "Dunfillan Ruins Information", 72 ],
	[ "Vineyard Terrace Gallery", 74 ],
	[ "Vineyard Terrace Information", 80 ],
];

// define custom book settings here
flippingBook.settings.bookWidth = 800;
flippingBook.settings.bookHeight = 575;
flippingBook.settings.pageBackgroundColor = 0xffffff;
flippingBook.settings.backgroundColor = 0x000000;
flippingBook.settings.zoomUIColor = 0x000000;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 1403;
//flippingBook.settings.downloadURL = "http://www.kunde.com/kunde_certificate.pdf";
flippingBook.settings.downloadURL = "http://www.kunde.com/coupon-registration/";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";

// default settings can be found in the flippingbook.js file
flippingBook.create();
