flippingBook.pages = [
	"pages/PLA_Page_01.jpg",
	"pages/PLA_Page_02.jpg",
	"pages/PLA_Page_03.jpg",
	"pages/PLA_Page_04.jpg",
	"pages/PLA_Page_05.jpg",
	"pages/PLA_Page_06.jpg",
	"pages/PLA_Page_07.jpg",
	"pages/PLA_Page_08.jpg",
	"pages/PLA_Page_09.jpg",
	"pages/PLA_Page_10.jpg",
	"pages/PLA_Page_11.jpg",
	"pages/PLA_Page_12.jpg",
	"pages/PLA_Page_13.jpg",
	"pages/PLA_Page_14.jpg",
	"pages/PLA_Page_15.jpg",
	"pages/PLA_Page_16.jpg",
	"pages/PLA_Page_17.jpg",
	"pages/PLA_Page_18.jpg",
	"pages/PLA_Page_19.jpg",
	"pages/PLA_Page_20.jpg",
	"pages/PLA_Page_21.jpg",
	"pages/PLA_Page_22.jpg",
	"pages/PLA_Page_23.jpg",
	"pages/PLA_Page_24.jpg",
	"pages/PLA_Page_25.jpg",
	"pages/PLA_Page_26.jpg",
	"pages/PLA_Page_27.jpg",
	"pages/PLA_Page_28.jpg"
];

flippingBook.contents = [
	[ "Front Cover", 1 ],
	[ "TOC / Welcome", 2 ],
	[ "Prestige Awards", 3 ],
	[ "Books and Wedges", 4 ],
	[ "Circles and Triangles", 5 ],
	[ "Blocks and Icebergs", 6 ],
	[ "Towers", 7 ],
	[ "Obelisks", 8 ],
	[ "Dome Tops", 9 ],
	[ "Cubes", 10 ],
	[ "Rectangles", 11 ],
	[ "Paperweights", 12 ],
	[ "Paperweights", 13 ],
	[ "Paperweights / Card Holder", 14 ],
	[ "Presentation Blocks", 15 ],
	[ "Lighted Presentation Plaques", 16 ],
	[ "Crystal Plaques", 17 ],
	[ "Ornaments", 18 ],
	[ "Wine Stoppers", 19 ],
	[ "Keychains", 20 ],
	[ "2D to 3D Conversion", 21 ],
	[ "VeriTone Shading", 22 ],
	[ "Lighted Presentation Bases", 23 ],
	[ "Gift Boxes", 24 ],
	[ "Case Histories", 25 ],
	[ "General Information", 26 ],
	[ "General Information", 27 ],
	[ "Back Cover", 28 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 778;
flippingBook.settings.bookHeight = 504;
flippingBook.settings.pageBackgroundColor = 0xffffff;
flippingBook.settings.backgroundColor = 0x000000;
flippingBook.settings.zoomUIColor = 0xcccccc;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 1224;
flippingBook.settings.zoomImageHeight = 1584;
flippingBook.settings.downloadURL = "http://www.precisionlaserart.com/docs/catalog.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.downloadSize = "Size: 64.9 Mb";

// default settings can be found in the flippingbook.js file
flippingBook.create();
