flippingBook.pages = [
	"pages/northwoodannrev-1.jpg",
	"pages/northwoodannrev-2.jpg",
	"pages/northwoodannrev-3.jpg",
	"pages/northwoodannrev-4.jpg",
	"pages/northwoodannrev-5.jpg",
	"pages/northwoodannrev-6.jpg",
	"pages/northwoodannrev-7.jpg",
	"pages/northwoodannrev-8.jpg",
	"pages/northwoodannrev-9.jpg",
	"pages/northwoodannrev-10.jpg",
	"pages/northwoodannrev-11.jpg",
	"pages/northwoodannrev-12.jpg",
	"pages/northwoodannrev-13.jpg",
	"pages/northwoodannrev-14.jpg",
	"pages/northwoodannrev-15.jpg",
	"pages/northwoodannrev-16.jpg",
	"pages/northwoodannrev-17.jpg",
	"pages/northwoodannrev-18.jpg",
	"pages/northwoodannrev-19.jpg",
	"pages/northwoodannrev-20.jpg",
	"pages/northwoodannrev-21.jpg",
	"pages/northwoodannrev-22.jpg",
	"pages/northwoodannrev-23.jpg",
	"pages/northwoodannrev-24.jpg"
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Contents", 3 ],
	[ "The Curriculum", 4 ],
	[ "GCSE Results", 7 ],
	[ "A-Level Results", 8 ],
	[ "Sixth Form Leavers", 9 ],
	[ "Admissions Process", 11 ],
	[ "Entrance Test Info", 12 ],
	[ "North London IGSC", 13 ],
	[ "Paying School Fees", 14 ],
	[ "Governing Council", 16 ],
	[ "Staff List", 17 ],
	[ "Registration Form", 21 ],
	[ "Visiting the College", 23 ],
	[ "Contact Information", 24 ],
	

];

// define custom book settings here
flippingBook.settings.bookWidth = 826;
flippingBook.settings.bookHeight = 584;
flippingBook.settings.pageBackgroundColor = 0x0055a5;
flippingBook.settings.backgroundColor = 0x0055a5;
flippingBook.settings.zoomUIColor = 0x0055a5;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true;
flippingBook.settings.zoomImageWidth = 1061;
flippingBook.settings.zoomImageHeight = 1500;
flippingBook.settings.downloadURL = "pdf/annual_info.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();
