//This is no longer needed...the book will search for all images named:
//   page*.*   in the pages folder.
//If you want to specify pages manually remove the XXX in the line below.
flippingBook.pagesXXX = [
	"pages/page-001.jpeg",
	"pages/page-002.jpeg",
	"pages/page-003.jpeg",
	"pages/page-004.jpeg"
];

flippingBook.contents = [
 [ "Cover", 1 ],
 [ "Index of Advertisers", 3 ],
 [ "Service Directory", 2 ],
	[ "MLS Photo Ads", 4 ],
	[ "MLS Photo Ads", 5 ],
	[ "Featured Properties", 6 ],
	[ "5 real estate scams you need to know about", 7 ],
	[ "Ways you can prolong the lifespan of your roof", 26 ],
	[ "6 tips for choosing the best offer for your home", 28 ],
	[ "5 tips that will help when buying a foreclosure", 38 ],
	[ "Commercial real estate", 46 ],
	[ "Back Page", 48 ],
 [ "2", 2 ],
	[ "3", 3 ],
	[ "4", 4 ],
	[ "5", 5 ],
	[ "6", 6 ],
	[ "7", 7 ],
	[ "8", 8 ],
	[ "9", 9 ],
	[ "10", 10 ],
	[ "11", 11 ],
	[ "12", 12 ],
	[ "13", 13 ],
	[ "14", 14 ],
	[ "15", 15 ],
	[ "16", 16 ],
	[ "17", 17 ],
	[ "18", 18 ],
	[ "19", 19 ],
	[ "20", 20 ],
	[ "21", 21 ],
	[ "22", 22 ],
	[ "23", 23 ],
	[ "24", 24 ],
	[ "25", 25 ],
	[ "26", 26 ],
 [ "27", 27 ],
	[ "28", 28 ],
	[ "29", 29 ],
	[ "30", 30 ],
	[ "31", 31 ],
	[ "32", 32 ],
	[ "33", 33 ],
	[ "34", 34 ],
	[ "35", 35 ],
	[ "36", 36 ],
	[ "37", 37 ],
	[ "38", 38 ],
	[ "39", 39 ],
	[ "40", 40 ],
	[ "41", 41 ],
	[ "42", 42 ],
	[ "43", 43 ],
	[ "44", 44 ],
	[ "45", 45 ],
	[ "46", 46 ],
	[ "47", 47 ],
	[ "48", 48 ]
 ];

// define custom book settings here
//flippingBook.settings.backgroundImage = "/images/book/bookBackground.jpg";
flippingBook.settings.downloadSize = "Download pages from the current issue";
flippingBook.settings.downloadURL = "http://rewnc.com/currentissue.php";
flippingBook.settings.bookWidth = 826;
flippingBook.settings.bookHeight = 500;
flippingBook.settings.pageBackgroundColor = 0x6699CC;//behind xparent page content
flippingBook.settings.backgroundColor = 0xD4D0C8;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 1594;
flippingBook.settings.zoomImageHeight = 2025;
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";

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