﻿flippingBook.pages = [
	"customer0910/page-1.jpg",
	"customer0910/page-2.jpg",
	"customer0910/page-3.jpg",
	"customer0910/page-4.jpg",
	"customer0910/page-5.jpg",
	"customer0910/page-6.jpg",
	"customer0910/page-7.jpg",
	"customer0910/page-8.jpg",
	"customer0910/page-9.jpg",
	"customer0910/page-10.jpg",
	"customer0910/page-11.jpg",
	"customer0910/page-12.jpg",
	"customer0910/page-13.jpg",
	"customer0910/page-14.jpg",
	"customer0910/page-15.jpg",
	"customer0910/page-16.jpg",
	"customer0910/page-17.jpg",
	"customer0910/page-18.jpg",
	"customer0910/page-19.jpg",
	"customer0910/page-20.jpg",
	"customer0910/page-21.jpg",
	"customer0910/page-22.jpg",
	"customer0910/page-23.jpg",
	"customer0910/page-24.jpg",
	"customer0910/page-25.jpg",
	"customer0910/page-26.jpg",
	"customer0910/page-27.jpg",
	"customer0910/page-28.jpg",
	"customer0910/page-29.jpg",
	"customer0910/page-30.jpg",
	"customer0910/page-31.jpg",
	"customer0910/page-32.jpg"
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Golf Umbrellas", 4 ],
	[ "Walking Umbrellas", 14 ],
	[ "Children’s Umbrellas", 20 ],
	[ "Folding Umbrellas", 22 ],
	[ "Sun Umbrellas", 30 ],
	[ "Back", 32 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 826;
flippingBook.settings.bookHeight = 584;
flippingBook.settings.pageBackgroundColor = 0x0D6CA2;
flippingBook.settings.backgroundColor = 0x0D6CA2;
flippingBook.settings.zoomUIColor = 0x0D6CA2;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true;
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 1403;
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();
