﻿flippingBook.pages = [
	"pages/page-001.jpg",
	"pages/page-002.jpg",
	"pages/page-003.jpg",
	"pages/page-004.jpg",
	"pages/page-005.jpg",
	"pages/page-006.jpg",
	"pages/page-007.jpg",
	"pages/page-008.jpg",
	"pages/page-009.jpg",
	"pages/page-0010.jpg",
	"pages/page-0011.jpg",
	"pages/page-0012.jpg",
	"pages/page-0013.jpg",
	"pages/page-0014.jpg",
	"pages/page-0015.jpg",
	"pages/page-0016.jpg"
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "David Adams", 2 ],
	[ "The clock's ticking", 3 ],
	[ "Operation healthcare", 4 ],
	[ "Business and retail", 6 ],
	[ "An East coast education", 8 ],
	[ "Research facility", 10 ],
	[ "Royal trinity", 10 ],
	[ "Reach for the sky", 11 ],
	[ "Surveying the city", 12 ],
	[ "Time travel", 13 ],
	[ "Capital profile", 14 ],
	[ "Back cover", 16 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 826;
flippingBook.settings.bookHeight = 584;
flippingBook.settings.pageBackgroundColor = 0x00ADEF;
flippingBook.settings.backgroundColor = 0x014991;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.downloadURL = "http://adams.dev2.999design.com/pdf/AdamsNewsletter.pdf";
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();
