$(".hero-pdf").click(function () { window.open('/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/EOFCAT.pdf'); }); $(".hero-fb").click(function () { // $(document).ready(function () { $(".hero-fb").flipBook({ name: "Hot Topics Newsletter Q3 2020", //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 // }, // ] }); // }) }); //Download PDF $("#EOFCATPDF").click(function () { window.open('/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/EOFCAT.pdf'); }); $("#CUSTPRODPDF").click(function () { window.open('/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/CUSTPROD.pdf'); }); $("#FEXCABPDF").click(function () { window.open('/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/FEXCAB.pdf'); }); $("#CSGCATPDF").click(function () { window.open('/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/CSGCAT.pdf'); }); $("#FEXCATPDF").click(function () { window.open('/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/FEXCAT.pdf'); }); $("#FSACATPDF").click(function () { window.open('/uploadedFiles/Heiser/Content/Digital_Resources/Catalog/FASCAT.pdf'); });