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"
];

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Dasante Blue F1 - Delphinium", 2 ],
	[ "Diamonds Blue F1 - Delphinium", 2 ],
	[ "Mesa Yellow - F1 Gaillardia", 3 ],
	[ "Bouquet F1 Series - Dianthus", 3 ],
	[ "Swan F1 Series - Aquilegia", 4 ],
	[ "Songbird F1 Series - Aquilegia", 4 ],
	[ "Early Sunrise - Coreopsis", 5 ],
	[ "Rising Sun - Coreopsis", 5 ],
	[ "Sunfire - Coreopsis", 5 ],
	[ "Guardian F1 Series - Delphinium", 36 ],
	[ "Dynasty F1 Double Series - Dianthus", 6 ],
	[ "Wind Dancer - Eragrotsis", 6 ],
	[ "Luna F1 Series - Hibiscus", 6 ],
	[ "Lavender Lady - Lavender", 6 ],
	[ "Champagne Bubbles F1 Series -Iceland Poppy", 7 ],
	[ "Electric Blue - Penstemon", 7 ],
	[ "Violet Dusk - Penstemon", 7 ],
	[ "Southern Charm - Verbascum", 7 ],
	[ "Blue Bouquet -Veronica", 7 ],
	[ "Back Cover", 8 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 930;
flippingBook.settings.bookHeight = 600;
flippingBook.settings.pageBackgroundColor = 0xdeeabd;
flippingBook.settings.backgroundColor = 0xcccccc;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.smoothPages = true;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true,
flippingBook.settings.zoomImageWidth = 991;
flippingBook.settings.zoomImageHeight = 1280;
flippingBook.settings.downloadURL = "http://www.panamseed.com/pdf/PAS_Perennial.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();

