flippingBook.pages = [
	"pages/Page_01.png",
	"pages/Page_02.png",
	"pages/Page_03.png",
	"pages/Page_04.png",
	"pages/Page_05.png",
	"pages/Page_06.png",
	"pages/Page_07.png",
	"pages/Page_08.png",
	"pages/Page_09.png",
	"pages/Page_10.png",
	"pages/Page_11.png",
	"pages/Page_12.png",
	"pages/Page_13.png",
	"pages/Page_14.png",
	"pages/Page_15.png",
	"pages/Page_16.png",
	"pages/Page_17.png",
	"pages/Page_18.png",
	"pages/Page_19.png",
	"pages/Page_20.png",
	"pages/Page_21.png",
	"pages/Page_22.png",
	"pages/Page_23.png",
	"pages/Page_24.png"
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Company History", 2 ],
	[ "GL/TL Series Turning Centers", 4 ],
	[ "SL20/25/30 Turning Centers", 6 ],
	[ "SL25 MC/SY Live Tool Turning Centers", 8 ],
	[ "SL35/35MC Turning Centers", 10 ],
	[ "SL45MC Turning Centers", 12 ],
	[ "SL65 Turning Center", 14 ],
	[ "MCV50 Machining Centers", 16 ],
	[ "DMT 30E/40E Tapping Center", 18],
	[ "MCV550C/650 Machining Centers", 20 ],
	[ "MCV80/850 Machining Center", 22 ]
	
];

// define custom book settings here
flippingBook.settings.bookWidth = 850;
flippingBook.settings.bookHeight = 550;
flippingBook.settings.pageBackgroundColor = 0x132F40;
flippingBook.settings.backgroundColor = 0x132F40;
flippingBook.settings.zoomUIColor = 0x132F40;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 1159;
flippingBook.settings.zoomImageHeight = 1500;
flippingBook.settings.downloadURL = "";
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();

