flippingBook.pages = [
	"pages/page_1.jpg",
	"pages/page_2.jpg",
	"pages/page_3.jpg",
	"pages/page_4.jpg",
	"pages/page_5.jpg",
	"pages/page_6.jpg",

	
];

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Why Yonder", 2 ],
	[ "Objectives", 4 ],
	[ "Mobile Advertising", 6 ],
	[ "Creative Awareness", 8 ],
	[ "Get Connected", 10 ],
	[ "Get Registered", 12 ],
	[ "Profiling", 14 ],
	[ "Login Details", 16 ],
	[ "Logged In", 18 ],
	[ "Get Playing", 20 ],
	[ "The Game", 22 ],
	[ "The Voucher", 24 ],
	[ "Viral Marketing", 26 ],
	[ "Create Stikiness", 28 ],
	[ "Nike Shop", 34 ],
	[ "Reports", 36 ],
	[ "Other links", 38 ],
	[ "Mediums", 40 ],
	[ "Get Seen", 42 ],
	[ "CRM Tool", 44 ],
];

// define custom book settings here
flippingBook.settings.bookWidth = 850;
flippingBook.settings.bookHeight = 566;
flippingBook.settings.pageBackgroundColor = 0x1b2d50;
flippingBook.settings.backgroundColor = 0x1c43a5;
flippingBook.settings.zoomUIColor = 0x6c769d;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true,
flippingBook.settings.zoomImageWidth = 800;
flippingBook.settings.zoomImageHeight = 1066;
flippingBook.settings.downloadURL = "http://www.page-flip.com/new-demos/03-kitchen-gorenje-2008/kitchen_gorenje_2008.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";

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

