flippingBook.pages = [
	"pages/brochure2009_Page_01.jpg",
	"pages/brochure2009_Page_02.jpg",
	"pages/brochure2009_Page_03.jpg",
	"pages/brochure2009_Page_04.jpg",
	"pages/brochure2009_Page_05.jpg",
	"pages/brochure2009_Page_06.jpg",
	"pages/brochure2009_Page_07.jpg",
	"pages/brochure2009_Page_08.jpg",
	"pages/brochure2009_Page_09.jpg",
	"pages/brochure2009_Page_10.jpg",
	"pages/brochure2009_Page_11.jpg",
	"pages/brochure2009_Page_12.jpg",
	"pages/brochure2009_Page_13.jpg",
	"pages/brochure2009_Page_14.jpg",
	"pages/brochure2009_Page_15.jpg",
	"pages/brochure2009_Page_16.jpg",
	"pages/brochure2009_Page_17.jpg",
	"pages/brochure2009_Page_18.jpg",
	"pages/brochure2009_Page_19.jpg",
	"pages/brochure2009_Page_20.jpg"

	
	
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Introduction", 2 ],
	[ "Pyroflash - 1", 3 ],
	[ "Pyroflash - 2", 4 ],
	[ "Pyroflash - 3", 5 ],
	[ "Prostage - 1", 6 ],
	[ "Prostage - 2", 7 ],
	[ "Prostage - 3", 8 ],
	[ "Prostage - 4", 9 ],
	[ "Prostage - 5", 10 ],
	[ "Prostage - 6", 11 ],
	[ "Prostage - 7", 12 ],
	[ "Hardware", 13 ],
	[ "Haze / Smoke", 14 ],
	[ "Smoke", 15 ],
	[ "Special Effects", 16 ],
	[ "Special Effects", 17 ],
	[ "Hand Held and Special Effects", 18 ],
	[ "Inserts", 19 ],
	[ "Back", 20 ]	
	
];

// define custom book settings here
flippingBook.settings.bookWidth = 800;
flippingBook.settings.bookHeight = 560;
flippingBook.settings.pageBackgroundColor = 0xFFFFFF;
flippingBook.settings.backgroundColor = 0xCCCCCC;
flippingBook.settings.zoomUIColor = 0x999999;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 750;
flippingBook.settings.zoomImageHeight = 1051;
flippingBook.settings.downloadURL = "brochure2009.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();
