flippingBook.pages = [
	"pages/LGRCCtourist2010LoRes_Page_01.jpg",
	"pages/LGRCCtourist2010LoRes_Page_02.jpg",
	"pages/LGRCCtourist2010LoRes_Page_03.jpg",
	"pages/LGRCCtourist2010LoRes_Page_04.jpg",
	"pages/LGRCCtourist2010LoRes_Page_05.jpg",
	"pages/LGRCCtourist2010LoRes_Page_06.jpg",
	"pages/LGRCCtourist2010LoRes_Page_07.jpg",
	"pages/LGRCCtourist2010LoRes_Page_08.jpg",
	"pages/LGRCCtourist2010LoRes_Page_09.jpg",
	"pages/LGRCCtourist2010LoRes_Page_10.jpg",
	"pages/LGRCCtourist2010LoRes_Page_11.jpg",
	"pages/LGRCCtourist2010LoRes_Page_12.jpg",
	"pages/LGRCCtourist2010LoRes_Page_13.jpg",
	"pages/LGRCCtourist2010LoRes_Page_14.jpg",
	"pages/LGRCCtourist2010LoRes_Page_15.jpg",
	"pages/LGRCCtourist2010LoRes_Page_16.jpg",
	"pages/LGRCCtourist2010LoRes_Page_17.jpg",
	"pages/LGRCCtourist2010LoRes_Page_18.jpg",
	"pages/LGRCCtourist2010LoRes_Page_19.jpg",
	"pages/LGRCCtourist2010LoRes_Page_20.jpg",
	"pages/LGRCCtourist2010LoRes_Page_21.jpg",
	"pages/LGRCCtourist2010LoRes_Page_22.jpg",
	"pages/LGRCCtourist2010LoRes_Page_23.jpg",
	"pages/LGRCCtourist2010LoRes_Page_24.jpg",
	"pages/LGRCCtourist2010LoRes_Page_25.jpg",
	"pages/LGRCCtourist2010LoRes_Page_26.jpg",
	"pages/LGRCCtourist2010LoRes_Page_27.jpg",
	"pages/LGRCCtourist2010LoRes_Page_28.jpg",
	"pages/LGRCCtourist2010LoRes_Page_29.jpg",
	"pages/LGRCCtourist2010LoRes_Page_30.jpg",
	"pages/LGRCCtourist2010LoRes_Page_31.jpg",
	"pages/LGRCCtourist2010LoRes_Page_32.jpg",
	"pages/LGRCCtourist2010LoRes_Page_33.jpg",
	"pages/LGRCCtourist2010LoRes_Page_34.jpg",
	"pages/LGRCCtourist2010LoRes_Page_35.jpg",
	"pages/LGRCCtourist2010LoRes_Page_36.jpg",
	"pages/LGRCCtourist2010LoRes_Page_37.jpg",
	"pages/LGRCCtourist2010LoRes_Page_38.jpg",
	"pages/LGRCCtourist2010LoRes_Page_39.jpg",
	"pages/LGRCCtourist2010LoRes_Page_40.jpg",
	"pages/LGRCCtourist2010LoRes_Page_41.jpg",
	"pages/LGRCCtourist2010LoRes_Page_42.jpg",
	"pages/LGRCCtourist2010LoRes_Page_43.jpg",
	"pages/LGRCCtourist2010LoRes_Page_44.jpg",
	"pages/LGRCCtourist2010LoRes_Page_45.jpg",
	"pages/LGRCCtourist2010LoRes_Page_46.jpg",
	"pages/LGRCCtourist2010LoRes_Page_47.jpg",
	"pages/LGRCCtourist2010LoRes_Page_48.jpg",
	"pages/LGRCCtourist2010LoRes_Page_49.jpg",
	"pages/LGRCCtourist2010LoRes_Page_50.jpg",
	"pages/LGRCCtourist2010LoRes_Page_51.jpg",
	"pages/LGRCCtourist2010LoRes_Page_52.jpg"
];


flippingBook.contents = [
	[ "Page 1: Cover", 1 ],
	[ "Page 3: Contents", 2 ],
	[ "Page 4: Board Members & Staff", 4 ],
	[ "Page 7: Clean Water, Clearly Fun!", 6 ],
	[ "Page 8: Attractions for All Seasons", 10 ],
	[ "Page 10: History & Historic Sites", 12 ],
	[ "Page 18: Antiques to Shopping Outlets", 18 ],
	[ "Page 20: RV & Camping - Adirondack Style!", 20 ],
	[ "Page 23: Calendar of Events", 22 ],
	[ "Page 23: Survey", 22 ],
	[ "Page 29: Regonal Map", 29 ],
	[ "Page 36: Accommodations", 36 ],
	[ "Page 42: Campgrounds & Attractions Listing", 42 ],
	[ "Page 44: Business Listing", 44 ],
	[ "Page 47: Charters & Tackle, and Marinas", 46 ],
	[ "Page 48: Dining & Shopping", 48 ],
	[ "Page 49: Index of Advertisers", 48 ],
	[ "Page 50: Conventions & Special Events", 50 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 840;
flippingBook.settings.bookHeight = 527;
flippingBook.settings.pageBackgroundColor = 0xEDDCA2;
flippingBook.settings.backgroundColor = 0xEDDCA2;
flippingBook.settings.zoomUIColor = 0x94a8b0;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 995;
flippingBook.settings.zoomImageHeight = 1247;
flippingBook.settings.backgroundImage = "img/bookBackgroundgold.jpg";
flippingBook.settings.downloadURL = "http://www.lakegeorgechamber.com/four-seasons-guide/2010/LGRCCtourist2010LoRes.pdf";
flippingBook.settings.downloadSize = "Size: 7.63 Mb";
flippingBook.settings.preloaderType = "Thin";	// "Progress Bar", "Round", "Thin", "Dots", "Gradient Wheel", "Gear Wheel", "Line", "Animated Book", "None"
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();

