flippingBook.pages = [
	"pages/page-001.jpg",
	"pages/page-002.jpg",
	"pages/page-003.jpg",
	"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.jpg",
	"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.jpg",
	"pages/page-028.jpg",
	"pages/page-029.jpg",
	"pages/page-030.jpg",
	"pages/page-031.jpg",
	"pages/page-032.jpg",
	"pages/page-033.jpg",
	"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.jpg",
	"pages/page-042.jpg"
];


flippingBook.contents = [
	[ "Capa", 1 ],
	[ "Páginas 2", 2 ],
	[ "Páginas 3", 3 ],
	[ "Páginas 4", 4 ],
	[ "Páginas 5 ", 5 ],
	[ "Páginas 6", 6 ],
	[ "Páginas 7", 7 ],
	[ "Páginas 8", 8 ],
	[ "Páginas 9", 9 ],
	[ "Páginas 10", 10 ],
	[ "Páginas 11", 11 ],
    [ "Páginas 12", 12 ],
	[ "Páginas 13", 13 ],
	[ "Páginas 14", 14 ],
	[ "Páginas 15", 15 ],
	[ "Páginas 16", 16 ],
	[ "Páginas 17", 17 ],
	[ "Páginas 18", 18 ],
	[ "Páginas 19", 19 ],
	[ "Páginas 20", 20 ],
	[ "Páginas 21", 21 ],
	[ "Páginas 22", 22 ],
	[ "Páginas 23", 23 ],
	[ "Páginas 24", 24 ],
	[ "Páginas 25", 25 ],
	[ "Páginas 26", 26 ],
	[ "Páginas 27", 27 ],
	[ "Páginas 28", 28 ],
	[ "Páginas 29", 29 ],
	[ "Páginas 30", 30 ],
	[ "Páginas 31", 31 ],
	[ "Páginas 32", 32 ],
	[ "Páginas 33", 33 ],
	[ "Páginas 34", 34 ],
	[ "Páginas 35", 35 ],
	[ "Páginas 36", 36 ],
	[ "Páginas 37", 37 ],
	[ "Páginas 38", 38 ],
	[ "Páginas 39", 39 ],
	[ "Páginas 40", 40 ],
	[ "Páginas 41", 41 ],
	[ "Páginas 42", 42 ]
];


// define custom book settings here
flippingBook.settings.bookWidth = 800;
flippingBook.settings.bookHeight = 565;
flippingBook.settings.pageBackgroundColor = 0x5b7414;
flippingBook.settings.backgroundColor = 0x48565A;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 600;
flippingBook.settings.zoomImageHeight = 848;
flippingBook.settings.downloadURL = "http://fup.org.br//revista_531_2009/PLS%20531_2009.asp.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;

// default settings can be found in the flippingbook.js file
flippingBook.create();

