flippingBook.pages = [	"pages/grocery01.jpeg",	"pages/grocery02.jpeg",	"pages/grocery03.jpeg",	"pages/grocery04.jpeg",	"pages/grocery05.jpeg",	"pages/grocery06.jpeg",];flippingBook.contents = [	[ "Page 1", 1 ],	[ "Page 2", 2 ],	[ "Page 3", 3 ],	[ "Page 4", 4 ],	[ "Page 5", 5 ],	[ "Page 6", 6 ],	];// define custom book settings hereflippingBook.settings.bookWidth = 542;flippingBook.settings.bookHeight = 584;flippingBook.settings.pageBackgroundColor = 0x5b7414;flippingBook.settings.backgroundColor = 0x83a51c;flippingBook.settings.zoomUIColor = 0x919d6c;flippingBook.settings.useCustomCursors = true;flippingBook.settings.dropShadowEnabled = false,flippingBook.settings.zoomImageWidth = 653;flippingBook.settings.zoomImageHeight = 1403;flippingBook.settings.downloadURL = "http://tomsfoodcenter.com/Resources/toms96_0719.pdf";flippingBook.settings.flipSound = "sounds/02.mp3";flippingBook.settings.flipCornerStyle = "each page";flippingBook.settings.zoomHintEnabled = true;// default settings can be found in the flippingbook.js fileflippingBook.create();