flippingBook.pages = [
	"pages/GLSS_vorne.jpg",
	"pages/GLSS_49_01.jpg",
	"pages/GLSS_49_02.jpg",
	"pages/GLSS_49_03.jpg",
	"pages/GLSS_49_04.jpg",
	"pages/GLSS_hinten.jpg"
];


flippingBook.contents = [
	[ "Titel", 1 ],

	
];

// define custom book settings here
flippingBook.settings.bookWidth = 1000;
flippingBook.settings.bookHeight = 500;
flippingBook.settings.pageBackgroundColor = 0x25356b;
flippingBook.settings.backgroundColor = 0x131c4b;
flippingBook.settings.zoomUIColor = 0x25356b;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 900;
flippingBook.settings.zoomImageHeight = 900;
flippingBook.settings.downloadURL = "http://www.lernteam.com/download/LernTeam2009.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;

// default settings can be found in the flippingbook.js file
flippingBook.create();


