flippingBook.pages = [
	"pages/my84_mytiempo_Page_01.jpg",
	"pages/my84_mytiempo_Page_03.jpg",
	"pages/my84_mytiempo_Page_02.jpg",
	"pages/my84_mytiempo_Page_04.jpg",
	"pages/my84_mytiempo_Page_05.jpg",
	"pages/my84_mytiempo_Page_06.jpg",
	"pages/my84_mytiempo_Page_07.jpg",
	"pages/my84_mytiempo_Page_08.jpg",
	"pages/my84_mytiempo_Page_09.jpg",
	"pages/my84_mytiempo_Page_10.jpg",
	"pages/my84_mytiempo_Page_11.jpg",
	"pages/my84_mytiempo_Page_12.jpg",
	"pages/my84_mytiempo_Page_13.jpg",
	"pages/my84_mytiempo_Page_14.jpg",
	"pages/my84_mytiempo_Page_15.jpg",
	"pages/my84_mytiempo_Page_16.jpg",
	"pages/my84_mytiempo_Page_17.jpg",
	"pages/my84_mytiempo_Page_18.jpg",
	"pages/my84_mytiempo_Page_19.jpg",
	"pages/my84_mytiempo_Page_20.jpg",
	"pages/my84_mytiempo_Page_21.jpg",
	"pages/my84_mytiempo_Page_22.jpg",
	"pages/my84_mytiempo_Page_23.jpg",
	"pages/my84_mytiempo_Page_24.jpg",
	"pages/my84_mytiempo_Page_25.jpg",
	"pages/my84_mytiempo_Page_26.jpg",
	"pages/my84_mytiempo_Page_27.jpg",
	"pages/my84_mytiempo_Page_28.jpg",
	"pages/my84_mytiempo_Page_29.jpg",
	"pages/my84_mytiempo_Page_30.jpg",
	"pages/my84_mytiempo_Page_31.jpg",
	"pages/my84_mytiempo_Page_32.jpg",
	"pages/my84_mytiempo_Page_33.jpg",
	"pages/my84_mytiempo_Page_34.jpg",
	"pages/my84_mytiempo_Page_35.jpg",
	"pages/my84_mytiempo_Page_36.jpg",
	"pages/my84_mytiempo_Page_37.jpg",
	"pages/my84_mytiempo_Page_38.jpg",
	"pages/my84_mytiempo_Page_39.jpg",
	"pages/my84_mytiempo_Page_40.jpg",
	"pages/my84_mytiempo_Page_41.jpg",
	"pages/my84_mytiempo_Page_42.jpg",
	"pages/my84_mytiempo_Page_43.jpg",
	"pages/my84_mytiempo_Page_44.jpg",
	"pages/my84_mytiempo_Page_45.jpg",
	"pages/my84_mytiempo_Page_46.jpg",
	"pages/my84_mytiempo_Page_47.jpg",
	"pages/my84_mytiempo_Page_48.jpg",
	"pages/my84_mytiempo_Page_49.jpg",
	"pages/my84_mytiempo_Page_50.jpg",
	"pages/my84_mytiempo_Page_51.jpg",
	"pages/my84_mytiempo_Page_52.jpg"
];

flippingBook.contents = [
	[ "Portada", 1 ],
	[ "Editorial", 3 ],
	[ "Sumario", 4 ],
	[ "Pasión mecánica", 6 ],
	[ "Cartier", 8 ],
	[ "Montblanc", 12 ],
	[ "Panerai", 16 ],
	[ "Piaget", 20 ],
	[ "Vacheron Constantin", 24 ],
	[ "A. Lange Söhne", 28 ],
	[ "Anónimo", 28 ],
	[ "Audemars Puguet", 29 ],
	[ "Baume & Mercier", 29 ],
	[ "Bell & Ross", 30 ],
	[ "Blancpain", 30 ],	
	[ "Boucheron", 31 ],
	[ "Breguet", 31 ],
	[ "Breitling", 32 ],
	[ "Bulgari", 33 ],
	[ "Chanel", 33 ],	
	[ "Chaumet", 34 ],
	[ "Chopard", 34 ],
	[ "Chronoswiss", 35 ],
	[ "Corum", 35 ],
	[ "Cuervo y Sobrino", 36 ],	
	[ "Dior", 36 ],
	[ "Eberhard & Co", 37 ],
	[ "FP Journe", 37 ],
	[ "Franc Villa", 38 ],
	[ "Franck Muller", 38 ],
	[ "Fred", 39 ],
	[ "Girard-Perregaux", 39 ],
	[ "Greubel Forsey", 40 ],
	[ "Hublot", 40 ],	
	[ "IWC", 41 ],
	[ "Jaeger-Lecoultre", 41 ],
	[ "Jean Dunand", 42 ],
	[ "Jeanrichard", 42 ],
	[ "Longines", 43 ],
	[ "Louis Vuitton", 43 ],
	[ "Maurice Lacroix", 44 ],
	[ "Milus", 44 ],
	[ "Omega", 45 ],
	[ "Oris", 45 ],	
	[ "Parmigiani", 46 ],
	[ "Patek Philippe", 46 ],
	[ "Paul Picot", 47 ],
	[ "Porsche", 47 ],
	[ "Richard Mille", 48 ],	
	[ "Roger Dubuis", 48 ],
	[ "Rolex", 49 ],
	[ "Speake Marine", 49 ],
	[ "Ulisse Nardin", 50],
	[ "Zenith", 50 ]




];

// define custom book settings here
flippingBook.settings.bookWidth = 900;
flippingBook.settings.bookHeight = 538;
flippingBook.settings.pageBackgroundColor = 0xaaaaaa;
flippingBook.settings.backgroundColor = 0xffffff;
flippingBook.settings.zoomUIColor = 0x666666;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 906;
flippingBook.settings.zoomImageHeight = 1083;
flippingBook.settings.downloadURL = "http://www.mundoyate.es/mytiempo_my84/mytiempo_my84.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();

