flippingBook.pages = [
	"20120104/page01.jpg",
	"20120104/page02.jpg",
	"20120104/page03.jpg",
	"20120104/page04.jpg",
	"20120104/page05.jpg",
	"20120104/page06.jpg",
	"20120104/page07.jpg",
	"20120104/page08.jpg",
	"20120104/page09.jpg",
	"20120104/page10.jpg",
	"20120104/page11.jpg",
	"20120104/page12.jpg",
	"20120104/page13.jpg",
	"20120104/page14.jpg",
	"20120104/page15.jpg",
	"20120104/page16.jpg",
	"20120104/page17.jpg",
	"20120104/page18.jpg",
	"20120104/page19.jpg",
	"20120104/page20.jpg",
	"20120104/page21.jpg",
	"20120104/page22.jpg",
	"20120104/page23.jpg",
	"20120104/page24.jpg"

];
flippingBook.settings.zoomPath = "20120104/large/";
flippingBook.settings.downloadURL = "BigCouponSale.pdf";
flippingBook.settings.downloadSize = "Size: 9 Mb";

// After first page, enter EVEN number pages ONLY 
// If you need an apostrophe, use a backslash: "Mother\'s Day"
flippingBook.contents = [
	[ "Cover - Big Coupon Sale!", 1 ],
	[ "Candy Treats and More", 2 ],
	[ "Household Goods", 4 ],
	[ "Household Goods and More", 6 ],
	[ "Lighting Water Treatment and Paint", 8 ],
	[ "Batteries and Workshop", 10 ],
	[ "Pests Horses and Automotive", 12 ],
	[ "Snow Removal and Pet", 14 ],
	[ "Pet and Bird Needs", 16 ],
	[ "Humidifies Heat and More", 18 ],
	[ "Gloves Clothing and More", 20 ],
	[ "Clothing and Tires", 22 ],
	[ "Pet Home and Automotive Supplies", 24 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 830;
flippingBook.settings.bookHeight = 643;
flippingBook.settings.zoomImageWidth = 737;
flippingBook.settings.zoomImageHeight = 1143;

flippingBook.settings.pageBackgroundColor = "0xeeeeee";
flippingBook.settings.backgroundColor = "0x7495dc";
flippingBook.settings.zoomUIColor = "0x7495dc";
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;
flippingBook.settings.flipOnClick = true;

//Old size
//flippingBook.settings.bookWidth = 900;
//flippingBook.settings.bookHeight = 643;
//flippingBook.settings.zoomImageWidth = 800;
//flippingBook.settings.zoomImageHeight = 1143;

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

