flippingBook.pages = [
"pages/Generic_Spanish_brochure_Page_1.jpg",
	"pages/Generic_Spanish_brochure_Page_2.jpg",
	"pages/Generic_Spanish_brochure_Page_3.jpg",
	"pages/Generic_Spanish_brochure_Page_4.jpg"
];


flippingBook.contents = [
	[ "Cover",1],
	[ "Page 2",2],
	[ "Page 4",4]
];

// define custom book settings here
flippingBook.settings.bookWidth = 850;
flippingBook.settings.bookHeight = 550;
flippingBook.settings.pageBackgroundColor = 0x005984;
flippingBook.settings.backgroundColor = 0xffcc00;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 1020;
flippingBook.settings.zoomImageHeight = 1444;
flippingBook.settings.downloadURL = "http://www.transhield-usa.com/pdfs/Generic_Spanish_brochure.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();

