flippingBook.pages = [
	"pages/showroom_01.jpg",
	"pages/showroom_02.jpg",
	"pages/showroom_03.jpg",
	"pages/showroom_04.jpg",
	"pages/showroom_05.jpg",
	"pages/showroom_06.jpg",
	"pages/showroom_07.jpg",
	"pages/showroom_08.jpg",
	"pages/showroom_09.jpg",
	"pages/showroom_10.jpg",
	"pages/showroom_11.jpg",
	"pages/showroom_12.jpg",
	"pages/showroom_13.jpg",
	"pages/showroom_14.jpg",
	"pages/showroom_15.jpg",
	"pages/showroom_16.jpg"
];

flippingBook.contents = [
	[ "Frontpage", 1 ],
	[ "Back", 20 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 778;
flippingBook.settings.bookHeight = 504;
flippingBook.settings.pageBackgroundColor = 0xffffff;
flippingBook.settings.backgroundColor = 0x000000;
flippingBook.settings.zoomUIColor = 0xeeeeee;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 800;
flippingBook.settings.zoomImageHeight = 1035;
// flippingBook.settings.downloadURL = "http://www.belg-w.com/pdf/rud_catalogo_sm.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();

