flippingBook.pages = [
	"pages/green_plans_cover.jpg",
	"pages/green_plans_pg1.jpg",
	"pages/green_plans_pg2.jpg",
	"pages/green_plans_pg3.jpg",
	"pages/green_plans_pg4.jpg",
	"pages/green_plans_pg5.jpg",
	"pages/green_plans_pg6.jpg",
	"pages/green_plans_pg7.jpg",
	"pages/green_plans_pg8.jpg",
	"pages/back_cover.swf"
];


flippingBook.contents = [
	[ "Cover", 1 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 800;
flippingBook.settings.bookHeight = 510;
flippingBook.settings.pageBackgroundColor = 0x645735;
flippingBook.settings.backgroundColor = 0x8C774A;
flippingBook.settings.zoomUIColor = 0x8C774A;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true;
flippingBook.settings.zoomImageWidth = 800;
flippingBook.settings.zoomImageHeight = 1020;
flippingBook.settings.downloadURL = "http://www.hearthstonehomes.com/flippingbooks/green/greenplans.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();