﻿flippingBook.pages = [
	"pages/1.jpg",
	"pages/2.jpg",
	"pages/3.jpg",
	"pages/4.jpg",
	"pages/5.jpg",
	"pages/6.jpg",
	"pages/7.jpg",
	"pages/8.jpg",
	"pages/9.jpg",
	"pages/10.jpg",
	"pages/11.jpg",
	"pages/12.jpg",
	"pages/13.jpg",
	"pages/14.jpg",
	"pages/15.jpg",
	"pages/16.jpg",
	"pages/17.jpg",
	"pages/18.jpg",
	"pages/19.jpg",
	"pages/20.jpg",
	"pages/21.jpg",
	"pages/22.jpg",
	"pages/23.jpg",
	"pages/24.jpg",
];


flippingBook.contents = [
	[ "In this Issue", 1 ],
	[ "--------------------------------", 1 ],
	[ "Third Time's a Charm", 6 ],
	[ "The Canmore Ownership Experience", 8 ],
	[ "Paving the Way to Change", 9 ],
	[ "A Legacy of Excellence", 10 ],
	[ "A Helping Hand...A Holiday Haven", 18 ],
	[ "Training Ground", 20 ],
	[ "", 1 ],
	[ "--------------------------------", 1 ],
	[ "Publisher's Message", 3 ],
	[ "Calendar of Events", 4 ],
	[ "The Characters of Canmore", 6 ],
	[ "Franks 'Lost Arts'", 9 ],
	[ "Meet the Faces of Spring Creek", 14 ],
	[ "Real Estate Primer", 15 ],
	[ "More Than Meets the Eye", 16 ],
	[ "All Roads Lead to a Rush", 16 ],
	[ "Animal, Vegetable, Mineral", 19 ],
	[ "Stein's Picks", 22 ],
];

// define custom book settings here
flippingBook.settings.bookWidth = 900;
flippingBook.settings.bookHeight = 601;
flippingBook.settings.pageBackgroundColor = 0x5b7414;
flippingBook.settings.backgroundColor = 0xAC5F00;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 1350;
flippingBook.settings.zoomImageHeight = 1736;
flippingBook.settings.downloadURL = "http://scr.appliedcommunications.ca/issues/issue2/issue2.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();
