flippingBook.pages = [
	"/folleto-ofertas/ofertas-web-pag1.jpg",
	"/folleto-ofertas/ofertas-web-pag2.jpg",
	"/folleto-ofertas/ofertas-web-pag3.jpg",
	"/folleto-ofertas/ofertas-web-pag4.jpg",
	"/folleto-ofertas/ofertas-web-pag5.jpg",
	"/folleto-ofertas/ofertas-web-pag6.jpg"
	
	
];

flippingBook.contents = [
	[ "Ofertas actuales", 1 ]
	
	
];

// define custom book settings here
flippingBook.settings.bookWidth = 900;
flippingBook.settings.bookHeight = 630;
flippingBook.settings.pageBackgroundColor = 0x1B89EB;
flippingBook.settings.backgroundColor = 0xFE0303;
flippingBook.settings.zoomUIColor = 0xffaabb;
flippingBook.settings.smoothPages = true;	
flippingBook.settings.useCustomCursors = true;
flippingBook.settings.dropShadowEnabled = true;
flippingBook.settings.zoomImageWidth = 1120;
flippingBook.settings.zoomImageHeight = 1617;
flippingBook.settings.downloadURL = "http://www.innovainformatica.com/folleto-pdf/publi-ofertas-web.pdf";
flippingBook.settings.flipSound = "/sounds/pasar-pagina.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;

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

