flippingBook.pages = [
    "pages/0 frontcover.jpg",
    "pages/1 table of contents0001.jpg",
    "pages/1 table of contents0002.jpg",
    "pages/1 table of contents0003.jpg",
    "pages/1 table of contents0004.jpg",
    "pages/1 table of contents0005.jpg",
    "pages/1 table of contents0006.jpg",
    "pages/1 table of contents0007.jpg",
    "pages/1 table of contents0008.jpg",
    "pages/1 table of contents0009.jpg",
    "pages/1 table of contents0010.jpg",
    "pages/1 table of contents0011.jpg",
    "pages/1 table of contents0012.jpg",
    "pages/1 table of contents0013.jpg",
    "pages/1 table of contents0014.jpg",
    "pages/2 preface and quote0001.jpg",
    "pages/2 preface and quote0002.jpg",
    "pages/2 preface and quote0003.jpg",
    "pages/2 preface and quote0004.jpg",
    "pages/3 pages of chapter 7 guilt0001.jpg",
    "pages/3 pages of chapter 7 guilt0002.jpg",
    "pages/3 pages of chapter 7 guilt0003.jpg",
    "pages/3 pages of chapter 7 guilt0004.jpg",
    "pages/4 pages of chapter 12 karma0001.jpg",
    "pages/4 pages of chapter 12 karma0002.jpg",
    "pages/4 pages of chapter 12 karma0003.jpg",
    "pages/4 pages of chapter 12 karma0004.jpg",
    "pages/4 pages of chapter 12 karma0005.jpg",
    "pages/5 pages of chapter 23 why meditate0001.jpg",
    "pages/5 pages of chapter 23 why meditate0002.jpg",
    "pages/5 pages of chapter 23 why meditate0003.jpg",
    "pages/5 pages of chapter 23 why meditate0004.jpg",
    "pages/5 pages of chapter 23 why meditate0005.jpg",
    "pages/5 pages of chapter 23 why meditate0006.jpg",
    "pages/6 full chapter nithya yoga0001.jpg",
    "pages/6 full chapter nithya yoga0002.jpg",
    "pages/6 full chapter nithya yoga0003.jpg",
    "pages/6 full chapter nithya yoga0004.jpg",
    "pages/6 full chapter nithya yoga0005.jpg",
    "pages/x backcover.jpg",
];

flippingBook.contents = [
	[ "Front Cover", 1 ],
	[ "Table of Contents", 2 ],
	[ "Preface and Quote", 16 ],
	[ "Chapter 7 - Guilt", 20 ],
	[ "Chapter 12 - Karma", 24 ],
	[ "Chapter 23 - Why Meditation", 29 ],
	[ "Nithya Yoga", 35 ],
	[ "Back Cover", 40 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 1080;
flippingBook.settings.bookHeight = 763;
flippingBook.settings.pageBackgroundColor = 0x5b7414;
flippingBook.settings.backgroundColor = 0x83a51c;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 835;
flippingBook.settings.zoomImageHeight = 1181;
flippingBook.settings.downloadURL = "http://www.page-flip.com/new-demos/03-kitchen-gorenje-2008/kitchen_gorenje_2008.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";

// default settings can be found in the flippingbook.js file
flippingBook.create();
