 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 = [
	[ "Spring Season Cover", 1 ],
	[ "Welcome", 2 ],
	[ "Aladdin", 3 ],
	[ "The Birthday Party", 4 ],
	[ "The Lion The Witch & The Wardrobe", 4 ],
	[ "42nd Street", 5 ],
	[ "Present Laughter", 7 ],
	[ "School Ties", 6 ],
	[ "Downtown Dash", 6 ],
	[ "The Missionary's Position", 8 ],
	[ "Stop Messing About", 9 ],
	[ "Neil LaBute Trilogy", 10 ],
	[ "Short Play Festival", 11 ],
	[ "The Hobbit", 12 ],
	[ "Hofesh Shechter Company", 13 ],
	[ "Eurydice", 14 ],
	[ "Enjoy", 16 ],
	[ "Lord Arthur Savile's Crime", 18 ],
	[ "Cling To Me Like Ivy", 19 ],
	[ "Birmingham Royal Ballet", 20 ],
	[ "How Cold My Toes", 21 ],
	[ "Fatal Encounter", 22 ],
	[ "Meeting Joe Strummer", 23 ],
	[ "Welsh National Opera", 24 ],
	[ "Adult Child/Dead Child", 25 ],
	[ "Oh What A Lovely War", 26 ],
	[ "Home Of The Wriggler", 27 ],
	[ "Whistle Down The Wind", 28 ],
	[ "Funky Llama", 30 ],
	[ "Rocky Horror Show", 31 ],
	[ "Pub Rock", 32 ],
	[ "No Idea", 33 ],
	[ "Hairspray", 34 ],
	[ "The Sound Of Music", 34 ],
	[ "Online Booking", 35 ],
	[ "Creative Learning & Taking Part", 36 ],
	[ "Access", 38 ],
	[ "General Information & Diary", 39 ],
	[ "Food and Drink", 40 ],
	[ "Support Us", 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-spring-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();
