flippingBook.pages = [
	"pages/envelope-01.jpg",
	"pages/envelope-02.jpg",
	"pages/envelope-03.jpg",
	"pages/envelope-04.jpg",
	"pages/envelope-05.jpg",
	"pages/envelope-06.jpg",
	"pages/envelope-07.jpg",
	"pages/envelope-08.jpg"
];


flippingBook.contents = [
	[ "#9 Envelopes", 2 ],
	[ "#10 Envelopes", 3 ],
	[ "9x12 Envelopes", 4 ],
	[ "10x13 Envelopes", 5 ],
	[ "Twindows/Other Envelopes", 6 ],
	[ "Order Form", 7 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 876;
flippingBook.settings.bookHeight = 584;
flippingBook.settings.pageBackgroundColor = 0x0076BF;
flippingBook.settings.backgroundColor = 0x0076BF;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 1282;
flippingBook.settings.downloadURL = "";
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();
