flippingBook.pages = [
        "pages/SWS_Product_Guide_Page_01.jpg",
        "pages/SWS_Product_Guide_Page_02.jpg",
        "pages/SWS_Product_Guide_Page_03.jpg",
        "pages/SWS_Product_Guide_Page_04.jpg",
        "pages/SWS_Product_Guide_Page_05.jpg",
        "pages/SWS_Product_Guide_Page_06.jpg",
        "pages/SWS_Product_Guide_Page_07.jpg",
        "pages/SWS_Product_Guide_Page_08.jpg",
        "pages/SWS_Product_Guide_Page_09.jpg",
        "pages/SWS_Product_Guide_Page_10.jpg",
        "pages/SWS_Product_Guide_Page_11.jpg",
        "pages/SWS_Product_Guide_Page_12.jpg",
        "pages/SWS_Product_Guide_Page_13.jpg",
        "pages/SWS_Product_Guide_Page_14.jpg",
        "pages/SWS_Product_Guide_Page_15.jpg",
        "pages/SWS_Product_Guide_Page_16.jpg",
        ];

flippingBook.contents = [
        [ "Cover", 1 ]
        [ "Address", 16 ]
];

// 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/sws-product-guide/pdf/SWS_Product_Guide.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();
