flippingBook.pages = [
	"pages/alabama_cover.png",
	"pages/table_of_contents.jpg",
	"pages/table_of_contents_part_2.jpg",
	"pages/good_tabbed_counties-1.jpg",
	"pages/good_tabbed_counties-2.jpg",
	"pages/good_tabbed_counties-3.jpg",
	"pages/municipalities_part_1-1.jpg",
	"pages/deadline_tables-1.jpg",
	"pages/deadline_tables-2.jpg",
	"pages/back_cover.png",
];


flippingBook.contents = [
	[ "Alabama Handbook Cover", 1 ],
	[ "Table Of Contents", 2 ],
	[ "Good Tabbed Counties", 4 ],
	[ "Municipalities", 7 ],
	[ "Deadline Tables", 8 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 800;
flippingBook.settings.bookHeight = 618;
flippingBook.settings.scaleContent = true;
flippingBook.settings.pageBackgroundColor = 0xffffff;
flippingBook.settings.backgroundColor = 0xffffff;
flippingBook.settings.zoomUIColor = 0x8798ac;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true,
flippingBook.settings.zoomImageWidth = 800;
flippingBook.settings.zoomImageHeight = 1236;
flippingBook.settings.downloadURL = "pdf/ALJUDGES2.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;
flippingBook.settings.hardcover = true;
flippingBook.settings.backgroundImage = "img/main_bg_home2.jpg";
flippingBook.settings.backgroundImagePlacement = "top left"; //  "top left", "center", "fit"
flippingBook.settings.pageBackgroundColor = 0x8798ac;

// default settings can be found in the flippingbook.js file
flippingBook.create();

