﻿flippingBook.pages = [
	
	"pages/Gateway-2010-1.jpg",
	"pages/Gateway-2010-2.jpg",
	"pages/Gateway-2010-3.jpg",
	"pages/Gateway-2010-4.jpg",
	"pages/Gateway-2010-5.jpg",
	"pages/Gateway-2010-6.jpg",
	"pages/Gateway-2010-7.jpg",
	"pages/Gateway-2010-8.jpg",
	"pages/Gateway-2010-9.jpg",
	"pages/Gateway-2010-10.jpg",
	"pages/Gateway-2010-11.jpg",
	"pages/Gateway-2010-12.jpg"
	
	
	

];


flippingBook.contents = [
[ "Cover page", 1 ]						 

	
];


// define custom book settings here
flippingBook.settings.bookWidth = 1185;
flippingBook.settings.bookHeight = 593;
flippingBook.settings.pageBackgroundColor = 0xffffff;
flippingBook.settings.backgroundColor = 0xffffff;
flippingBook.settings.zoomUIColor = 0xffffff;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 992;
flippingBook.settings.downloadURL = "Gateway-2010.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;
flippingBook.settings.freezeOnFlip = true;

// default settings can be found in the flippingbook.js file
flippingBook.create();

