flippingBook.pages = [
	"pages/sherborne_frontcover.jpg",
	"pages/sherborne_insidefront.jpg",
	"pages/sherborne_Page_1.jpg",
	"pages/sherborne_Page_2.jpg",
	"pages/sherborne_Page_3.jpg",
	"pages/sherborne_Page_4.jpg",
	"pages/sherborne_Page_5.jpg",
	"pages/sherborne_Page_6.jpg",
	"pages/sherborne_Page_7.jpg",
	"pages/sherborne_Page_8.jpg",
	"pages/sherborne_Page_9.jpg",
	"pages/sherborne_Page_10.jpg",
	"pages/sherborne_Page_11.jpg",
	"pages/sherborne_Page_12.jpg",
	"pages/sherborne_Page_13.jpg",
	"pages/sherborne_Page_14.jpg",
	"pages/sherborne_Page_15.jpg",
	"pages/sherborne_Page_16.jpg",
	"pages/sherborne_Page_17.jpg",
	"pages/sherborne_Page_18.jpg",
	"pages/sherborne_Page_19.jpg",
	"pages/sherborne_Page_20.jpg",
	"pages/sherborne_Page_21.jpg",
	"pages/sherborne_Page_22.jpg",
	"pages/sherborne_Page_23.jpg",
	"pages/sherborne_Page_24.jpg",
	"pages/sherborne_Page_25.jpg",
	"pages/sherborne_Page_26.jpg",
	"pages/sherborne_Page_27.jpg",
	"pages/sherborne_Page_28.jpg",
	"pages/sherborne_Page_29.jpg",
	"pages/sherborne_Page_30.jpg",
	"pages/sherborne_Page_31.jpg",
	"pages/sherborne_Page_32.jpg",
	"pages/sherborne_Page_33.jpg",
	"pages/sherborne_Page_34.jpg",
	"pages/sherborne_Page_35.jpg",
	"pages/sherborne_Page_36.jpg",
	"pages/sherborne_Page_37.jpg",
	"pages/sherborne_Page_38.jpg",
	"pages/sherborne_Page_39.jpg",
	"pages/sherborne_Page_40.jpg",
	"pages/sherborne_Page_41.jpg",
	"pages/sherborne_Page_42.jpg",
	"pages/sherborne_Page_43.jpg",
	"pages/sherborne_Page_44.jpg",
	"pages/sherborne_Page_45.jpg",
	"pages/sherborne_Page_46.jpg",
	"pages/sherborne_Page_47.jpg",
	"pages/sherborne_Page_48.jpg",
	"pages/sherborne_Page_49.jpg",
	"pages/sherborne_Page_50.jpg",
	"pages/sherborne_Page_51.jpg",
	"pages/sherborne_Page_52.jpg",
	"pages/sherborne_Page_53.jpg",
	"pages/sherborne_Page_54.jpg",
	"pages/sherborne_Page_55.jpg",
	"pages/sherborne_Page_56.jpg",
	"pages/sherborne_insideback.jpg",
	"pages/sherborne_backcover.jpg"
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Inside Front Cover", 2 ],
	[ "Introduction", 3 ],
	[ "A - D", 4 ],
	[ "E - H", 23 ],
	[ "I - L", 32 ],
	[ "M - P", 35 ],
	[ "Q - T", 43 ],
	[ "U - X", 53 ],
	[ "Y - Z", 55 ],
	[ "Maps", 56 ],
   	[ "Map Index", 57 ],
	[ "Inside Back Cover", 59 ],
	[ "Back Cover", 60 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 840;
flippingBook.settings.bookHeight = 595;
flippingBook.settings.pageBackgroundColor = 0xcccccc;
flippingBook.settings.backgroundColor = 0x333333;
flippingBook.settings.zoomUIColor = 0x333333;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 991;
flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.downloadURL = "http://www.page-flip.com/new-demos/03-kitchen-gorenje-2008/kitchen_gorenje_2008.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();

