flippingBook.pages = [
"pages/small/Forestry_pre_season_2009_BE-FR_Page_01.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_02.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_03.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_04.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_05.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_06.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_07.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_08.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_09.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_10.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_11.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_12.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_13.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_14.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_15.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_16.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_17.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_18.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_19.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_20.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_21.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_22.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_23.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_24.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_25.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_26.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_27.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_28.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_29.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_30.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_31.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_32.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_33.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_34.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_35.jpg",
"pages/small/Forestry_pre_season_2009_BE-FR_Page_36.jpg"
];


flippingBook.contents = [
	[ "COUVERTURE", 1 ],
	[ "LIMES RONDES & PLATES & PORTELIMES", 2 ],
	[ "RECTIFIEUSE DE GUIDECHAINE, AFFUTEUSE, KIT AFFUTAGE", 4 ],
	[ "AFFUTEUSE ELECTRIQUE SURE SHARP, ETAU DE MAINTIEN", 6 ],
	[ "COINS ABATTAGE EN PLASTIQUE, METRE RUBAN DE BUCHERON", 8 ],
	[ "LEVIER ABATTAGE", 10 ],
	[ "CROCHETS DE LEVAGE, PINCES DE LEVAGE", 12 ],
	[ "PICS DE LEVAGE", 14 ],
	[ "SPRAY DE MARQUAGE, CRAIES DE MARQUAGE ET PORTECRAIES", 16 ],
	[ "CHEVALET DE SCIAGE EASY CUT, CLES A BOUGIES", 18 ],
	[ "BIDONS COMBINES", 20 ],
	[ "AFFUTEUSE DE CHAINES-X", 22 ],
	[ "AFFUTEUSE DE CHAINE, AFFUTEUSE DE CHAINE A ASSISTANCE HYDRAULIQUE", 24 ],
	[ "MINI AFFUTEUSE POUR ETABLI, DISQUES ABRASIFS", 26 ],
	[ "DERIVETEUSE, RIVETEUSE & CORDE DE LANCEUR", 28 ],
	[ "SARAWAK - CASQUE DE SECURITE INTEGRAL", 30 ],
	[ "CASQUE DE SECURITE INTEGRAL, BOTTES EN CAOUTCHOUC ANTICOUPURES", 32 ],
	[ "GANTS DE PROTECTION", 34 ],
	[ "COUVERTURE ARRIERE", 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_pre_season_2009_BE-FR.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();

