flippingBook.pages = [
	"pages/01.jpg",
	"pages/02.jpg",
	"pages/03.jpg",
	"pages/04.jpg",
	"pages/05.jpg",
	"pages/06.jpg",
	"pages/07.jpg",
	"pages/08.jpg",
	"pages/09.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/65.jpg",
	"pages/66.jpg",
	"pages/67.jpg",
	"pages/68.jpg",
	"pages/69.jpg",
	"pages/70.jpg",
	"pages/71.jpg",
	"pages/72.jpg",
	

];

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Contents", 2 ],
	[ "Foreword - The right honourable Stephen Timms MP", 4 ],
	[ "EPCglobal: rfid standards", 6 ],
	[ "Privacy Issues surrounding rfid in Europe", 7 ],
	[ "RFID and Food Traceability", 8 ],
	[ "Traceability is key", 10 ],
	[ "Asset Utilisation", 11 ],
	[ "Finding needles in warehouse stacks", 12 ],
	[ "The Achilles heel of the supply chain", 13 ],
	[ "RFID and EPCglobal in the UK", 14 ],
	[ "Anti Counterfeiting", 15 ],
	[ "The Human factors and RFID", 16 ],
	[ "Understanding Near Field Communications", 18 ],
	[ "Touch is the new click", 19 ],
	[ "The mid-term future for RFID", 20 ],
	[ "Voice enabled solutions", 22 ],
	[ "Technology and Business", 24 ],
	[ "Events, ticketing and exhibitions", 34 ],
	[ "Access all areas", 27 ],
	[ "Large scale deployments", 28 ],
	[ "EPCglobal: Bringing RFID to market", 30 ],
	
	
	
	[ "Improving business processes", 32 ],
	[ "Whats in your wallet?", 34 ],
	[ "US and Asia success stories", 36 ],
	[ "EPCIS sets the standard for RFID", 38 ],
	[ "Turning information into benefits", 39 ],
	[ "The long term prospects of RFID", 40 ],
	[ "Adopting a successful RFID strategy", 42 ],
	[ "RFID in the retail environment", 44 ],
	[ "Horses for courses", 46 ],
	[ "EPC Global: The EU regulatory environment for RFID", 47 ],
	[ "RFID for airports and aircraft", 48 ],
	[ "Improving the internal supply chain", 50 ],
	[ "How RFID delivers business efficiencies", 52 ],
	[ "RFID in the chemical industries", 54 ],
	[ "Pack up your bags and fly!", 56 ],
	[ "EPC Global: Making standards work", 58 ],
	[ "One step at a time", 59 ],
	[ "One-stop shop for RFID", 60 ],
	[ "RFID in industrial manufacturing", 62 ],
	[ "EPC Global connecting trading partners across the global supply chain", 64 ],
	
	
];

// define custom book settings here
flippingBook.settings.bookWidth = 934;
flippingBook.settings.bookHeight = 584;
flippingBook.settings.pageBackgroundColor = 0x666666;
flippingBook.settings.backgroundColor = 0x666666;
flippingBook.settings.zoomUIColor = 0xffffff;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 1122;
flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.downloadURL = "#";
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();
