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 ],
	[ "Blocks and Circles", 5 ],
	[ "Arches and Icebergs", 6 ],
	[ "Standard Towers", 7 ],
	[ "Cathedral Towers", 7 ],
	[ "Grooved Obelisks", 8 ],
	[ "President Awards", 8 ],
	[ "Dome Tops", 9 ],
	[ "Standard Cubes", 10 ],
	[ "Jewel Cut Cubes", 10 ],
	[ "Rectangles", 11 ],
	[ "Paperweights", 12 ],
	[ "Paperweights", 13 ],
	[ "Letter Opener", 14 ],
	[ "Business Card Holder", 14 ],
	[ "Clocks", 15 ],
	[ "Lighted Presentation Plaques", 16 ],
	[ "Crystal Plaques", 17 ],
	[ "Ornaments/Suncatchers", 18 ],
	[ "Wine Stoppers", 19 ],
	[ "Keychains", 20 ],
	[ "Optional Services", 21 ],
	[ "Presentation Bases", 22 ],
	[ "Gift Boxes", 23 ],
	[ "Case Histories", 24 ],
	[ "General Information", 26 ],
	[ "Back Cover", 28 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 890;
flippingBook.settings.bookHeight = 576;
flippingBook.settings.zoomImageWidth = 612;
flippingBook.settings.zoomImageHeight = 792;
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.downloadURL = "http://www.precisionlaserart.com/docs/catalog.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.downloadSize = "Size: 57.7 Mb";

// default settings can be found in the flippingbook.js file
flippingBook.create();

