// define pages to load here
flippingBook.pages = [
	"insert/pages/Insert-febrero-2012-1.jpg",
	"insert/pages/Insert-febrero-2012-2.jpg",
	"insert/pages/Insert-febrero-2012-3.jpg",
	"insert/pages/Insert-febrero-2012-4.jpg",
	"insert/pages/Insert-febrero-2012-5.jpg",
	"insert/pages/Insert-febrero-2012-6.jpg",
	"insert/pages/Insert-febrero-2012-7.jpg",
	"insert/pages/Insert-febrero-2012-8.jpg"
	
];

// define chapter points here
flippingBook.contents = [
	[ "Tapa", 1 ],
	[ "Pag 2", 2 ],
	[ "Pag 3", 3 ],
	[ "Pag 4", 4 ],	
	[ "Pag 5", 5 ],
	[ "Pag 6", 6 ],
	[ "Pag 7", 7 ],
	[ "Pag 8", 8 ]
];

// define custom book settings here
flippingBook.settings.downloadURL = "/2009/INSERT/Insert_Agosto_2011";
flippingBook.settings.zoomPath = "insert/pages/large/",
flippingBook.settings.downloadSize = "tamaño: 2.4 Mb",
flippingBook.settings.zoomImageWidth = 857;
flippingBook.settings.zoomImageHeight = 1200;

// default settings can be found in the flippingbook.js file
flippingBook.create();

