﻿flippingBook.pages = [
	"pages/Dealing-with-Debt_Page_01.jpg",
	"pages/Dealing-with-Debt_Page_02.jpg",
	"pages/Dealing-with-Debt_Page_03.jpg",
	"pages/Dealing-with-Debt_Page_04.jpg",
	"pages/Dealing-with-Debt_Page_05.jpg",
	"pages/Dealing-with-Debt_Page_06.jpg",
	"pages/Dealing-with-Debt_Page_07.jpg",
	"pages/Dealing-with-Debt_Page_08.jpg",
	"pages/Dealing-with-Debt_Page_09.jpg",
	"pages/Dealing-with-Debt_Page_10.jpg",
	"pages/Dealing-with-Debt_Page_11.jpg",
	"pages/Dealing-with-Debt_Page_12.jpg",
	"pages/Dealing-with-Debt_Page_13.jpg",
	"pages/Dealing-with-Debt_Page_14.jpg",
	"pages/Dealing-with-Debt_Page_15.jpg",
	"pages/Dealing-with-Debt_Page_16.jpg",
	"pages/Dealing-with-Debt_Page_17.jpg",
	"pages/Dealing-with-Debt_Page_18.jpg",
	"pages/Dealing-with-Debt_Page_19.jpg",
	"pages/Dealing-with-Debt_Page_20.jpg",
	"pages/Dealing-with-Debt_Page_21.jpg",
	"pages/Dealing-with-Debt_Page_22.jpg",
	"pages/Dealing-with-Debt_Page_23.jpg",
	"pages/Dealing-with-Debt_Page_24.jpg",
	"pages/Dealing-with-Debt_Page_25.jpg"
];


// define custom book settings here
flippingBook.settings.bookWidth = 778;
flippingBook.settings.bookHeight = 550;
flippingBook.settings.pageBackgroundColor = 0xffffff;
flippingBook.settings.backgroundColor = 0xe0b439;
flippingBook.settings.zoomUIColor = 0x9a9a9a;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 1000;
flippingBook.settings.zoomImageHeight = 1415;
flippingBook.settings.downloadURL = "pages/pdf/Dealing with Debt.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();

