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"
];


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 ]
];


// define custom book settings here
flippingBook.settings.bookWidth = 800;
flippingBook.settings.bookHeight = 534;
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 = 801;
flippingBook.settings.downloadURL = "http://fup.org.br/revista_retrospectiva_2009/retrospectiva_2009.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();
