flippingBook.pages = [
"pages/small/Forestry_Page_01.jpg",
"pages/small/Forestry_Page_02.jpg",
"pages/small/Forestry_Page_03.jpg",
"pages/small/Forestry_Page_04.jpg",
"pages/small/Forestry_Page_05.jpg",
"pages/small/Forestry_Page_06.jpg",
"pages/small/Forestry_Page_07.jpg",
"pages/small/Forestry_Page_08.jpg",
"pages/small/Forestry_Page_09.jpg",
"pages/small/Forestry_Page_10.jpg",
"pages/small/Forestry_Page_11.jpg",
"pages/small/Forestry_Page_12.jpg",
"pages/small/Forestry_Page_13.jpg",
"pages/small/Forestry_Page_14.jpg",
"pages/small/Forestry_Page_15.jpg",
"pages/small/Forestry_Page_16.jpg",
"pages/small/Forestry_Page_17.jpg",
"pages/small/Forestry_Page_18.jpg",
"pages/small/Forestry_Page_19.jpg",
"pages/small/Forestry_Page_20.jpg",
"pages/small/Forestry_Page_21.jpg",
"pages/small/Forestry_Page_22.jpg",
"pages/small/Forestry_Page_23.jpg",
"pages/small/Forestry_Page_24.jpg",
"pages/small/Forestry_Page_25.jpg",
"pages/small/Forestry_Page_26.jpg",
"pages/small/Forestry_Page_27.jpg",
"pages/small/Forestry_Page_28.jpg",
"pages/small/Forestry_Page_29.jpg",
"pages/small/Forestry_Page_30.jpg",
"pages/small/Forestry_Page_31.jpg",
"pages/small/Forestry_Page_32.jpg",
"pages/small/Forestry_Page_33.jpg",
"pages/small/Forestry_Page_34.jpg",
"pages/small/Forestry_Page_35.jpg",
"pages/small/Forestry_Page_36.jpg"
];


flippingBook.contents = [
	[ "COVER", 1 ],
	[ "ROUND, FLAT FILES & FILE HOLDERS", 2 ],
	[ "BAR RAIL DRESSER, FILING GUIDE, SHARPENING KITS", 4 ],
	[ "ELECTRIC SURE SHARP, FILING CLAMP", 6 ],
	[ "PLASTIC FELLING WEDGES, LOGGER TAPES", 8 ],
	[ "FELLING LEVER", 10 ],
	[ "LIFTING HOOKS, LIFTING TONGS", 12 ],
	[ "LIFTING PICKS", 14 ],
	[ "MARKING SPRAYS, MARKING CRAYONS", 16 ],
	[ "EASYCUT SAW HORSE, COMBINATION SPANNERS", 18 ],
	[ "COMBICANS", 20 ],
	[ "X-CHAIN GRINDER", 22 ],
	[ "CHAIN GRINDER, HYDRAULIC ASSIST CHAIN GRINDER", 24 ],
	[ "BENCH MINIGRINDER, GRINDING WHEELS", 26 ],
	[ "CHAIN BREAKER, RIVET SPINNER & STARTER ROPES", 28 ],
	[ "SARAWAK - SAFETY HELMET COMBINATION", 30 ],
	[ "SAFETY HELMET COMBINATION, CHAINSAW RUBBER BOOTS", 32 ],
	[ "CHAINSAW GLOVES", 34 ],
	[ "BACK COVER", 36 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 800;
flippingBook.settings.bookHeight = 566;
flippingBook.settings.pageBackgroundColor = 0xafafaf;
flippingBook.settings.backgroundColor = 0xafafaf;
flippingBook.settings.zoomUIColor = 0xafafaf;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true,
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.downloadURL = "http://www.oregonchain.eu/fileadmin/flipbooks_pdf/Forestry_2009_EN-EUR.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();

