flippingBook.pages = [
	"/promos-en/page1.jpg",
	"/promos-en/page2.jpg",
	"/promos-en/page3.jpg",
	"/promos-en/page4.jpg",
	"/promos-en/page5.jpg",
	"/promos-en/page6.jpg",
];


/*flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Choose the Right Legend for You", 3 ],
	[ "The Legend Advantage", 5 ],
	[ "Unique Features", 7 ],
	[ "Full, Stand-Up Top Features", 9 ],
	[ "Legend Glide-On Trailer Features", 10 ],
	[ "Pro Classic Series", 12 ],
	[ "- Pro Classic Features & Construction", 12 ],
	[ "- Ultralite", 14 ],
	[ "- 14 & 16 WideBody", 14 ],
	[ "- 14 & 16 ProSport", 16 ],
	[ "- 14 & 16 ProSport SC", 18 ],
	[ "- 151 Angler", 20 ],
	[ "- 151 AllSport", 22 ],
	[ "Gen X Series", 24 ],
	[ "- Gen X Features & Construction", 24 ],
	[ "- 16 Xcite", 26 ],
	[ "- 16 Xterminator & 16 XGS", 28 ],
	[ "- 16 Xtreme", 30 ],
	[ "- 16 Xcalibur", 32 ],
	[ "- 18 Xtreme", 34 ],
	[ "- 18 Xcalibur", 36 ],
	[ "- 20 Xtreme", 38 ],
	[ "- 19 & 20 Xcalibur", 40 ],
	[ "Pontoon Series", 42 ],
	[ "- Pontoon Features & Construction", 42 ],
	[ "- 20 Transporter", 44 ],
	[ "- Genesis Mini", 46 ],
	[ "- 19 Genesis RE", 47 ],
	[ "- 21 Genesis Fusion & Genesis Fusion EXT", 48 ],
	[ "- BayShore Fusion & BayShore RE", 50 ],
	[ "- Luxura & Luxura EXT", 52 ],
	[ "Options & Accessories", 54 ],
	[ "Freight & Preparation", 58 ],
	[ "Motor Upgrades & The Legend Protection Plan", 59 ],
];*/

// define custom book settings here
flippingBook.settings.bookWidth = 980;
flippingBook.settings.bookHeight = 365;
flippingBook.settings.pageBackgroundColor = 0xffffff;
flippingBook.settings.backgroundColor = 0xffffff;
flippingBook.settings.zoomUIColor = 0xffffff;
//flippingBook.settings.backgroundImage = "img/bookBackground2.jpg";
flippingBook.settings.backgroundImage = null;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 1200;
flippingBook.settings.zoomImageHeight = 893;
//flippingBook.settings.downloadURL = "/downloads/Catalogue%20-%20English%20-%2072dpi.pdf";
flippingBook.settings.flipSound = "/sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;
flippingBook.settings.zoomPath = "/promos-en/large/",

// default settings can be found in the flippingbook.js file
flippingBook.create();
