flippingBook.pages = [
	"pages/page-001.jpeg",
	"pages/page-002.jpeg",
	"pages/page-003.jpeg",
	"pages/page-004.jpeg",
	"pages/page-005.jpeg",
	"pages/page-006.jpeg",
	"pages/page-007.jpeg",
	"pages/page-008.jpeg",
	"pages/page-009.jpeg",
	"pages/page-010.jpeg",
	"pages/page-011.jpeg",
	"pages/page-012.jpeg",
	"pages/page-013.jpeg",
	"pages/page-014.jpeg",
	"pages/page-015.jpeg",
	"pages/page-016.jpeg",
	"pages/page-017.jpeg",
	"pages/page-018.jpeg",
	"pages/page-019.jpeg",
	"pages/page-020.jpeg",
	"pages/page-021.jpeg",
	"pages/page-022.jpeg",
	"pages/page-023.jpeg",
	"pages/page-024.jpeg",
	"pages/page-025.jpeg",
	"pages/page-026.jpeg",
	"pages/page-027.jpeg",
	"pages/page-028.jpeg",
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "03 - Contents", 2 ],
	[ "04 - Inspired fitness", 4 ],
	[ "06 - Germs can be a handful", 6 ],
	[ "07 - Starting a new chapter", 7 ],
	[ "08 - Summertime and the living is easy", 8 ],
	[ "11 - Let children explore the kitchen", 11 ],
	[ "11 - Getting kids to eat their fruit and vegies", 11 ],
	[ "11 - Citrus mousse", 11 ],
	[ "12 - Recipes", 12 ],
	[ "13 - Yoghurt - Why is it good for us?", 13 ],
	[ "14 - Put your mind to it", 14 ],
	[ "15 - 30 days to healthier habits", 15 ],
	[ "16 - Confessions of a cyclist", 16 ],
	[ "17 - Pedal power", 17 ],
	[ "18 - Busting popular flu myths", 18 ],
	[ "19 - Am I at risk from human swine flu?", 19 ],
	[ "20 - Head over heals", 20 ],
	[ "21 - Pole play - A fun way to get fit", 21 ],
	[ "22 - Yoga-licious for your body, mind and spirit", 22 ],
	[ "23 - When can you expect to breathe easier?", 23 ],
	[ "24 - Big gains from weight loss", 24 ],
	[ "24 - Detect breast cancer early", 24 ],
	[ "25 - Immunisation and your child", 25 ],
	[ "26 - Growing Pains", 26 ],
];

// define custom book settings here
flippingBook.settings.bookWidth = 660;
flippingBook.settings.bookHeight = 470;
flippingBook.settings.pageBackgroundColor = 0xFFFFFF;
flippingBook.settings.backgroundColor = 0xFFFFFF;
flippingBook.settings.zoomUIColor = 0x4bae78;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 998;
flippingBook.settings.zoomImageHeight = 1420;
flippingBook.settings.downloadURL = "pdf/QLDHealth-HealthMe-HealthyYou.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();

