 flippingBook.pages = [
	"pages/page-001.jpg",
	"pages/page-002.jpg",
	"pages/page-003.jpg",
	"pages/page-004.jpg",
	"pages/page-005.jpg",
	"pages/page-006.jpg",
	"pages/page-007.jpg",
	"pages/page-008.jpg",
	"pages/page-009.jpg",
	"pages/page-010.jpg",
	"pages/page-011.jpg",
	"pages/page-012.jpg",
	"pages/page-013.jpg",
	"pages/page-014.jpg",
	"pages/page-015.jpg",
	"pages/page-016.jpg",
	"pages/page-017.jpg",
	"pages/page-018.jpg",
	"pages/page-019.jpg",
	"pages/page-020.jpg",
	"pages/page-021.jpg",
	"pages/page-022.jpg",
	"pages/page-023.jpg",
	"pages/page-024.jpg",
	"pages/page-025.jpg",
	"pages/page-026.jpg",
	"pages/page-027.jpg",
	"pages/page-028.jpg",
	"pages/page-029.jpg",
	"pages/page-030.jpg",
	"pages/page-031.jpg",
	"pages/page-032.jpg",
	"pages/page-033.jpg",
	"pages/page-034.jpg",
	"pages/page-035.jpg",
	"pages/page-036.jpg",
	"pages/page-037.jpg",
	"pages/page-038.jpg",
	"pages/page-039.jpg",
	"pages/page-040.jpg",
	"pages/page-041.jpg",
	"pages/page-042.jpg",
	"pages/page-043.jpg",
	"pages/page-044.jpg"
];

flippingBook.contents = [
	[ "Summer Season Cover", 1 ],
	[ "Conents", 2 ],
	[ "Hofesh Shechter Company", 4 ],
	[ "The Empire", 6 ],
	[ "Oklahoma!", 8 ],
	[ "The Woman In Black", 9 ],
	[ "Road Movie", 10 ],
	[ "Dreamboats and Petticoats", 11 ],
	[ "Across The Deep Blue Sea", 12 ],
	[ "Dinnerladies", 13 ],
	[ "The Graduate", 14 ],
	[ "Bedroom Farce", 14 ],
	[ "Witness For The Prosecution", 15 ],
	[ "The Body", 16 ],
	[ "Dad's Army Marches On", 17 ],
	[ "Playhouse", 18 ],
	[ "Stepping Out", 19 ],
	[ "Columbo", 20 ],
	[ "The Great British Country Fete", 21 ],
	[ "Girls' Night Out", 22 ],
	[ "Henry and Elizabeth", 23 ],
	[ "Hairspray", 24 ],
	[ "Joseph and The Amazing...", 25 ],
	[ "The Sound Of Music", 26 ],
	[ "Lend Me A Tenor", 28 ],
	[ "Summer Stakeout", 30 ],
	[ "Simon Callow", 31 ],
	[ "The Gruffalo", 31 ],
	[ "Alvin Ailey", 32 ],
	[ "Birmingham Royal Ballet", 32 ],
	[ "Glyndebourne On Tour", 33 ],
	[ "Rambert", 33 ],
	[ "Sleeping Beauty", 34 ],
	[ "The Mezz", 35 ],
	[ "Food and Drink", 36 ],
	[ "Support Us", 37 ],
	[ "Creative Learning & Taking Part", 38 ],
	[ "Access", 40 ],
	[ "General Information & Diary", 41 ],
	[ "Discounts & Concessions", 42 ],
	[ "Booking Information", 43 ],
	[ "Thank You To...", 44 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 826;
flippingBook.settings.bookHeight = 584;
flippingBook.settings.pageBackgroundColor = 0x9999AA;
flippingBook.settings.backgroundColor = 0x666688;
flippingBook.settings.zoomUIColor = 0x666688;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.downloadURL = "plymouththeatres-summer-2010.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();

