flippingBook.pages = [
	"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"	
];

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Welcome from the Chairman", 2 ],
	[ "Supporting new business growth", 4 ],
	[ "Children's play and learning centre makes good sens-ory", 6 ],
	[ "Innovative optoelectronics firm leads the way with brighter, greener vision", 8 ],
	[ "Ewenny Pottery celebrates 400 years in business", 10 ],
	[ "Television Production company launches webcasting and streaming sister company to help small and large Welsh organisations take their services to the world", 12 ],
	[ "Business in Focus HR'hands on help' proves a winner for Red Recruitment", 14 ],
	[ "Balance sheet", 16 ],
	[ "Profit and loss account", 17 ],
	[ "Board members", 18 ],
	[ "Business in Focus Members", 19 ],
	[ "Back cover", 20 ]
	
];

// define custom book settings here
flippingBook.settings.bookWidth = 660;
flippingBook.settings.bookHeight = 468;
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 = 595;
flippingBook.settings.zoomImageHeight = 842;
flippingBook.settings.downloadURL = "http://www.businessinfocus.co.uk/Annual Report Brochure.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();

