var rootPath = "../userfiles/grostadgris/svinefilet/";
flippingBook.pages = [
	rootPath + "Svinefilet_Page_01.jpg",
	rootPath + "Svinefilet_Page_02.jpg",
	rootPath + "Svinefilet_Page_03.jpg",
	rootPath + "Svinefilet_Page_04.jpg",
	rootPath + "Svinefilet_Page_05.jpg",
	rootPath + "Svinefilet_Page_06.jpg",
	rootPath + "Svinefilet_Page_07.jpg",
	rootPath + "Svinefilet_Page_08.jpg",
	rootPath + "Svinefilet_Page_09.jpg",
	rootPath + "Svinefilet_Page_10.jpg",
	rootPath + "Svinefilet_Page_11.jpg",
	rootPath + "Svinefilet_Page_12.jpg"
];

flippingBook.contents = [
	[ "Forside", 1 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 900;
flippingBook.settings.bookHeight = 450;
flippingBook.settings.pageBackgroundColor = 0xf9a618;
flippingBook.settings.backgroundColor = 0xcccccc;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.smoothPages = false;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowHideWhenFlipping = true;
flippingBook.settings.flipSound = '';
flippingBook.settings.zoomImageWidth = 900;
flippingBook.settings.zoomImageHeight = 900;
flippingBook.settings.downloadURL = "http://digibook.impuls.no/userfiles/grostadgris/svinefilet/Svinefilet.pdf";
flippingBook.settings.zoomPath = rootPath+"large/";
flippingBook.settings.downloadSize = "2.51 Mb";

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