flippingBook.pages = [
	"http://www.focalizing.com/images/essences_brochure/essences_brochure_web_01_large.png",
	"http://www.focalizing.com/images/essences_brochure/essences_brochure_web_02_large.png",
	"http://www.focalizing.com/images/essences_brochure/essences_brochure_web_03_large.jpg",
	"http://www.focalizing.com/images/essences_brochure/essences_brochure_web_04_large.png",
	"http://www.focalizing.com/images/essences_brochure/essences_brochure_web_05_large.png",
	"http://www.focalizing.com/images/essences_brochure/essences_brochure_web_06_large.png",
	"http://www.focalizing.com/images/essences_brochure/essences_brochure_web_07_large.png",
	"http://www.focalizing.com/images/essences_brochure/essences_brochure_web_08_large.png"
];

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "In the summer of 2007", 2 ],
	[ "These enhancers facilitate the journey", 3 ],
	[ "Natural essences", 4 ],
	[ "Heralding the 21st century", 5 ],
	[ "Shabd Sangeet Kalsa - Dr. Picucci", 6 ],
	[ "To apply", 7 ],
	[ "Back Cover", 8 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 900;
flippingBook.settings.bookHeight = 563;
flippingBook.settings.pageBackgroundColor = 0x334765;
flippingBook.settings.backgroundColor = 0x334765;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 900;
flippingBook.settings.zoomImageHeight = 1125;
flippingBook.settings.downloadURL = "http://www.focalizing.com/media/essences_brochure_3_web.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";

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