﻿flippingBook.pages = [
	"pages/Page001.jpg",
	"pages/Page002.jpg",
	"pages/Page003.jpg",
	"pages/Page004.jpg",
	"pages/Page005.jpg",
	"pages/Page006.jpg",
	"pages/Page007.jpg",
	"pages/Page008.jpg",
	"pages/Page009.jpg",
	"pages/Page010.jpg",
	"pages/Page011.jpg",
	"pages/Page012.jpg",
	"pages/Page013.jpg",
	"pages/Page014.jpg",
	"pages/Page015.jpg",
	"pages/Page016.jpg",
	"pages/Page017.jpg",
	"pages/Page018.jpg",
	"pages/Page019.jpg",
	"pages/Page020.jpg",
	"pages/Page021.jpg",
	"pages/Page022.jpg",
	"pages/Page023.jpg",
	"pages/Page024.jpg",
	"pages/Page025.jpg",
	"pages/Page026.jpg",
	"pages/Page027.jpg",
	"pages/Page028.jpg",
	"pages/Page029.jpg",
	"pages/Page030.jpg",
	"pages/Page031.jpg",
	"pages/Page032.jpg",
	"pages/Page033.jpg",
	"pages/Page034.jpg",
	"pages/Page035.jpg",
	"pages/Page036.jpg",
	"pages/Page037.jpg",
	"pages/Page038.jpg",
	"pages/Page039.jpg",
	"pages/Page040.jpg",
	"pages/Page041.jpg",
	"pages/Page042.jpg",
	"pages/Page043.jpg",
	"pages/Page044.jpg",
	"pages/Page045.jpg",
	"pages/Page046.jpg",
	"pages/Page047.jpg",
	"pages/Page048.jpg",
	"pages/Page049.jpg",
	"pages/Page050.jpg",
	"pages/Page051.jpg",
	"pages/Page052.jpg",
	"pages/Page053.jpg",
	"pages/Page054.jpg",
	"pages/Page055.jpg",
	"pages/Page056.jpg",
];

flippingBook.contents = [						 
	[ "Mechanical", 4 ],
	[ "A Crossroads Of Innovation And Hard Work", 5 ],
	[ "Automation", 10 ],
	[ "Exploring New Waters In The Automation Industry", 11 ],
	[ "Jerry Schmoll", 13 ],
	[ "Waterworks", 15 ],
	[ "Managing Mother Earth’s Water Source", 16 ],
	[ "DSG Offers An Innovative Solution For Hands-On Training!", 18 ],
	[ "Meet Your Waterworks Team", 20 ],
	[ "Geothermal Heats Up DSG’s Aberdeen Location", 22 ],
	[ "DSG Success Connection 2010", 24 ],
	[ "Have You Been To DSG Outdoors Lately?", 24 ],
	[ "Electrical", 25 ],
	[ "Your Electrical Connection", 26 ],
	[ "Oil Boom: L & K Electric, Inc. Works With DSG To Make Dangerous Jobs Safer", 34 ],
	[ "Arlington Industries: Fitting Solutions To Customers’ Needs", 37 ],
	[ "Metering Technology", 38 ],
	[ "Iowa Cities Take The Work Out Of Reading Meters", 39 ],
	[ "Dan Sinclair", 41 ],
	[ "Utility/Filtration", 42 ],
	[ "The Stronger, Longer-Lasting, Environmentally Friendly Utility Pole", 43 ],
	[ "Filtration Group And DSG Maximize Energy Efficiency", 46 ],
	[ "Communications", 48 ],
	[ "Who Says Old Dogs Can’t Teach Us New Tricks?", 49 ],
	[ "DSG Kids Club: Connecting Kids To The Trade Industries!", 52 ],
	[ "DSG Can Help You Find Out What Your Customers Think!", 53 ],
	[ "DSG Offers Online Training At www.dakotasupplygroup.com", 54 ],
	[ "One Little Kick", 55 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 860;
flippingBook.settings.bookHeight = 556;
flippingBook.settings.pageBackgroundColor = 0xff0000;
flippingBook.settings.backgroundColor = 0xff0000;
flippingBook.settings.zoomUIColor = 0xbbbbbb;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 1275;
flippingBook.settings.zoomImageHeight = 1650;
flippingBook.settings.downloadURL = "img/DSGConnections9.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();

