flippingBook.pages = [
	"http://www.evems.com/pages/Brochure_Cover.jpg",
	"http://www.evems.com/pages/Brochure_P2.jpg",
	"http://www.evems.com/pages/Brochure_P3.jpg",
	"http://www.evems.com/pages/Brochure_P4.jpg",
	"http://www.evems.com/pages/Brochure_P5.jpg",
	"http://www.evems.com/pages/Brochure_P6.jpg",
	"http://www.evems.com/pages/Brochure_P7.jpg",
	"http://www.evems.com/pages/Brochure_Rear_Cover.jpg"

];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Contents", 2 ],	
	[ "Toyota Hilux", 3 ],
	[ "Rapid Intervention", 4 ],
	[ "Fire Fighting", 5 ],
	[ "Speed & Versatility", 6 ],
	[ "High Visibility", 7 ],
	[ "Optional Extras", 8 ]
	

];

// define custom book settings here
flippingBook.settings.bookWidth = 1032;
flippingBook.settings.bookHeight = 258;
flippingBook.settings.pageBackgroundColor = 0x231F20;
flippingBook.settings.backgroundColor = 0x231F20;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true,
flippingBook.settings.zoomImageWidth = 1480;
flippingBook.settings.zoomImageHeight = 740;
flippingBook.settings.downloadURL = "http://www.evems.com/RIVBrochure.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();