flippingBook.pages = [
	"pages/200942ndStreet-01.jpg",
	"pages/200942ndStreet-02.jpg",
	"pages/200942ndStreet-03.jpg",
	"pages/200942ndStreet-04.jpg",
	"pages/200942ndStreet-05.jpg",
	"pages/200942ndStreet-06.jpg",
	"pages/200942ndStreet-07.jpg",
	"pages/200942ndStreet-08.jpg",
	"pages/200942ndStreet-09.jpg",
	"pages/200942ndStreet-10.jpg",
	"pages/200942ndStreet-11.jpg",
	"pages/200942ndStreet-12.jpg",
	"pages/200942ndStreet-13.jpg",
	"pages/200942ndStreet-14.jpg",
	"pages/200942ndStreet-15.jpg",
	"pages/200942ndStreet-16.jpg"
];

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Synopsis", 4 ],
	[ "Musical Numbers", 5 ],
	[ "The Company", 7 ],
	[ "Cast of Characters", 8 ],
	[ "Production Team", 9 ],
	[ "Orchestra", 11 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 850;
flippingBook.settings.bookHeight = 600;
flippingBook.settings.backgroundColor = 0x8AA37B;	// green quartz
flippingBook.settings.backgroundImage = "img/Background_2.jpg";
flippingBook.settings.downloadSize = "Size: 1011 Kb";
flippingBook.settings.downloadURL = "http://www.worleoperatic.co.uk/programmes/download/200942ndStreet.pdf";
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.flipSound = "sounds/01.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.pageBackgroundColor = 0xFEF1B5;	// buttermilk 
flippingBook.settings.smoothPages = false;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.zoomHintEnabled = true;
flippingBook.settings.zoomHint = "Double-click to zoom in / out.";
flippingBook.settings.zoomImageWidth = 638;
flippingBook.settings.zoomImageHeight = 900;
flippingBook.settings.zoomUIColor = 0x77896C;	// green goo

// default settings can be found in the flippingbook.js file
flippingBook.create();

