flippingBook.pages = [
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook2.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook3.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook4.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook5.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook6.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook7.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook8.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook9.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook10.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook11.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook12.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook13.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook14.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook15.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook16.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook17.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook18.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook19.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook20.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook21.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook22.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook23.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook24.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook25.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook26.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook27.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook28.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook29.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook30.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook31.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook32.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook33.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook34.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook35.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook36.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook37.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook38.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook39.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook40.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook41.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook42.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook43.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook44.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook45.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook46.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook47.jpg",
	"http://www.greenbaummarketing.com/page_flipbook/pages/Portfolio_FlipBook48.jpg"

];

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

// define custom book settings here
//flippingBook.settings.bookWidth = 826;
//flippingBook.settings.bookHeight = 584;
flippingBook.settings.bookWidth = 1000;
flippingBook.settings.bookHeight = 386;
flippingBook.settings.pageBackgroundColor = 0x5b7414;
//flippingBook.settings.backgroundColor = 0x83a51c;
flippingBook.settings.backgroundColor = 0xFFFFFF;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.smoothPages = true;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true,
//flippingBook.settings.zoomImageWidth = 992;
//flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.zoomImageWidth = 792;
flippingBook.settings.zoomImageHeight = 612;
flippingBook.settings.downloadURL = "www.greenbaummarketing.com/files/Portfolio_FlipBook11-4.pdf";
flippingBook.settings.flipSound = "http://www.greenbaummarketing.com/page_flipbook/sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";

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



