flippingBook.pages = [
//	"pages/leftcover.swf",	
//	"pages/rightcover.swf",		
	"09pages/left_home.swf",
	"09pages/right_home.swf",
	"09pages/left_about.swf",
	"09pages/right_about.swf",
	"09pages/left_amenities.swf",
	"pages/right_amenities.swf",
	"09pages/left_cypressclub.swf",
	"pages/right_cypressclub.swf",
	"09pages/left_cottages.swf",
	"09pages/right_cottages.swf",
	"09pages/left_location.swf",
	"09pages/right_location.swf",
	"09pages/left_construction.swf",
	"pages/right_construction.swf",
	"09pages/left_legal.swf",
	"09pages/right_legal.swf",
];

flippingBook.contents = [
//	[ "Cover", 1 ],
	[ "Home", 2 ],
	[ "About", 4 ],
	[ "Amenities", 6 ],
	[ "Cypressclub", 8 ],
	[ "Cottages", 10 ],
	[ "Location", 12 ],
	[ "Construction", 14 ],
	[ "Legal", 16 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 855;
flippingBook.settings.bookHeight = 601;
flippingBook.settings.pageBackgroundColor = 0x642000;
flippingBook.settings.zoomUIColor = 0x82B9BA;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true,
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.downloadURL = "";
flippingBook.settings.flipSound = "sounds/02.mp3";


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