﻿flippingBook.pages = [
	"pages/01.swf",
	"pages/02.swf",
	"pages/03.swf",
	"pages/04.jpg",
	"pages/05.swf",
	"pages/06.jpg",
	"pages/07.swf",
	"pages/08.jpg",
	"pages/09.swf",
	"pages/10.swf",
	"pages/11.swf",
	"pages/12.jpg",
	"pages/13.swf",
	"pages/14.jpg",
	"pages/15.swf",
	"pages/16.jpg",
	"pages/17.swf",
	"pages/18.jpg",
	"pages/19.swf",
	"pages/20.jpg",
	"pages/21.swf",
	"pages/22.jpg",
	"pages/23.jpg",
	"pages/24.jpg",
	"pages/25.swf",
	"pages/26.jpg",
	"pages/27.swf",
	"pages/28.jpg",
	"pages/29.swf",
	"pages/30.jpg",
	"pages/31.swf",
	"pages/32.jpg",
	"pages/33.swf",
	"pages/34.swf",
	"pages/35.swf",
	"pages/36.jpg",
	"pages/37.swf",
	"pages/38.jpg",
	"pages/39.swf",
	"pages/40.swf",
	"pages/41.swf",
	"pages/42.jpg",
	"pages/43.swf",
	"pages/44.swf"
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "From Caroline Pritchard", 6],
	[ "From Peter Tobler", 8],
	[ "From Cruise Industry News", 10],
	[ "Opening Doors", 12],
	[ "Contributing to the Industry", 14],
	[ "Always By and For the Cruise Industry", 18],
	[ "Leadership Training", 20],
	[ "Bringing Management to the Next Level", 24],
	[ "Hotel Operations: Moving Forward", 26],
	[ "Food + Beverage: The Next Generation", 30],
	[ "Barcelona: MHA Goes to Europe", 34],
	[ "At the Helm Caroline Pritchard", 36],
	[ "‘Lifestyle and Passion’ Peter Tobler", 38],
	[ "Big Picture: Behind the Scenes", 40],
	[ "Next: Globalization ", 42],
	[ "Back Cover", 44 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 850;
flippingBook.settings.bookHeight = 552;
flippingBook.settings.pageBackgroundColor = 0xFFFFFF;
flippingBook.settings.backgroundColor = 0xFFFFFF;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 770;
flippingBook.settings.zoomImageHeight = 1000;
flippingBook.settings.downloadURL = "";
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();

