flippingBook.pages = [
	"pages/DOC195_StateContractsGuide_FNL-1.jpg",
	"pages/DOC195_StateContractsGuide_FNL-2.jpg",
	"pages/DOC195_StateContractsGuide_FNL-3.jpg",
	"pages/DOC195_StateContractsGuide_FNL-4.jpg",
	"pages/DOC195_StateContractsGuide_FNL-5.jpg",
	"pages/DOC195_StateContractsGuide_FNL-6.jpg",
	"pages/DOC195_StateContractsGuide_FNL-7.jpg",
	"pages/DOC195_StateContractsGuide_FNL-8.jpg",
	"pages/DOC195_StateContractsGuide_FNL-9.jpg",
	"pages/DOC195_StateContractsGuide_FNL-10.jpg",
	"pages/DOC195_StateContractsGuide_FNL-11.jpg",
	"pages/DOC195_StateContractsGuide_FNL-12.jpg",
	"pages/DOC195_StateContractsGuide_FNL-13.jpg",
	"pages/DOC195_StateContractsGuide_FNL-14.jpg",
	"pages/DOC195_StateContractsGuide_FNL-15.jpg",
	"pages/DOC195_StateContractsGuide_FNL-16.jpg",
	"pages/DOC195_StateContractsGuide_FNL-17.jpg",
	"pages/DOC195_StateContractsGuide_FNL-18.jpg",
	"pages/DOC195_StateContractsGuide_FNL-19.jpg",
	"pages/DOC195_StateContractsGuide_FNL-20.jpg",
	"pages/DOC195_StateContractsGuide_FNL-21.jpg",
	"pages/DOC195_StateContractsGuide_FNL-22.jpg",
	"pages/DOC195_StateContractsGuide_FNL-23.jpg",
	"pages/DOC195_StateContractsGuide_FNL-24.jpg",
	"pages/DOC195_StateContractsGuide_FNL-25.jpg",
	"pages/DOC195_StateContractsGuide_FNL-26.jpg",
	"pages/DOC195_StateContractsGuide_FNL-27.jpg",
	"pages/DOC195_StateContractsGuide_FNL-28.jpg",
	"pages/DOC195_StateContractsGuide_FNL-29.jpg",
	"pages/DOC195_StateContractsGuide_FNL-30.jpg",
	"pages/DOC195_StateContractsGuide_FNL-31.jpg",
	"pages/DOC195_StateContractsGuide_FNL-32.jpg",
	"pages/DOC195_StateContractsGuide_FNL-33.jpg",
	"pages/DOC195_StateContractsGuide_FNL-34.jpg",
	"pages/DOC195_StateContractsGuide_FNL-35.jpg",
	"pages/DOC195_StateContractsGuide_FNL-36.jpg",
	"pages/DOC195_StateContractsGuide_FNL-37.jpg",
	"pages/DOC195_StateContractsGuide_FNL-40.jpg"
];

flippingBook.contents = [
	[ "Front Cover", 1 ],
	[ "Further Information", 2 ],
	[ "Foreword", 3 ],
	[ "12 State Contract Categories", 5 ],
	[ "Educational Supplies", 6 ],
	[ "Food", 6 ],
	[ "Hardware, Electrical & Construction", 7 ],
	[ "Health & Hygiene", 8 ],
	[ "Information Technology", 11 ],
	[ "Office & Workplace", 14 ],
	[ "Property Management & Maintenance", 15 ],
	[ "Recruitment & Professional Services", 17 ],
	[ "Telecommunications", 18 ],
	[ "Transport", 20 ],
	[ "Travel", 21 ],
	[ "Utilities", 22 ],
	[ "Index of State Contracts", 23 ],
	[ "Index of Good and Services available", 25 ],
	[ "New Customer Registration", 29 ],
	[ "For Office Use Only", 34 ],
	[ "Notes", 35 ],
	[ "Further Information", 37 ],
	[ "Back Cover", 38 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 754;
flippingBook.settings.bookHeight = 533;
flippingBook.settings.pageBackgroundColor = 0xFFFFFF;
flippingBook.settings.backgroundColor = 0xFFFFFF;
flippingBook.settings.zoomUIColor = 0xFFFFFF;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true,
flippingBook.settings.zoomImageWidth = 910;
flippingBook.settings.zoomImageHeight = 1288;
flippingBook.settings.downloadURL = "DOC195_StateContractsGuide_Web.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";

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

