flippingBook.pages = [
	"pages/Access/1.jpg",
	"pages/Access/2.jpg",
	"pages/Access/3.jpg",
	"pages/Access/4.jpg",
	"pages/Access/5.jpg",
	"pages/Access/6.jpg",
	"pages/Access/7.jpg",
	"pages/Access/8.jpg",
	"pages/Access/9.jpg",
	"pages/Access/10.jpg",
	"pages/Access/11.jpg",
	"pages/Access/12.jpg",
	"pages/Access/13.jpg",
	"pages/Access/14.jpg",
	"pages/Access/15.jpg",
	"pages/Access/16.jpg"
];

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Modern", 4 ]
];


// define custom book settings here
flippingBook.settings.bookWidth = 650;
flippingBook.settings.bookHeight = 460;
flippingBook.settings.pageBackgroundColor = 0x5b7414;
flippingBook.settings.backgroundColor = 0x83a51c;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 800;
flippingBook.settings.zoomImageHeight = 1132;
flippingBook.settings.downloadURL = "pdfs/accesspro0910.pdf";
flippingBook.settings.downloadSize = "Size: 1106 Kb";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;
flippingBook.settings.zoomPath = "pages/Access/large/"


// default settings can be found in the flippingbook.js file
flippingBook.create();

