flippingBook.pages = [
					  
	"pages/P1.jpg",
	"pages/P2.jpg",
	"pages/P3.jpg",
	"pages/P4.jpg",
	"pages/P5.jpg",
	"pages/P6.jpg",
	"pages/P7.jpg",
	"pages/P8.jpg",
	"pages/P9.jpg",
	"pages/P10.jpg",
	"pages/P11.jpg",
	"pages/P12.jpg",
	"pages/P13.jpg",
	"pages/P14.jpg",
	"pages/P15.jpg",
	"pages/P16.jpg",
	"pages/P17.jpg",
	"pages/P18.jpg",
	"pages/P19.jpg",
	"pages/P20.jpg",
	"pages/P21.jpg",
	"pages/P22.jpg",
	"pages/P23.jpg",
	"pages/P24.jpg",
	"pages/P25.jpg",
	"pages/P26.jpg",
	"pages/P27.jpg",
	"pages/P28.jpg",
	"pages/P29.jpg",
	"pages/P30.jpg",
	"pages/P31.jpg",
	"pages/P32.jpg",
	"pages/P33.jpg",
	"pages/P34.jpg",
	"pages/P35.jpg",
	"pages/P36.jpg"
	
	
	
];

flippingBook.contents = [
	
	[ "Cover", 1 ],
	[ "Contents", 3 ],
	[ "Premier", 8 ],
	[ "Commerce and Industry", 10 ],
	[ "Financial Services", 12 ],
	[ "Insurance Mortgage and Actuarial", 16 ],
	[ "Temps and Interim Management", 18],
	[ "Tax and Practice", 20 ],
	[ "Shared Services", 20 ],
	[ "Premier Legal", 22 ],
	[ "la creme", 22 ],
	[ "Office support", 24 ],
	[ "Brunel", 26 ],
	[ "Life Sciences", 28 ],
	[ "Construction", 29 ],
	[ "Process and Manufacturing", 30 ],
	[ "Verkom", 31 ],
	[ "Information Technology", 32 ],
	[ "Contact Details", 34 ],
	[ "Back Cover", 37 ]
		
];

// define custom book settings here
flippingBook.settings.bookWidth = 1000;
flippingBook.settings.bookHeight = 500;
flippingBook.settings.pageBackgroundColor = 0xFFFFFF;
flippingBook.settings.backgroundColor = 0xFFFFFF;
flippingBook.settings.zoomUIColor = 0x006699;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 1000;
flippingBook.settings.zoomImageHeight = 1000;
flippingBook.settings.downloadURL = "Group_Salary.pdf"
flippingBook.settings.flipSound = "sounds/02.mp3";

// default settings can be found in the flippingbook.js file
flippingBook.create();

