flippingBook.pages = [
	"pages/cover.jpg",
	"pages/IFC.jpg",
	"pages/page_001.swf",
	"pages/page_002.swf",
	"pages/page_003.swf",
	"pages/page_004.jpg",
	"pages/page_005.jpg",
	"pages/page_006.jpg",
	"pages/page_007.jpg",
	"pages/page_008.jpg",
	"pages/page_009.jpg",
	"pages/page_010.jpg",
	"pages/page_011.jpg",
	"pages/page_012.jpg",
	"pages/page_013.jpg",
	"pages/page_014.jpg",
	"pages/page_015.jpg",
	"pages/page_016.jpg",
	"pages/page_017.swf",
	"pages/page_018.jpg",
	"pages/page_019.jpg",
	"pages/page_020.jpg",
	"pages/page_021.jpg",
	"pages/page_022.jpg",
	"pages/page_023.jpg",
	"pages/page_024.jpg",
	"pages/page_025.jpg",
	"pages/page_026.jpg",
	"pages/page_027.swf",
	"pages/page_028.jpg",
	"pages/page_029.jpg",
	"pages/page_030.jpg",
	"pages/page_031.jpg",
	"pages/page_032.jpg",
	"pages/page_033.swf",
	"pages/page_034.jpg",
	"pages/page_035.jpg",
	"pages/page_036.jpg",
	"pages/page_037.jpg",
	"pages/page_038.jpg",
	"pages/page_039.jpg",
	"pages/page_040.jpg",
	"pages/page_041.swf",
	"pages/page_042.jpg",
	"pages/page_043.jpg",
	"pages/page_044.jpg",
	"pages/page_045.jpg",
	"pages/page_046.jpg",
	"pages/page_047.jpg",
	"pages/page_048.jpg",
	"pages/page_049.swf",
	"pages/page_050.swf",
	"pages/IBC.swf",
	"pages/Bcover.swf"
	
	
];

flippingBook.zoomPages = [
	"pages/large/cover.jpg",
	"pages/large/IFC.jpg",
	"pages/large/page_001-large.swf",
	"pages/large/page_002-large.swf",
	"pages/large/page_003-large.swf",
	"pages/large/page_004.jpg",
	"pages/large/page_005.jpg",
	"pages/large/page_006.jpg",
	"pages/large/page_007.jpg",
	"pages/large/page_008.jpg",
	"pages/large/page_009.jpg",
	"pages/large/page_010.jpg",
	"pages/large/page_011.jpg",
	"pages/large/page_012.jpg",
	"pages/large/page_013.jpg",
	"pages/large/page_014.jpg",
	"pages/large/page_015.jpg",
	"pages/large/page_016.jpg",
	"pages/large/page_017-large.swf",
	"pages/large/page_018.jpg",
	"pages/large/page_019.jpg",
	"pages/large/page_020.jpg",
	"pages/large/page_021.jpg",
	"pages/large/page_022.jpg",
	"pages/large/page_023.jpg",
	"pages/large/page_024.jpg",
	"pages/large/page_025.jpg",
	"pages/large/page_026.jpg",
	"pages/large/page_027-large.swf",
	"pages/large/page_028.jpg",
	"pages/large/page_029.jpg",
	"pages/large/page_030.jpg",
	"pages/large/page_031.jpg",
	"pages/large/page_032.jpg",
	"pages/large/page_033_large.swf",
	"pages/large/page_034.jpg",
	"pages/large/page_035.jpg",
	"pages/large/page_036.jpg",
	"pages/large/page_037.jpg",
	"pages/large/page_038.jpg",
	"pages/large/page_039.jpg",
	"pages/large/page_040.jpg",
	"pages/large/page_041.jpg",
	"pages/large/page_042.jpg",
	"pages/large/page_043.jpg",
	"pages/large/page_044.jpg",
	"pages/large/page_045.jpg",
	"pages/large/page_046.jpg",
	"pages/large/page_047.jpg",
	"pages/large/page_048.jpg",
	"pages/large/page_049-large.swf",
	"pages/large/page_050-large.swf",
	"pages/large/IBC-large.swf",
	"pages/large/Bcover-large.swf"
];


flippingBook.contents = [
	[ "instructions", 28 ],
	[ "Cover", 1 ],
	[ "Features", 4 ],
	[ "Cedar Point", 8 ],
	[ "Port Washington", 20 ],
	[ "Annapolis to Newport", 30 ],
	[ "Around Long Island", 36 ],
	[ "Winter Refresher", 42 ],
	[ "Not Too Late", 44 ],
	[ "Stow That Gear", 46 ],
	[ "Peconic Bay", 48 ],
	[ "Odds & Ends", 53 ]
	
];

// define custom book settings here
//flippingBook.settings.hardcover = true;
flippingBook.settings.bookWidth = 800;
flippingBook.settings.bookHeight = 518;
flippingBook.settings.pageBackgroundColor = 0x0071BC;
flippingBook.settings.backgroundColor = 0x0071BC;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 765;
flippingBook.settings.zoomImageHeight = 990;
flippingBook.settings.downloadURL = "http://www.page-flip.com/new-demos/03-kitchen-gorenje-2008/kitchen_gorenje_2008.pdf";
flippingBook.settings.flipSound = "sounds/01.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;

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

