flippingBook.pages = [
	"jsp/page-001.jpeg",
	"jsp/page-002.jpeg",
	"jsp/page-003.jpeg",
	"jsp/page-004.jpeg",
	"jsp/page-005.jpeg",
	"jsp/page-006.jpeg",
	"jsp/page-007.jpeg",
	"jsp/page-008.jpeg",
	"jsp/page-009.jpeg",
	"jsp/page-010.jpeg",
	"jsp/page-011.jpeg",
	"jsp/page-012.jpeg",
	"jsp/page-013.jpeg",
	"jsp/page-014.jpeg",
	"jsp/page-015.jpeg",
	"jsp/page-016.jpeg",
	"jsp/page-017.jpeg",
	"jsp/page-018.jpeg",
	"jsp/page-019.jpeg",
	"jsp/page-020.jpeg",
	"jsp/page-021.jpeg",
	"jsp/page-022.jpeg",
	"jsp/page-023.jpeg",
	"jsp/page-024.jpeg",
	"jsp/page-025.jpeg",
	"jsp/page-026.jpeg",
	"jsp/page-027.jpeg",
	"jsp/page-028.jpeg",
	"jsp/page-029.jpeg",
	"jsp/page-030.jpeg"
];

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Monroe Technical Help", 2 ],
	[ "How to use the manual", 3 ],
	[ "Ride Control", 4 ],
	[ "Importance of Shock Absorbers", 4 ],
	[ "Safety Triangle Advertisement", 5 ],
	[ "The effects of warn shock absorbers", 6 ],
	[ "Shock absorber types and locations", 7 ],
	[ "Shock absorber construction", 8 ],
	[ "How shock absorbers work", 9 ],
	[ "Compression stroke - Rebound stroke & Gas pressurisation", 9 ],
	[ "How shock absorbers work", 9 ],
	[ "Benefits of Relex Technology", 11 ],
	[ "When to replace shocks and struts", 13 ],
	[ "Leaking Shocks, Broken Mounts etc.", 14 ],
	[ "Tips on selling shock absorbers", 15 ],
	[ "Monroe Gas Magnum TDT Absorbers", 16 ],
	[ "Monroe GT Gas with Reflex Technology", 17 ],
	[ "Listing of Various Shock Absorbers", 18 ],
	[ "Common causes of return", 22 ],
	[ "Installation and removal tips", 24 ],
	[ "Servicing your customers needs", 25 ],
	[ "Application chart", 26 ],
	[ "Guarantee", 28 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 826;
flippingBook.settings.bookHeight = 584;
//flippingBook.settings.bookHeight = 1169;
flippingBook.settings.pageBackgroundColor = 000040;
flippingBook.settings.backgroundColor = 000040;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.downloadURL = "http://www.futuresolutions.com.au/unisa/Contractors_Induction.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();

