flippingBook.pages = [
	"pages/page_1.jpg",
	"pages/page_2.jpg",
	"pages/page_3.jpg",
	"pages/page_4.jpg",
	"pages/page_5.jpg",
	"pages/page_6.jpg",
	"pages/page_7.jpg",
	"pages/page_8.jpg",
	"pages/page_9.jpg",
	"pages/page_10.jpg",
	"pages/page_11.jpg",
	"pages/page_12.jpg",
	"pages/page_13.jpg",
	"pages/page_14.jpg",
	"pages/page_15.jpg",
	"pages/page_16.jpg"
];

flippingBook.zoomPages = [
	"pages/large/page_1.jpg",
	"pages/large/page_2.jpg",
	"pages/large/page_3.jpg",
	"pages/large/page_4.jpg",
	"pages/large/page_5.jpg",
	"pages/large/page_6.jpg",
	"pages/large/page_7.jpg",
	"pages/large/page_8.jpg",
	"pages/large/page_9.jpg",
	"pages/large/page_10.jpg",
	"pages/large/page_11.jpg",
	"pages/large/page_12.jpg",
	"pages/large/page_13.jpg",
	"pages/large/page_14.jpg",
	"pages/large/page_15.jpg",
	"pages/large/page_16.jpg"
];

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "About", 3 ],
	[ "Career Highlights", 4 ],
	[ "NZ Circuits", 6 ],
	[ "Media", 9 ],
	[ "Why Sponsor", 13 ],
];

// define custom book settings here
flippingBook.settings.bookWidth = 1600;
flippingBook.settings.bookHeight = 667;
flippingBook.settings.pageBackgroundColor = "0x333333";
flippingBook.settings.backgroundColor = "0x333333";
flippingBook.settings.zoomUIColor = "0x919d6c";
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 800;
flippingBook.settings.zoomImageHeight = 667;
flippingBook.settings.downloadURL = "pdf/webling.pdf";
flippingBook.settings.flipSound = "sounds/01.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;

// default settings can be found in the flippingbook.js file
flippingBook.create();
