flippingBook.pages = [
	"pages/Cul-MacRetailCatalog-low_Page_01.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_02.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_03.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_04.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_05.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_06.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_07.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_08.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_09.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_10.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_11.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_12.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_13.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_14.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_15.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_16.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_17.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_18.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_19.jpg",
	"pages/Cul-MacRetailCatalog-low_Page_20.jpg"
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Aerosols", 18 ],
	[ "Antifreeze Products", 5 ],
	[ "Automotive Detail Products", 12 ],
	[ "Blast Self-Serve Line", 16 ],
	[ "Car Wash Chemicals", 15 ],
	[ "Carpet Cleaners", 6 ],
	[ "Carpet and Floor Machines", 7 ],
	[ "Degreasers", 8 ],
	[ "Dispensing Equipment", 18 ],
	[ "Floor and Wall Cleaners", 9 ],
	[ "Glass Cleaners", 9 ],
	[ "Hand Cleaners", 10 ],
	[ "Institutional Cleaners", 10 ],
	[ "Laundry", 8 ],
	[ "Protective Coatings and Rustproofing", 14 ],
	[ "Swimming Pool Maintenance", 11 ],
	[ "Truck Wash", 17 ],
	[ "Windshield Washer Solvent", 4 ]
	
];

// define custom book settings here
flippingBook.settings.bookWidth = 826;
flippingBook.settings.bookHeight = 584;
flippingBook.settings.pageBackgroundColor = 0x5b7414;
flippingBook.settings.backgroundColor = 003399;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.downloadURL = "Cul-MacRetailCatalog.pdf";
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();

