flippingBook.pages = [
	"/tastemagazine/pages/greenbrochure/page-1.jpg",
	"/tastemagazine/pages/greenbrochure/page-2.jpg",
	"/tastemagazine/pages/greenbrochure/page-3.jpg",
	"/tastemagazine/pages/greenbrochure/page-4.jpg",
	"/tastemagazine/pages/greenbrochure/page-5.jpg",
	"/tastemagazine/pages/greenbrochure/page-6.jpg",
	"/tastemagazine/pages/greenbrochure/page-7.jpg",
	"/tastemagazine/pages/greenbrochure/page-8.jpg",
	"/tastemagazine/pages/greenbrochure/page-9.jpg",
	"/tastemagazine/pages/greenbrochure/page-10.jpg",
	"/tastemagazine/pages/greenbrochure/page-11.jpg",
	"/tastemagazine/pages/greenbrochure/page-12.jpg",
	"/tastemagazine/pages/greenbrochure/page-13.jpg",
	"/tastemagazine/pages/greenbrochure/page-14.jpg",
	"/tastemagazine/pages/greenbrochure/page-15.jpg",
	"/tastemagazine/pages/greenbrochure/page-16.jpg",
	"/tastemagazine/pages/greenbrochure/page-17.jpg",
	"/tastemagazine/pages/greenbrochure/page-18.jpg"
];

flippingBook.contents = [
	[ "COVER", 1 ],
	[ "INTRODUCTION", 2 ],
	[ "RETURN TO RETAIL", 3 ],
	[ "DOING OUR PART TOGETHER", 4 ],
  [ "RECYCLING RESPONSIBILITY", 5],
  [ "REDUCING TRANSPORTATION AND GLASS", 6],
  [ "REDUCING PAPER AND PLASTIC", 7],
  [ "REDUCING GREENHOUSE GASES", 8],
  [ "SUSTAINABLE PROGRAMS", 9],
  [ "LDB GREEN PLAN", 10],
  [ "GETTING POWER SMART", 11],
  [ "PAPER REDUCTION", 12],
  [ "LESS STANDARDS", 13],
  [ "GREEN PROCUREMENT", 14],
  [ "REDUCING WATER USE", 15],
  [ "REDUCING WASTE MANAGEMENT COSTS", 16],
  [ "REDUCING FUEL CONSUMPTION", 17],
  [ "CONSERVING ELECTRICITY", 18]
];

// define custom book settings here
flippingBook.settings.bookWidth = 952;
flippingBook.settings.bookHeight = 561;
flippingBook.settings.pageBackgroundColor = 0xffffff;
flippingBook.settings.backgroundColor = 0xffffff;
flippingBook.settings.zoomUIColor = 0xffffff;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 700;
flippingBook.settings.zoomImageHeight = 900;
flippingBook.settings.downloadURL = "/tastemagazine/pdfs/greenbrochure.pdf";
flippingBook.settings.flipSound = "/tastemagazine/sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";

// default settings can be found in the flippingbook.js file
flippingBook.create();

