﻿flippingBook.pages = [
	"pages/marek1.jpg",
	"pages/marek2.jpg",
	"pages/marek3.jpg",
	"pages/marek4.jpg",
	"pages/marek5.jpg",
	"pages/marek6.jpg",
	"pages/marek7.jpg",
	"pages/marek8.jpg"
	
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Page 1", 2 ],
	[ "Page 2", 3 ],
	[ "Page 3", 4 ],
	[ "Page 4", 5 ],
	[ "Page 5", 6 ],
	[ "Page 6", 7 ],
	[ "Back Cover", 8 ]
];


flippingBook.containerId = "fbContainer";
flippingBook.forwardButtonId = "fbForwardButton";
flippingBook.backButtonId = "fbBackButton";
flippingBook.zoomButtonId = "fbZoomButton";
flippingBook.printButtonId = "fbPrintButton";
flippingBook.downloadButtonId = "fbDownloadButton";
flippingBook.currentPagesId = "fbCurrentPages";
flippingBook.totalPagesId = "fbTotalPages";
flippingBook.contentsMenuId = "fbContentsMenu";	



// define custom book settings here
flippingBook.settings.bookWidth = 698;
flippingBook.settings.bookHeight = 540;
flippingBook.settings.pageBackgroundColor = 0xffffff;
flippingBook.settings.backgroundColor = 0x333333;
flippingBook.settings.zoomUIColor = 0x999999;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 988;
flippingBook.settings.zoomImageHeight = 1527;
flippingBook.settings.downloadURL = "http://www.loreeternalwar.com/storage/teasers/marek/Marek-Teaser.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;
flippingBook.settings.flipOnClick = true,

// default settings can be found in the flippingbook.js file
flippingBook.create();

