$(document).ready(function () { $("#heroImage").flipBook({ name: "Brooks 2020 Alarm Mini", //Display PDF and Background pdfUrl: "/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/CSGCAT.pdf", lightBox: true, lightboxBackground: "rgba(119, 119, 119, 0.8)", // backgroundColor: 'url("Assets/Metal.jpg") no-repeat fixed center', lightIntensity: 1, lightPositionY: 400, shadows: false, sound: false, //Change Theme skin: "dark", layout: "4", hideMenu: true, menu2Padding: "0 50px", btnSize: 16, //Custom Layout btnSelect: { hAlign: "left" }, // currentPage: {hAlign: 'left'}, //Custom Side Menu //Disable default buttons btnAutoplay: { enabled: false }, btnDownloadPages: { enabled: false }, btnSelect: { enabled: false }, btnBookmark: { enabled: false }, btnShare: { enabled: false }, btnSound: { enabled: false }, //Enable non-default, out-of-box, buttons btnSearch: { enabled: true, }, btnFirst: { enabled: true, }, btnLast: { enabled: true, }, //Hide on Mobile mobile: { btnPrint: { enabled: false, }, btnExpand: { enabled: false, }, }, icons: "material", //Custom Table of Contents // tableOfContent: [ // { // title: "Contact", // page: 2 // }, // { // title: "About Us", // page: 3 // }, // { // title: "What You Get", // page: 3 // }, // { // title: "Recycling Program", // page: 4, // items: [ // { // title: "How To Participate", // page: 4 // }, // ] // }, // { // title: "Why PowerRite®", // page: 5 // }, // { // title: "Batteries & Accessories", // page: 5, // items: [ // { // title: "Replacement Batteries", // page: 5 // }, // { // title: "Exit & Emergency Light Replacement", // page: 7 // }, // { // title: "Alkaline & Lithium Batteries", // page: 7 // }, // { // title: "Care & Handling", // page: 9 // }, // { // title: "Rechargable Batteries", // page: 10 // }, // { // title: "Miscellaneous Batteries", // page: 11 // }, // { // title: "Adapter & Leads", // page: 12 // }, // { // title: "Battery Test Equipment", // page: 12 // }, // ] // }, // { // title: "Battery Maintenance Guide", // page: 13 // }, // { // title: "SLA Battery Cross Reference", // page: 14 // }, // { // title: "Nationwide Distribution Centers", // page: 15 // }, // ] }); // NOTE: // "...Thumb" opens flipbook upon clicking thumbnail in carousel; "...FB" opens flipbook upon clicking flipbook button in carousel. Must remain separate functions otherwise only one element will work and not all three. $("#EOFCATThumb").flipBook({ name: "Brooks Battery Mini", //Display PDF and Background pdfUrl: "/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/EOFCAT.pdf", lightBox: true, lightboxBackground: "rgba(119, 119, 119, 0.8)", // backgroundColor: 'url("Assets/Metal.jpg") no-repeat fixed center', lightIntensity: 1, lightPositionY: 400, shadows: false, sound: false, //Change Theme skin: "dark", layout: "4", hideMenu: true, menu2Padding: "0 50px", btnSize: 16, //Custom Layout btnSelect: { hAlign: "left" }, // currentPage: {hAlign: 'left'}, //Custom Side Menu //Disable default buttons btnAutoplay: { enabled: false }, btnDownloadPages: { enabled: false }, btnSelect: { enabled: false }, btnBookmark: { enabled: false }, btnShare: { enabled: false }, btnSound: { enabled: false }, //Enable non-default, out-of-box, buttons btnSearch: { enabled: true, }, btnFirst: { enabled: true, }, btnLast: { enabled: true, }, //Hide on Mobile mobile: { btnPrint: { enabled: false, }, btnExpand: { enabled: false, }, }, icons: "material", //Custom Table of Contents tableOfContent: [ { title: "Contact", page: 2, }, { title: "About Us", page: 3, }, { title: "What You Get", page: 3, }, { title: "Recycling Program", page: 4, items: [ { title: "How To Participate", page: 4, }, ], }, { title: "Why PowerRite®", page: 5, }, { title: "Batteries & Accessories", page: 5, items: [ { title: "Replacement Batteries", page: 5, }, { title: "Exit & Emergency Light Replacement", page: 7, }, { title: "Alkaline & Lithium Batteries", page: 7, }, { title: "Care & Handling", page: 9, }, { title: "Rechargable Batteries", page: 10, }, { title: "Miscellaneous Batteries", page: 11, }, { title: "Adapter & Leads", page: 12, }, { title: "Battery Test Equipment", page: 12, }, ], }, { title: "Battery Maintenance Guide", page: 13, }, { title: "SLA Battery Cross Reference", page: 14, }, { title: "Nationwide Distribution Centers", page: 15, }, ], }); $("#EOFCATFB").flipBook({ name: "Brooks 2020 Alarm Mini", //Display PDF and Background pdfUrl: "/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/EOFCAT.pdf", lightBox: true, lightboxBackground: "rgba(119, 119, 119, 0.8)", // backgroundColor: 'url("Assets/Metal.jpg") no-repeat fixed center', lightIntensity: 1, lightPositionY: 400, shadows: false, sound: false, //Change Theme skin: "dark", layout: "4", hideMenu: true, menu2Padding: "0 50px", btnSize: 16, //Custom Layout btnSelect: { hAlign: "left" }, // currentPage: {hAlign: 'left'}, //Custom Side Menu //Disable default buttons btnAutoplay: { enabled: false }, btnDownloadPages: { enabled: false }, btnSelect: { enabled: false }, btnBookmark: { enabled: false }, btnShare: { enabled: false }, btnSound: { enabled: false }, //Enable non-default, out-of-box, buttons btnSearch: { enabled: true, }, btnFirst: { enabled: true, }, btnLast: { enabled: true, }, //Hide on Mobile mobile: { btnPrint: { enabled: false, }, btnExpand: { enabled: false, }, }, icons: "material", //Custom Table of Contents tableOfContent: [ { title: "Contact", page: 2, }, { title: "About Us", page: 3, }, { title: "What You Get", page: 3, }, { title: "Recycling Program", page: 4, items: [ { title: "How To Participate", page: 4, }, ], }, { title: "Why PowerRite®", page: 5, }, { title: "Batteries & Accessories", page: 5, items: [ { title: "Replacement Batteries", page: 5, }, { title: "Exit & Emergency Light Replacement", page: 7, }, { title: "Alkaline & Lithium Batteries", page: 7, }, { title: "Care & Handling", page: 9, }, { title: "Rechargable Batteries", page: 10, }, { title: "Miscellaneous Batteries", page: 11, }, { title: "Adapter & Leads", page: 12, }, { title: "Battery Test Equipment", page: 12, }, ], }, { title: "Battery Maintenance Guide", page: 13, }, { title: "SLA Battery Cross Reference", page: 14, }, { title: "Nationwide Distribution Centers", page: 15, }, ], }); $("#CUSTPRODThumb").flipBook({ name: "Brooks Battery Mini", //Display PDF and Background pdfUrl: "/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/CUSTPROD.pdf", lightBox: true, lightboxBackground: "rgba(119, 119, 119, 0.8)", // backgroundColor: 'url("Assets/Metal.jpg") no-repeat fixed center', lightIntensity: 1, lightPositionY: 400, shadows: false, sound: false, //Change Theme skin: "dark", layout: "4", hideMenu: true, menu2Padding: "0 50px", btnSize: 16, //Custom Layout btnSelect: { hAlign: "left" }, // currentPage: {hAlign: 'left'}, //Custom Side Menu //Disable default buttons btnAutoplay: { enabled: false }, btnDownloadPages: { enabled: false }, btnSelect: { enabled: false }, btnBookmark: { enabled: false }, btnShare: { enabled: false }, btnSound: { enabled: false }, //Enable non-default, out-of-box, buttons btnSearch: { enabled: true, }, btnFirst: { enabled: true, }, btnLast: { enabled: true, }, //Hide on Mobile mobile: { btnPrint: { enabled: false, }, btnExpand: { enabled: false, }, }, icons: "material", //Custom Table of Contents tableOfContent: [ { title: "Contact", page: 2, }, { title: "About Us", page: 3, }, { title: "What You Get", page: 3, }, { title: "Recycling Program", page: 4, items: [ { title: "How To Participate", page: 4, }, ], }, { title: "Why PowerRite®", page: 5, }, { title: "Batteries & Accessories", page: 5, items: [ { title: "Replacement Batteries", page: 5, }, { title: "Exit & Emergency Light Replacement", page: 7, }, { title: "Alkaline & Lithium Batteries", page: 7, }, { title: "Care & Handling", page: 9, }, { title: "Rechargable Batteries", page: 10, }, { title: "Miscellaneous Batteries", page: 11, }, { title: "Adapter & Leads", page: 12, }, { title: "Battery Test Equipment", page: 12, }, ], }, { title: "Battery Maintenance Guide", page: 13, }, { title: "SLA Battery Cross Reference", page: 14, }, { title: "Nationwide Distribution Centers", page: 15, }, ], }); $("#CUSTPRODFB").flipBook({ name: "Brooks 2020 Alarm Mini", //Display PDF and Background pdfUrl: "/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/CUSTPROD.pdf", lightBox: true, lightboxBackground: "rgba(119, 119, 119, 0.8)", // backgroundColor: 'url("Assets/Metal.jpg") no-repeat fixed center', lightIntensity: 1, lightPositionY: 400, shadows: false, sound: false, //Change Theme skin: "dark", layout: "4", hideMenu: true, menu2Padding: "0 50px", btnSize: 16, //Custom Layout btnSelect: { hAlign: "left" }, // currentPage: {hAlign: 'left'}, //Custom Side Menu //Disable default buttons btnAutoplay: { enabled: false }, btnDownloadPages: { enabled: false }, btnSelect: { enabled: false }, btnBookmark: { enabled: false }, btnShare: { enabled: false }, btnSound: { enabled: false }, //Enable non-default, out-of-box, buttons btnSearch: { enabled: true, }, btnFirst: { enabled: true, }, btnLast: { enabled: true, }, //Hide on Mobile mobile: { btnPrint: { enabled: false, }, btnExpand: { enabled: false, }, }, icons: "material", //Custom Table of Contents // tableOfContent: [ // { // title: "Contact", // page: 2 // }, // { // title: "About Us", // page: 3 // }, // { // title: "What You Get", // page: 3 // }, // { // title: "Recycling Program", // page: 4, // items: [ // { // title: "How To Participate", // page: 4 // }, // ] // }, // { // title: "Why PowerRite®", // page: 5 // }, // { // title: "Batteries & Accessories", // page: 5, // items: [ // { // title: "Replacement Batteries", // page: 5 // }, // { // title: "Exit & Emergency Light Replacement", // page: 7 // }, // { // title: "Alkaline & Lithium Batteries", // page: 7 // }, // { // title: "Care & Handling", // page: 9 // }, // { // title: "Rechargable Batteries", // page: 10 // }, // { // title: "Miscellaneous Batteries", // page: 11 // }, // { // title: "Adapter & Leads", // page: 12 // }, // { // title: "Battery Test Equipment", // page: 12 // }, // ] // }, // { // title: "Battery Maintenance Guide", // page: 13 // }, // { // title: "SLA Battery Cross Reference", // page: 14 // }, // { // title: "Nationwide Distribution Centers", // page: 15 // }, // ] }); $("#FEXCABThumb").flipBook({ name: "Hot Topics Q1 2020", //Display PDF and Background pdfUrl: "/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/FEXCAB.pdf", lightBox: true, lightboxBackground: "rgba(119, 119, 119, 0.8)", // backgroundColor: 'url("Assets/Metal.jpg") no-repeat fixed center', lightIntensity: 1, lightPositionY: 400, shadows: false, sound: false, //Change Theme skin: "dark", layout: "4", hideMenu: true, menu2Padding: "0 50px", btnSize: 16, //Custom Layout btnSelect: { hAlign: "left" }, // currentPage: {hAlign: 'left'}, //Custom Side Menu //Disable default buttons btnAutoplay: { enabled: false }, btnDownloadPages: { enabled: false }, btnSelect: { enabled: false }, btnBookmark: { enabled: false }, btnShare: { enabled: false }, btnSound: { enabled: false }, //Enable non-default, out-of-box, buttons btnSearch: { enabled: true, }, btnFirst: { enabled: true, }, btnLast: { enabled: true, }, //Hide on Mobile mobile: { btnPrint: { enabled: false, }, btnExpand: { enabled: false, }, }, icons: "material", //Custom Table of Contents tableOfContent: [ { title: "Replacing Problematic Concealed Sprinkler Cover Plates Ensures Proper Operation", page: 1, }, { title: "Editorial: When a Fire Occurs, and a Fire Extinguisher is Nearby... GRAB IT and USE IT!", page: 2, }, { title: "Employee Spotlight: Meet Cindy Thompson, Account Manager", page: 2, }, { title: "Feature Article (Cont’d): Replacing Problematic Concealed Sprinkler Cover Plates Ensures Proper Operation", page: 3, }, { title: "Article 1: The Importance of Portable Fire Extinguishers", page: 4, }, { title: "Article 2: Major Changes in Emergency Lighting You Need to Know!", page: 5, }, { title: "Article 3: Electronic Equipment Protection: Are You Installing the Right Extinguishers?", page: 5, }, { title: "Legislation & Code: Brooks Tracks Legislation and Extinguishers for US Military", page: 7, }, { title: "Product Gallery", page: 8, }, ], }); $("#FEXCABFB").flipBook({ name: "Hot Topics Q2 2019", //Display PDF and Background pdfUrl: "/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/FEXCAB.pdf", lightBox: true, lightboxBackground: "rgba(119, 119, 119, 0.8)", // backgroundColor: 'url("Assets/Metal.jpg") no-repeat fixed center', lightIntensity: 1, lightPositionY: 400, shadows: false, sound: false, //Change Theme skin: "dark", layout: "4", hideMenu: true, menu2Padding: "0 50px", btnSize: 16, //Custom Layout btnSelect: { hAlign: "left" }, // currentPage: {hAlign: 'left'}, //Custom Side Menu //Disable default buttons btnAutoplay: { enabled: false }, btnDownloadPages: { enabled: false }, btnSelect: { enabled: false }, btnBookmark: { enabled: false }, btnShare: { enabled: false }, btnSound: { enabled: false }, //Enable non-default, out-of-box, buttons btnSearch: { enabled: true, }, btnFirst: { enabled: true, }, btnLast: { enabled: true, }, //Hide on Mobile mobile: { btnPrint: { enabled: false, }, btnExpand: { enabled: false, }, }, icons: "material", //Custom Table of Contents tableOfContent: [ { title: "NFPA Now Requires Fire Safety Instructions for Restaurant Employees", page: 1, }, { title: "Editorial: Extinguishers Have Quite The History", page: 2, }, { title: "Employee Spotlight: Meet Ansley Anderson, Alarms Account Representative", page: 2, }, { title: "Article 1: Recharging Extinguishers Correctly Ensures Reliability and Safety!", page: 3, }, { title: "Feature Article: NFPA Now Requires Fire Safety Instructions for Restaurant Employees", page: 4, }, { title: "Sidebar: Fire Safety Instructions Offered by Fire Equipment Distributors", page: 5, }, { title: "Legislation & Code: Brooks Tracks Legislation and Proposed Code Changes", page: 6, }, { title: "NFPA Update: Brooks Tracks Revisions to NFPA Standards", page: 7, }, { title: "Product Gallery", page: 8, }, ], }); $("#CSGCATThumb").flipBook({ name: "Hot Topics Q3 2019", //Display PDF and Background pdfUrl: "/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/CSGCAT.pdf", lightBox: true, lightboxBackground: "rgba(119, 119, 119, 0.8)", // backgroundColor: 'url("Assets/Metal.jpg") no-repeat fixed center', lightIntensity: 1, lightPositionY: 400, shadows: false, sound: false, //Change Theme skin: "dark", layout: "4", hideMenu: true, menu2Padding: "0 50px", btnSize: 16, //Custom Layout btnSelect: { hAlign: "left" }, // currentPage: {hAlign: 'left'}, //Custom Side Menu //Disable default buttons btnAutoplay: { enabled: false }, btnDownloadPages: { enabled: false }, btnSelect: { enabled: false }, btnBookmark: { enabled: false }, btnShare: { enabled: false }, btnSound: { enabled: false }, //Enable non-default, out-of-box, buttons btnSearch: { enabled: true, }, btnFirst: { enabled: true, }, btnLast: { enabled: true, }, //Hide on Mobile mobile: { btnPrint: { enabled: false, }, btnExpand: { enabled: false, }, }, icons: "material", //Custom Table of Contents // tableOfContent: [ // { // title: "College Campus Fire Safety", // page: 1, // }, // { // title: "Editorial: Fire Sprinkler Systems Date Back to the Renaissance", // page: 2, // }, // { // title: "Employee Spotlight: Meet Kevin Pinto, Junior Sales Associate", // page: 3, // }, // { // title: // "Article 1: Expand Your Restaurant Offerings to Improve Safety and Increase Revenue", // }, // { // title: "Feature Article: College Campus Fire Safety", // page: 5, // }, // { // title: "Article 2: Safety Cans Prevent Catastrophic Fires", // page: 5, // }, // { // title: // "Legislation & Code: Legislation, Code Updates, and Challenges to the New Department of Defense Building Code", // page: 13, // }, // { // title: "Product Gallery", // page: 14, // }, // ], }); $("#CSGCATFB").flipBook({ name: "Hot Topics Q4 2019", //Display PDF and Background pdfUrl: "/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/CSGCAT.pdf", lightBox: true, lightboxBackground: "rgba(119, 119, 119, 0.8)", // backgroundColor: 'url("Assets/Metal.jpg") no-repeat fixed center', lightIntensity: 1, lightPositionY: 400, shadows: false, sound: false, //Change Theme skin: "dark", layout: "4", hideMenu: true, menu2Padding: "0 50px", btnSize: 16, //Custom Layout btnSelect: { hAlign: "left" }, // currentPage: {hAlign: 'left'}, //Custom Side Menu //Disable default buttons btnAutoplay: { enabled: false }, btnDownloadPages: { enabled: false }, btnSelect: { enabled: false }, btnBookmark: { enabled: false }, btnShare: { enabled: false }, btnSound: { enabled: false }, //Enable non-default, out-of-box, buttons btnSearch: { enabled: true, }, btnFirst: { enabled: true, }, btnLast: { enabled: true, }, //Hide on Mobile mobile: { btnPrint: { enabled: false, }, btnExpand: { enabled: false, }, }, icons: "material", //Custom Table of Contents tableOfContent: [ { title: "Maintaining FDC Integrity with Knox® Locking Caps", page: 1, }, { title: "Editorial: To the Editor of NFPA Journal Magazine", page: 2, }, { title: "Article 1: Safely Deep-Frying a Holiday Turkey", page: 2, }, { title: "Feature Article (Cont’d): Maintaining FDC Integrity with Knox Locking Caps", page: 3, }, { title: "Employee Spotlight: Meet Mike Cox, Account Manager", page: 3, }, { title: "Article 2: Servicing Backflow Preventers Ensures Proper Operation and Safe Drinking Water", page: 4, }, { title: "Article 3: Water Fire Extinguishers: Understanding Them Gives You a Competitive Edge", page: 6, }, { title: "Legislation & Code: NFPA Standards News Brooks Tracks Legislation", page: 7, }, { title: "Product Gallery", page: 8, }, ], }); $("#FEXCATThumb").flipBook({ name: "Hot Topics Q1 2020", //Display PDF and Background pdfUrl: "/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/FEXCAT.pdf", lightBox: true, lightboxBackground: "rgba(119, 119, 119, 0.8)", // backgroundColor: 'url("Assets/Metal.jpg") no-repeat fixed center', lightIntensity: 1, lightPositionY: 400, shadows: false, sound: false, //Change Theme skin: "dark", layout: "4", hideMenu: true, menu2Padding: "0 50px", btnSize: 16, //Custom Layout btnSelect: { hAlign: "left" }, // currentPage: {hAlign: 'left'}, //Custom Side Menu //Disable default buttons btnAutoplay: { enabled: false }, btnDownloadPages: { enabled: false }, btnSelect: { enabled: false }, btnBookmark: { enabled: false }, btnShare: { enabled: false }, btnSound: { enabled: false }, //Enable non-default, out-of-box, buttons btnSearch: { enabled: true, }, btnFirst: { enabled: true, }, btnLast: { enabled: true, }, //Hide on Mobile mobile: { btnPrint: { enabled: false, }, btnExpand: { enabled: false, }, }, icons: "material", //Custom Table of Contents tableOfContent: [ { title: "Replacing Problematic Concealed Sprinkler Cover Plates Ensures Proper Operation", page: 1, }, { title: "Editorial: When a Fire Occurs, and a Fire Extinguisher is Nearby... GRAB IT and USE IT!", page: 2, }, { title: "Employee Spotlight: Meet Cindy Thompson, Account Manager", page: 2, }, { title: "Feature Article (Cont’d): Replacing Problematic Concealed Sprinkler Cover Plates Ensures Proper Operation", page: 3, }, { title: "Article 1: The Importance of Portable Fire Extinguishers", page: 4, }, { title: "Article 2: Major Changes in Emergency Lighting You Need to Know!", page: 5, }, { title: "Article 3: Electronic Equipment Protection: Are You Installing the Right Extinguishers?", page: 5, }, { title: "Legislation & Code: Brooks Tracks Legislation and Extinguishers for US Military", page: 7, }, { title: "Product Gallery", page: 8, }, ], }); $("#FEXCATFB").flipBook({ name: "Hot Topics Q2 2019", //Display PDF and Background pdfUrl: "/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/FEXCAT.pdf", lightBox: true, lightboxBackground: "rgba(119, 119, 119, 0.8)", // backgroundColor: 'url("Assets/Metal.jpg") no-repeat fixed center', lightIntensity: 1, lightPositionY: 400, shadows: false, sound: false, //Change Theme skin: "dark", layout: "4", hideMenu: true, menu2Padding: "0 50px", btnSize: 16, //Custom Layout btnSelect: { hAlign: "left" }, // currentPage: {hAlign: 'left'}, //Custom Side Menu //Disable default buttons btnAutoplay: { enabled: false }, btnDownloadPages: { enabled: false }, btnSelect: { enabled: false }, btnBookmark: { enabled: false }, btnShare: { enabled: false }, btnSound: { enabled: false }, //Enable non-default, out-of-box, buttons btnSearch: { enabled: true, }, btnFirst: { enabled: true, }, btnLast: { enabled: true, }, //Hide on Mobile mobile: { btnPrint: { enabled: false, }, btnExpand: { enabled: false, }, }, icons: "material", //Custom Table of Contents tableOfContent: [ { title: "NFPA Now Requires Fire Safety Instructions for Restaurant Employees", page: 1, }, { title: "Editorial: Extinguishers Have Quite The History", page: 2, }, { title: "Employee Spotlight: Meet Ansley Anderson, Alarms Account Representative", page: 2, }, { title: "Article 1: Recharging Extinguishers Correctly Ensures Reliability and Safety!", page: 3, }, { title: "Feature Article: NFPA Now Requires Fire Safety Instructions for Restaurant Employees", page: 4, }, { title: "Sidebar: Fire Safety Instructions Offered by Fire Equipment Distributors", page: 5, }, { title: "Legislation & Code: Brooks Tracks Legislation and Proposed Code Changes", page: 6, }, { title: "NFPA Update: Brooks Tracks Revisions to NFPA Standards", page: 7, }, { title: "Product Gallery", page: 8, }, ], }); $("#FSACATThumb").flipBook({ name: "Hot Topics Q3 2019", //Display PDF and Background pdfUrl: "/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/FSACAT.pdf", lightBox: true, lightboxBackground: "rgba(119, 119, 119, 0.8)", // backgroundColor: 'url("Assets/Metal.jpg") no-repeat fixed center', lightIntensity: 1, lightPositionY: 400, shadows: false, sound: false, //Change Theme skin: "dark", layout: "4", hideMenu: true, menu2Padding: "0 50px", btnSize: 16, //Custom Layout btnSelect: { hAlign: "left" }, // currentPage: {hAlign: 'left'}, //Custom Side Menu //Disable default buttons btnAutoplay: { enabled: false }, btnDownloadPages: { enabled: false }, btnSelect: { enabled: false }, btnBookmark: { enabled: false }, btnShare: { enabled: false }, btnSound: { enabled: false }, //Enable non-default, out-of-box, buttons btnSearch: { enabled: true, }, btnFirst: { enabled: true, }, btnLast: { enabled: true, }, //Hide on Mobile mobile: { btnPrint: { enabled: false, }, btnExpand: { enabled: false, }, }, icons: "material", //Custom Table of Contents tableOfContent: [ { title: "College Campus Fire Safety", page: 1, }, { title: "Editorial: Fire Sprinkler Systems Date Back to the Renaissance", page: 2, }, { title: "Employee Spotlight: Meet Kevin Pinto, Junior Sales Associate", page: 3, }, { title: "Article 1: Expand Your Restaurant Offerings to Improve Safety and Increase Revenue", }, { title: "Feature Article: College Campus Fire Safety", page: 5, }, { title: "Article 2: Safety Cans Prevent Catastrophic Fires", page: 5, }, { title: "Legislation & Code: Legislation, Code Updates, and Challenges to the New Department of Defense Building Code", page: 13, }, { title: "Product Gallery", page: 14, }, ], }); $("#FSACATFB").flipBook({ name: "Hot Topics Q4 2019", //Display PDF and Background pdfUrl: "/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/FSACAT.pdf", lightBox: true, lightboxBackground: "rgba(119, 119, 119, 0.8)", // backgroundColor: 'url("Assets/Metal.jpg") no-repeat fixed center', lightIntensity: 1, lightPositionY: 400, shadows: false, sound: false, //Change Theme skin: "dark", layout: "4", hideMenu: true, menu2Padding: "0 50px", btnSize: 16, //Custom Layout btnSelect: { hAlign: "left" }, // currentPage: {hAlign: 'left'}, //Custom Side Menu //Disable default buttons btnAutoplay: { enabled: false }, btnDownloadPages: { enabled: false }, btnSelect: { enabled: false }, btnBookmark: { enabled: false }, btnShare: { enabled: false }, btnSound: { enabled: false }, //Enable non-default, out-of-box, buttons btnSearch: { enabled: true, }, btnFirst: { enabled: true, }, btnLast: { enabled: true, }, //Hide on Mobile mobile: { btnPrint: { enabled: false, }, btnExpand: { enabled: false, }, }, icons: "material", //Custom Table of Contents tableOfContent: [ { title: "Maintaining FDC Integrity with Knox® Locking Caps", page: 1, }, { title: "Editorial: To the Editor of NFPA Journal Magazine", page: 2, }, { title: "Article 1: Safely Deep-Frying a Holiday Turkey", page: 2, }, { title: "Feature Article (Cont’d): Maintaining FDC Integrity with Knox Locking Caps", page: 3, }, { title: "Employee Spotlight: Meet Mike Cox, Account Manager", page: 3, }, { title: "Article 2: Servicing Backflow Preventers Ensures Proper Operation and Safe Drinking Water", page: 4, }, { title: "Article 3: Water Fire Extinguishers: Understanding Them Gives You a Competitive Edge", page: 6, }, { title: "Legislation & Code: NFPA Standards News Brooks Tracks Legislation", page: 7, }, { title: "Product Gallery", page: 8, }, ], }); });