flippingBook.pages = [
	"pages/whirley1.JPG",
	"pages/whirley2.JPG",
	"pages/whirley3.JPG",
	"pages/whirley4.JPG",
	"pages/whirley5.JPG",
	"pages/whirley6.JPG",
	"pages/whirley7.JPG",
	"pages/whirley8.JPG",
	"pages/whirley9.JPG",
	"pages/whirley10.JPG",
	"pages/whirley11.JPG",
	"pages/whirley12.JPG"
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Insulated Car Mugs-1 ", 2 ],
	[ "Gripper - Rubber Base Insulated Car Mugs-2", 3 ],
	[ "20-100oz Insulated MEGA Mugs-3", 4 ],
	[ "Paper Insert Mugs and Tumblers-4", 5 ],
	[ "Leatherette & Sports Sleeve Tumblers & Carmugs-5", 6 ],
	[ "Water Bottle & Workhorse Bottle-6", 7 ],
	[ "Kids Sippers, Lunchbox, Carmugs & Sport Bottles-7", 8 ],
	[ "YARD Bottles with Straws-8", 9 ],
	[ "Economy & Upscale Glasses & Pilsners-9", 10 ],
	[ "Customized Products-10", 11 ],
	[ "General Information", 12 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 850;
flippingBook.settings.bookHeight = 550;
flippingBook.settings.pageBackgroundColor = 0x5b7414;
flippingBook.settings.backgroundColor = 0x83a51c;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 1020;
flippingBook.settings.zoomImageHeight = 1321;
flippingBook.settings.downloadURL = "http://www.michaelrobert.com/ASIpdfs/WhirleyCatalog.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();
