flippingBook.pages = [
	"pages/Banbury Sale Sheets_Page_1.jpg",
	"pages/Banbury Sale Sheets_Page_2.jpg",
	"pages/Banbury Sale Sheets_Page_3.jpg",
	"pages/Banbury Sale Sheets_Page_4.jpg",
	"pages/Banbury Sale Sheets_Page_5.jpg",
	"pages/Banbury Sale Sheets_Page_6.jpg",
	"pages/Bunker Hill Sale Sheets_Page_1.jpg",
	"pages/Bunker Hill Sale Sheets_Page_2.jpg",
	"pages/Bunker Hill Sale Sheets_Page_3.jpg",
	"pages/Bunker Hill Sale Sheets_Page_4.jpg",
	"pages/Bunker Hill Sale Sheets_Page_5.jpg",
	"pages/Bunker Hill Sale Sheets_Page_6.jpg",
	"pages/Bunker Hill Sale Sheets_Page_7.jpg",
	"pages/Bunker Hill Sale Sheets_Page_8.jpg",
	"pages/Bunker Hill Sale Sheets_Page_9.jpg",
	"pages/Elliot Ridge Sale Sheet_Page_1.jpg",
	"pages/Elliot Ridge Sale Sheet_Page_2.jpg",
	"pages/Elliot Ridge Sale Sheet_Page_3.jpg",
	"pages/Elliot Ridge Sale Sheet_Page_4.jpg",
	"pages/Elliot Ridge Sale Sheet_Page_5.jpg",
	"pages/Elliot Ridge Sale Sheet_Page_6.jpg",
	"pages/Millcreek Mission Sheets_Page_1.jpg",
	"pages/Millcreek Mission Sheets_Page_2.jpg",
	"pages/Millcreek Mission Sheets_Page_3.jpg",
	"pages/Millcreek Mission Sheets_Page_4.jpg",
	"pages/New Bedford Sale Sheet_Page_1.jpg",
	"pages/New Bedford Sale Sheet_Page_2.jpg",
	"pages/New Bedford Sale Sheet_Page_3.jpg",
	"pages/New Bedford Sale Sheet_Page_4.jpg",
	"pages/New Bedford Sale Sheet_Page_5.jpg",
	"pages/New Bedford Sale Sheet_Page_6.jpg",
	"pages/New Bedford Sale Sheet_Page_7.jpg",
	"pages/Sheffield Sale Sheets_Page_1.jpg",
	"pages/Sheffield Sale Sheets_Page_2.jpg",
	"pages/Sheffield Sale Sheets_Page_3.jpg",
	"pages/Sheffield Sale Sheets_Page_4.jpg",
	"pages/Sheffield Sale Sheets_Page_5.jpg",
	"pages/Sheffield Sale Sheets_Page_6.jpg",

];

flippingBook.contents = [
   ["Banbury", 1],
   ["Bunkerhill", 7],
   ["Elliot Ridge", 16],
   ["Millcreek Mission", 22],
   ["New Bedford", 26],
   ["Sheffield", 33],

];

// define custom book settings here
flippingBook.settings.bookWidth = 826;
flippingBook.settings.bookHeight = 584;
flippingBook.settings.pageBackgroundColor = 0x5b7414;
flippingBook.settings.backgroundColor = 0x83a51c;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.downloadURL = "dv-bedroom.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.hardcover = false;

// default settings can be found in the flippingbook.js file
flippingBook.create();
