﻿flippingBook.pages = [
	"pages/cover.jpg",
	"pages/inside-front-cover.jpg",
	"pages/1.jpg",
	"pages/2.jpg",
	"pages/3.jpg",
	"pages/4.jpg",
	"pages/5.jpg",
	"pages/6.jpg",
	"pages/7.jpg",
	"pages/8.jpg",
	"pages/9.jpg",
	"pages/10.jpg",
	"pages/11.jpg",
	"pages/12.jpg",
	"pages/13.jpg",
	"pages/14.jpg",
	"pages/15.jpg",
	"pages/16.jpg",
	"pages/17.jpg",
	"pages/18.jpg",
	"pages/19.jpg",
	"pages/20.jpg",
	"pages/21.jpg",
	"pages/22.jpg",
	"pages/23.jpg",
	"pages/24.jpg",
	"pages/25.jpg",
	"pages/26.jpg",
	"pages/27.jpg",
	"pages/28.jpg",
	"pages/29.jpg",
	"pages/30.jpg",
	"pages/31.jpg",
	"pages/32.jpg",
	"pages/33.jpg",
	"pages/34.jpg",
	"pages/35.jpg",
	"pages/36.jpg",
	"pages/37.jpg",
	"pages/38.jpg",
	"pages/39.jpg",
	"pages/40.jpg",
	"pages/41.jpg",
	"pages/42.jpg",
	"pages/43.jpg",
	"pages/44.jpg",
	"pages/45.jpg",
	"pages/46.jpg",
	"pages/47.jpg",
	"pages/48.jpg",
	"pages/49.jpg",
	"pages/50.jpg",
	"pages/51.jpg",
	"pages/52.jpg",
	"pages/53.jpg",
	"pages/54.jpg",
	"pages/55.jpg",
	"pages/56.jpg",
	"pages/57.jpg",
	"pages/58.jpg",
	"pages/59.jpg",
	"pages/60.jpg",
	"pages/61.jpg",
	"pages/62.jpg",
	"pages/63.jpg",
	"pages/64.jpg",
	"pages/inside-back-cover.jpg",
	"pages/back-cover.jpg"
	
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Cover Inside", 2 ],
	[ "Page 1", 3 ],
	[ "Page 2", 4 ],
	[ "Page 3", 5 ],
	[ "Page 4", 6 ],
	[ "Page 5", 7 ],
	[ "Page 6", 8 ],
	[ "Page 7", 9 ],
	[ "Page 8", 10 ],
	[ "Page 9", 11 ],
	[ "Page 10", 12 ],
	[ "Page 11", 13 ],
	[ "Page 12", 14 ],
	[ "Page 13", 15 ],
	[ "Page 14", 16 ],
	[ "Page 15", 17 ],
	[ "Page 16", 18 ],
	[ "Page 17", 19 ],
	[ "Page 18", 20 ],
	[ "Page 19", 21 ],
	[ "Page 20", 22 ],
	[ "Page 21", 23 ],
	[ "Page 22", 24 ],
	[ "Page 23", 25 ],
	[ "Page 24", 26 ],
	[ "Page 25", 27 ],
	[ "Page 26", 28 ],
	[ "Page 27", 29 ],
	[ "Page 28", 30 ],
	[ "Page 29", 31 ],
	[ "Page 30", 32 ],
	[ "Page 31", 33 ],
	[ "Page 32", 34 ],
	[ "Page 33", 35 ],
	[ "Page 34", 36 ],
	[ "Page 35", 37 ],
	[ "Page 36", 38 ],
	[ "Page 37", 39 ],
	[ "Page 38", 40 ],
	[ "Page 39", 41 ],
	[ "Page 40", 42 ],
	[ "Page 41", 43 ],
	[ "Page 42", 44 ],
	[ "Page 43", 45 ],
	[ "Page 44", 46 ],
	[ "Page 45", 47 ],
	[ "Page 46", 48 ],
	[ "Page 47", 49 ],
	[ "Page 48", 50 ],
	[ "Page 49", 51 ],
	[ "Page 50", 52 ],
	[ "Page 51", 53 ],
	[ "Page 52", 54 ],
	[ "Page 53", 55 ],
	[ "Page 54", 56 ],
	[ "Page 55", 57 ],
	[ "Page 56", 58 ],
	[ "Page 57", 59 ],
	[ "Page 58", 60 ],
	[ "Page 59", 61 ],
	[ "Page 60", 62 ],
	[ "Page 61", 63 ],
	[ "Page 62", 64 ],
	[ "Page 63", 65 ],
	[ "Page 64", 66 ],
	[ "Inside Back Cover", 67 ],
	[ "Back Cover", 68 ]
];


flippingBook.containerId = "fbContainer";
flippingBook.forwardButtonId = "fbForwardButton";
flippingBook.backButtonId = "fbBackButton";
flippingBook.zoomButtonId = "fbZoomButton";
flippingBook.printButtonId = "fbPrintButton";
flippingBook.downloadButtonId = "fbDownloadButton";
flippingBook.currentPagesId = "fbCurrentPages";
flippingBook.totalPagesId = "fbTotalPages";
flippingBook.contentsMenuId = "fbContentsMenu";	



// define custom book settings here
flippingBook.settings.bookWidth = 850;
flippingBook.settings.bookHeight = 540;
flippingBook.settings.pageBackgroundColor = 0xffffff;
flippingBook.settings.backgroundColor = 0x333333;
flippingBook.settings.zoomUIColor = 0x999999;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 1200;
flippingBook.settings.zoomImageHeight = 1527;
flippingBook.settings.downloadURL = "http://www.societylifemagazine.com/magazine/Medical08/Medical2008.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;
flippingBook.settings.flipOnClick = true,

// default settings can be found in the flippingbook.js file
flippingBook.create();

