flippingBook.pages = [
	"brochure/small/01.jpg",
	"brochure/small/02.jpg",
	"brochure/small/03.jpg",
	"brochure/small/04.jpg",
	"brochure/small/05.jpg",
	"brochure/small/06.jpg",
	"brochure/small/07.jpg",
	"brochure/small/08.jpg",
	"brochure/small/09.jpg",
	"brochure/small/10.jpg"
];

flippingBook.settings.bookWidth = 678;
flippingBook.settings.bookHeight = 480;
flippingBook.settings.backgroundColor = 0xffffff;
flippingBook.settings.pageBackgroundColor = 0xffffff;
flippingBook.settings.zoomEnabled = true;
flippingBook.settings.zoomPath = "brochure/large/";
flippingBook.settings.zoomImageWidth = 1200;
flippingBook.settings.zoomImageHeight = 1697;
flippingBook.settings.zoomUIColor = 0xe1e5e8;
flippingBook.settings.zoomHintEnabled = true;
flippingBook.settings.preserveProportions = false;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.handOverPage = false;
flippingBook.settings.backgroundImage = "brochure/img/bg.jpg";
flippingBook.create();
