flippingBook.pages = [
		"pages/en_home.png",
		"pages/en_what-is-go-charge.png",
		"pages/en_where-can-i-use-one.png",
		"pages/en_how-to-use-go-charge.png",
		"pages/en_supported-devices.png",
		"pages/en_become-a-partner.png",
		"pages/en_contact-us.png"
];


flippingBook.contents = [
	[ "Welcome to GO-CHARGE", 1 ],
	[ "What is GO-CHARGE ?", 2 ],
	[ "Where can I use one ?", 3 ],
	[ "How to use GO-CHARGE ?", 4 ],
	[ "Supported devices?", 5 ],
	[ "Become a partner", 6 ],
	[ "Contact us", 7 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 934;
flippingBook.settings.bookHeight = 582;
flippingBook.settings.pageBackgroundColor = 0x000000;
flippingBook.settings.backgroundColor = 0x000000;
flippingBook.settings.zoomUIColor = 0x000000;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.downloadURL = "kitchen_gorenje_2008.pdf";
flippingBook.settings.flipSound = "sounds/01.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = false;

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