flippingBook.pages = [
	"pages/page01.jpg",
	"pages/page02.jpg",
	"pages/page03.jpg",
	"pages/page04.jpg",
	"pages/page05.jpg",
	"pages/page06.jpg",
	"pages/page07.jpg",
	"pages/page08.jpg",
	"pages/page09.jpg",
	"pages/page10.jpg",
	"pages/page11.jpg",
	"pages/page12.jpg",
	"pages/page13.jpg",
	"pages/page14.jpg",
	"pages/page15.jpg",
	"pages/page16.jpg"
];

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Mission Statement", 2 ],
	[ "Table of Contents", 3 ],
	[ "Welcome to the Alex", 4 ],
	[ "Message from the Board Chair & Executive Director", 5 ],
	[ "Theatre Development", 6 ],
	[ "Resident Companies", 7 ],
	[ "Presenting Parntners", 7 ],
	[ "Rental Programming", 8 ],
	[ "Education & Community Outreach", 10 ],
	[ "Statement of Financial Position", 12 ],
	[ "Functional Expense Allocation", 13 ],
	[ "Special Thanks", 14 ],
	[ "Board & Staff", 15 ],
	[ "Back Cover", 16 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 900;
flippingBook.settings.bookHeight = 583;
flippingBook.settings.pageBackgroundColor = 0xad0001;
flippingBook.settings.backgroundColor = 0xaf0000;
flippingBook.settings.zoomUIColor = 0xc61b1a;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 1080;
flippingBook.settings.zoomImageHeight = 1398;
flippingBook.settings.downloadURL = "http://www.alextheatre.org/annualreport/2007-2008/download/AlexTheatre_AnnualReport2007-2008.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";

// default settings can be found in the flippingbook.js file
flippingBook.create();

