flippingBook.pages = [
        "pages/SeceuroGlide_Brochure_Page_01.jpg",
        "pages/SeceuroGlide_Brochure_Page_02.jpg",
        "pages/SeceuroGlide_Brochure_Page_03.jpg",
        "pages/SeceuroGlide_Brochure_Page_04.jpg",
        "pages/SeceuroGlide_Brochure_Page_05.jpg",
        "pages/SeceuroGlide_Brochure_Page_06.jpg",
        "pages/SeceuroGlide_Brochure_Page_07.jpg",
        "pages/SeceuroGlide_Brochure_Page_08.jpg",
        "pages/SeceuroGlide_Brochure_Page_09.jpg",
        "pages/SeceuroGlide_Brochure_Page_10.jpg",
        "pages/SeceuroGlide_Brochure_Page_11.jpg",
        "pages/SeceuroGlide_Brochure_Page_12.jpg",
        ];

flippingBook.contents = [
        [ "Cover", 1 ]
        [ "Address", 12 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 826;
flippingBook.settings.bookHeight = 584;
flippingBook.settings.pageBackgroundColor = 0x5b7414;
flippingBook.settings.backgroundColor = 0x83a51c;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.smoothPages = false;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 827;
flippingBook.settings.zoomImageHeight = 1170;
flippingBook.settings.downloadURL = "http://www.garagedoorsandlocks.com/built-in-shutters-brochure/pdf/SeceuroGlide_Brochure.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();
