flippingBook.pages = [
	"pages/1989OrpheusInTheUnderworld-01.jpg",
	"pages/1989OrpheusInTheUnderworld-02.jpg",
	"pages/1989OrpheusInTheUnderworld-03.jpg",
	"pages/1989OrpheusInTheUnderworld-04.jpg",
	"pages/1989OrpheusInTheUnderworld-05.jpg",
	"pages/1989OrpheusInTheUnderworld-06.jpg",
	"pages/1989OrpheusInTheUnderworld-07.jpg",
	"pages/1989OrpheusInTheUnderworld-08.jpg",
	"pages/1989OrpheusInTheUnderworld-09.jpg",
	"pages/1989OrpheusInTheUnderworld-10.jpg",
	"pages/1989OrpheusInTheUnderworld-11.jpg",
	"pages/1989OrpheusInTheUnderworld-12.jpg",
	"pages/1989OrpheusInTheUnderworld-13.jpg",
	"pages/1989OrpheusInTheUnderworld-14.jpg",
	"pages/1989OrpheusInTheUnderworld-15.jpg",
	"pages/1989OrpheusInTheUnderworld-16.jpg"
];

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Synopsis", 4 ],
	[ "Chorus and Principles", 5 ],
	[ "Characters", 7 ],
	[ "Musical Numbers - Act I", 8 ],
	[ "Musical Numbers - Act II & III", 9 ],
	[ "Production Organisers / Orchestra", 10 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 846;
flippingBook.settings.bookHeight = 600;
flippingBook.settings.backgroundColor = 0x8AA37B;	// green quartz
flippingBook.settings.backgroundImage = "img/Background_2.jpg";
flippingBook.settings.downloadSize = "Size: 916 Kb";
flippingBook.settings.downloadURL = "http://www.worleoperatic.co.uk/programmes/download/1989OrpheusInTheUnderworld.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 = 634;
flippingBook.settings.zoomImageHeight = 900;
flippingBook.settings.zoomUIColor = 0x77896C;	// green goo

// default settings can be found in the flippingbook.js file
flippingBook.create();

