﻿flippingBook.pages = [
	"pages/small/page-000.jpg",
	"pages/small/page-001.jpg",
	"pages/small/page-002.jpg",
	"pages/small/page-003.jpg",
	"pages/small/page-004.jpg",
	"pages/small/page-005.jpg",
	"pages/small/page-006.jpg",
	"pages/small/page-006a.jpg",	
	"pages/small/page-007.jpg",
	"pages/small/page-008.jpg",
	"pages/small/page-009.jpg",
	"pages/small/page-010.jpg",
	"pages/small/page-011.jpg",	
	"pages/small/page-012.jpg",
	"pages/small/page-013.jpg",
	"pages/small/page-014.jpg",
	"pages/small/page-015.jpg",
	"pages/small/page-016.jpg",
	"pages/small/page-017.jpg",
	"pages/small/page-018.jpg",
	"pages/small/page-019.jpg",
	"pages/small/page-020.jpg",
	"pages/small/page-021.jpg",	
	"pages/small/page-022.jpg",
	"pages/small/page-023.jpg",
	"pages/small/page-024.jpg",
	"pages/small/page-025.jpg",
	"pages/small/page-026.jpg",
	"pages/small/page-027.jpg",
	"pages/small/page-028.jpg",
	"pages/small/page-029.jpg",
	"pages/small/page-030.jpg",
	"pages/small/page-031.jpg",	
	"pages/small/page-032.jpg",
	"pages/small/page-033.jpg",
	"pages/small/page-034.jpg",
	"pages/small/page-035.jpg",
	"pages/small/page-036.jpg",
	"pages/small/page-037.jpg",
	"pages/small/page-038.jpg",
	"pages/small/page-039.jpg",
	"pages/small/page-040.jpg",
	"pages/small/page-041.jpg",	
	"pages/small/page-042.jpg",
	"pages/small/page-043.jpg",
	"pages/small/page-044.jpg",
	"pages/small/page-045.jpg",
	"pages/small/page-046.jpg",
	"pages/small/page-047.jpg",
	"pages/small/page-048.jpg",
	"pages/small/page-049.jpg",
	"pages/small/page-050.jpg",
	"pages/small/page-051.jpg",	
	"pages/small/page-052.jpg",
	"pages/small/page-053.jpg",
	"pages/small/page-054.jpg",
	"pages/small/page-055.jpg",
	"pages/small/page-056.jpg",
	"pages/small/page-057.jpg",
	"pages/small/page-058.jpg",
	"pages/small/page-059.jpg",
	"pages/small/page-060.jpg",
	"pages/small/page-061.jpg",	
	"pages/small/page-062.jpg",
	"pages/small/page-063.jpg",
	"pages/small/page-064.jpg",
	"pages/small/page-065.jpg",
	"pages/small/page-066.jpg",
	"pages/small/page-067.jpg",
	"pages/small/page-068.jpg",
	"pages/small/page-069.jpg",
	"pages/small/page-999.jpg"	
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Page 5", 5 ],
	[ "Send Email", 6 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 800;
flippingBook.settings.bookHeight = 400;
flippingBook.settings.pageBackgroundColor = 0xE8E8E8;
flippingBook.settings.backgroundColor = 0xFFFFFF;
flippingBook.settings.zoomUIColor = 0x999999;
flippingBook.settings.zoomHint = "Double click to enlarge",
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 900;
flippingBook.settings.zoomImageHeight = 900;
flippingBook.settings.hardcoverSound = "sounds/03.mp3";
flippingBook.settings.flipSound = "sounds/01.mp3";
flippingBook.settings.hardcover = true;
flippingBook.settings.hardcoverThickness = 8; 
flippingBook.settings.hardcoverEdgeColor = 0x000000;
flippingBook.settings.zoomHintEnabled = true;
flippingBook.settings.printEnabled = false,

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