flippingBook.pages = [
	"pages/cover.jpg",
	"pages/page0.jpg",
	"pages/page1.jpg",
	"pages/page2.jpg",
	"pages/page3.jpg",
	"pages/page4.jpg",
	"pages/page5.jpg",
	"pages/page6.jpg",
	"pages/page7.jpg",
	"pages/page8.jpg",
	"pages/page9.jpg",
	"pages/page10.jpg",
	"pages/page11.jpg",
	"pages/page12.jpg",
	"pages/page13.jpg",
	"pages/page14.jpg",
	"pages/page15.jpg",
	"pages/page16.jpg",
	"pages/page17.jpg",
	"pages/page18.jpg",
	"pages/page19.jpg",
	"pages/page20.jpg",
	"pages/page21.jpg",
	"pages/page22.jpg",
	"pages/page23.jpg",
	"pages/page24.jpg",
	"pages/page25.jpg",
	"pages/page26.jpg",
	"pages/page27.jpg",
	"pages/page28.jpg",
	"pages/page29.jpg",
	"pages/page30.jpg",
	"pages/page31.jpg",
	"pages/page32.jpg",
	"pages/page33.jpg",
	"pages/page34.jpg",
];

flippingBook.contents = [
	[ "HarBurn Catalog Cover" , 0 ],
	[ "Art Requirements", 1 ],
	[ "Hard Epoxy Resin-Hard Epoxy Resin with Screening", 3 ],
	[ "Die Struck-Soft Enamel and Iron Die Struck", 5 ],
	[ "Die Struck and Classic Closionne", 7 ],
	[ "Photo Reproduction and Screened Enamel", 9 ],
	[ "Precision Etched and Wings", 11 ],
	[ "Recognition Pins and Achievment/Recognition", 13 ],
	[ "Medallions/Ribbons and Commemorative Coins", 15 ],
	[ "Key Rings and Golf", 17 ],
	[ "Accessories", 19 ],
	[ "Special Effects and Bookmarks", 21 ],
	[ "Enhancement Cards and Packaging", 23 ],
	[ "Stock Pins", 25 ],
	[ "Emblems", 27 ],
	[ "Large Emblems", 29 ],
	[ "Appliques and Softeez", 31 ],
	[ "General Information", 34 ],
	[ "Shipping and Weight", 36]
];

// define custom book settings here
flippingBook.settings.bookWidth = 850;
flippingBook.settings.bookHeight = 550;
flippingBook.settings.pageBackgroundColor = 0x9a814b;
flippingBook.settings.backgroundColor = 0x9a814b;
flippingBook.settings.zoomUIColor = 0x9a814b;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 1020;
flippingBook.settings.zoomImageHeight = 1320;
flippingBook.settings.downloadURL = "harburn_catalog.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();
