flippingBook.pages = [
	"pages/cover.swf",
	"pages/01.swf",
	"pages/02.swf?scaleContent=false?playOnDemand=true",
	"pages/03.swf",
	"pages/04.swf",
	"pages/05.swf",
	"pages/06.swf",
	"pages/07.swf",
	"pages/08.swf",
	"pages/09.swf",
	"pages/10.swf",
	"pages/11.swf",
	"pages/12.swf",
	"pages/13.swf",
	"pages/14.swf",
	"pages/15.swf",
	"pages/16.swf",
	"pages/17.swf",
	"pages/18.swf",
	"pages/19.swf",
	"pages/20.swf",
	"pages/21.swf",
	"pages/22.swf?scaleContent=false?playOnDemand=true",
	"pages/back.swf"
];

flippingBook.contents = [
	[ "Annual Report", 1 ],
	[ "Letter from Executive Director", 2 ],
	[ "Director's Message", 3 ],
	[ "Food Distribution", 4 ],
	[ "Cost Analysis", 5 ],
	[ "Childhood Hunger Programs", 6 ],
	[ "Results of Food 4 Kids", 7 ],
	[ "RFBO Programs", 8 ],
	[ "RFBO Programs", 9 ],
	[ "Counties Served", 10 ],
	[ "Counties Served", 11 ],
	[ "Ghandi Quote", 12 ],
	[ "Volunteers", 13 ],
	[ "RFBO Events", 14 ],
	[ "Feeding Hope & Letter Carriers Food Drive", 15 ],
	[ "RFBO Events", 16 ],
	[ "Financial Statement", 17 ],
	[ "Donors", 18 ],
	[ "Donors", 19 ],
	[ "Donors", 20 ],
	[ "Donors", 21 ],
	[ "Board Members", 22 ],
	[ "Board Members", 23 ],
	[ "Contact Information", 24 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 928;
flippingBook.settings.bookHeight = 600;
flippingBook.settings.pageBackgroundColor = 0xf8f1d4;
flippingBook.settings.backgroundColor = 0xe0b573;
flippingBook.settings.zoomUIColor = 0xf8f1d4;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 850;
flippingBook.settings.zoomImageHeight = 1100;
flippingBook.settings.downloadURL = "";
flippingBook.settings.flipSound = "sounds/03.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.flipCornerAmount = "100";
flippingBook.settings.flipCornerAngle = "100";

// default settings can be found in the flippingbook.js file
flippingBook.create();

