flippingBook.pages = [
	"pages/page-001.jpg",
	"pages/page-002.jpg",
	"pages/page-003.jpg",
	"pages/page-004.jpg",
	"pages/page-005.jpg",
	"pages/page-006.jpg",
	"pages/page-007.jpg",
	"pages/page-008.jpg",
	"pages/page-009.jpg",
	"pages/page-010.jpg",
	"pages/page-011.jpg",
	"pages/page-012.jpg",
	"pages/page-013.jpg",
	"pages/page-014.jpg",
	"pages/page-015.jpg",
	"pages/page-016.jpg"
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Welcome", 2,3 ],
	[ "safe hands", 4,5],
	[ "best solutions", 6,7 ],
	[ "peace of mind", 8,9 ],
	[ "all the pluses", 10,11 ],
	[ "integrating technology and people", 12,13 ],
	[ "accreditations-location", 14,15 ],
	[ "Website", 16]
];

// define custom book settings here
flippingBook.settings.bookWidth = 1700;
flippingBook.settings.bookHeight = 707;
flippingBook.settings.pageBackgroundColor = 0x5b7414;
flippingBook.settings.backgroundColor = 0x83a51c;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 1400;
flippingBook.settings.zoomImageHeight = 990;
flippingBook.settings.downloadURL = "http://www.ucdirect.ie/synergy/synergy.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();

