{"id":46881,"date":"2025-04-29T14:36:24","date_gmt":"2025-04-29T06:36:24","guid":{"rendered":"https:\/\/isenzmedical.com\/?page_id=46881"},"modified":"2026-01-29T15:05:46","modified_gmt":"2026-01-29T07:05:46","slug":"intraocular-lenses-2","status":"publish","type":"page","link":"https:\/\/isenzmedical.com\/index.php\/intraocular-lenses-2\/","title":{"rendered":"<span class=\"light\">Intraocular<\/span> Lenses"},"content":{"rendered":"\n<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; width: 100%;\" id=\"image-gallery\">\n    <!-- Row 1 -->\n <div class=\"image-container\" data-content=\"MONSPER-REVEAL\">\n        <img decoding=\"async\" src=\"http:\/\/isenzmedical.com\/wp-content\/uploads\/2025\/04\/MONOPHOCAL-SPERIC.png\" alt=\"MONOFOCAL SPHERIC\">\n    <\/div>\n    <div class=\"image-container\" data-content=\"MONASP-REVEAL\">\n        <img decoding=\"async\" src=\"http:\/\/isenzmedical.com\/wp-content\/uploads\/2025\/04\/MONOFOCAL-ASPHERIC.png\" alt=\"MONOFOCAL ASPHERIC\">\n    <\/div>\n    <div class=\"image-container\" data-content=\"MONTOR-REVEAL\">\n        <img decoding=\"async\" src=\"http:\/\/isenzmedical.com\/wp-content\/uploads\/2025\/04\/MONOFOCAL-TORIC.png\" alt=\"MONOFOCAL TORIC\">\n    <\/div>\n    <div class=\"image-container\" data-content=\"EDOF-REVEAL\">\n        <img decoding=\"async\" src=\"http:\/\/isenzmedical.com\/wp-content\/uploads\/2025\/04\/EDOF-UHDOF.png\" alt=\"EDOF\/UHDOF\">\n    <\/div>\n    <div class=\"image-container\" data-content=\"MULT-REVEAL\">\n        <img decoding=\"async\" src=\"http:\/\/isenzmedical.com\/wp-content\/uploads\/2025\/04\/MULTIFOCAL.png\" alt=\"MULTIFOCAL\">\n    <\/div>\n    <div class=\"image-container\" data-content=\"MULTOR-REVEAL\">\n        <img decoding=\"async\" src=\"http:\/\/isenzmedical.com\/wp-content\/uploads\/2025\/04\/MULTIFOCAL-TORIC.png\" alt=\"MULTIFOCAL TORIC\">\n    <\/div>\n    <div class=\"image-container\" data-content=\"TRIFOC-REVEAL\">\n        <img decoding=\"async\" src=\"http:\/\/isenzmedical.com\/wp-content\/uploads\/2025\/04\/TRIFOCAL.png\" alt=\"TRIFOCAL\">\n    <\/div>\n    <div class=\"image-container\" data-content=\"TRIFOTOR-REVEAL\">\n        <img decoding=\"async\" src=\"http:\/\/isenzmedical.com\/wp-content\/uploads\/2025\/04\/TRIFOCAL-TORIC.png\" alt=\"TRIFOCAL TORIC\">\n    <\/div>\n    <div class=\"image-container\" data-content=\"PMMA-REVEAL\">\n        <img decoding=\"async\" src=\"http:\/\/isenzmedical.com\/wp-content\/uploads\/2025\/04\/PMMA.png\" alt=\"PMMA LENSES\">\n    <\/div>\n    <div class=\"image-container\" data-content=\"IFL-REVEAL\">\n        <img decoding=\"async\" src=\"http:\/\/isenzmedical.com\/wp-content\/uploads\/2025\/04\/IRIS-FIXATION-LENS.png\" alt=\"IRIS FIXATION LENSES\">\n    <\/div>\n<\/div>\n\n<!-- Reveal content section -->\n<div id=\"reveal-content\" class=\"revealed-content\"><\/div>\n\n<!-- Dropdown content (hidden initially) -->\n<div id=\"dropdown-content\" class=\"dropdown-content\"><\/div>\n\n<style>\n\/* Updated styles *\/\n@keyframes fadeInUp {\n    0% {\n        opacity: 0;\n        transform: translateY(20px);\n    }\n    100% {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n@keyframes drawLine {\n    0% { width: 0; }\n    100% { width: 50%; }\n}\n\/* Style for the download button *\/\n.download-button {\n    margin-top: 20px;\n    padding: 12px 24px;\n    background-color: #0537fc; \/* Blue background *\/\n    color: white; \/* White text *\/\n    text-decoration: none;\n    border-radius: 5px;\n    font-weight: bold;\n    font-size: 16px;\n    border: none;\n    cursor: pointer;\n    transition: background-color 0.3s ease, transform 0.2s ease;\n    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n}\n\n\/* Hover effect *\/\n.download-button:hover {\n    background-color: #f39200; \/* Darker blue on hover *\/\n    transform: translateY(-2px); \/* Slight lift *\/\n    box-shadow: 0 6px 8px rgba(250, 143, 4, 0.15);\n}\n\n\/* Active effect *\/\n.download-button:active {\n    background-color: #676a75; \/* Even darker blue on click *\/\n    transform: translateY(0);\n    box-shadow: 0 4px 6px rgba(255, 187, 0, 0.1);\n}\n.image-container {\n    position: relative;\n    width: 225px;\n    height: 225px;\n    overflow: hidden;\n    cursor: pointer;\n    transition: transform 0.3s ease;\n}\n.image-container img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform 0.5s ease;\n}\n.image-container img:hover {\n    transform: scale(1.1);\n}\n.image-container.highlighted {\n    border: 4px solid rgba(255, 165, 0, 0.8);\n    box-shadow: 0 0 15px rgba(255, 165, 0, 0.8);\n}\n.revealed-content {\n    display: none;\n    padding: 20px;\n    background-color: #eeebeb;\n    border-radius: 20px;\n    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n    margin-top: 20px;\n    animation: slideInFromLeft 0.8s forwards;\n    text-align: center;\n}\n.revealed-content img {\n    width: 300px;\n    height: 300px;\n    object-fit: cover;\n    border-radius: 8px;\n    cursor: pointer;\n    margin: 5px;\n}\n\n.revealed-content.show {\n    display: block;\n}\n.dropdown-content {\n    display: none;\n    position: relative;\n    padding: 15px;\n    background-color: #eeebeb;\n    border-radius: 8px;\n    margin-top: 20px;\n    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n    text-align: center;\n}\n.dropdown-content.show {\n    display: block;\n}\n.dropdown-content img {\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n    border-radius: 8px;\n    margin-top: 10px;\n}\n.dropdown-content .info-text {\n    position: relative;\n    padding: 50px;\n    color: #181414;\n    border-radius: 5px;\n    font-size: 15px;\n    font-weight: bold;\n    text-align: left;\n    animation: fadeInUp 3s ease-out forwards;\n}\n<\/style>\n\n<script>\n\/\/ Content data for dynamic rendering\nconst contentData = {\n    \"MONSPER-REVEAL\": {\n        title: \"MONOFOCAL SPHERIC\",\n        images: [\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/rf22l-1.png\",\n                info: \"The Clear Spheric RF-22L is a foldable intraocular lens (IOL) manufactured by Rohto Laboratories Indonesia.  It is designed for implantation in the eye following cataract surgery to replace the natural lens. This IOL has a spherical optical design and is made of a hydrophilic acrylic material.  The foldable nature of the lens allows for insertion through a small incision.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/RF22L.png\",\n                brochureUrl: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/HO-TRIFOLD-10.pdf\"\n            },\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/OCUFLEX.png\",\n                info: \"Ocuflex design ensures smooth insertion and proper positioning inside the eye. Non Ionic nature of material ensures less incidence of PCO. The material used is UV block incorporated ensuring adequate UV protection.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/WEBSITE-CONTENTS.png\",\n            },\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/TRUFOLD.png\",\n                info: \"Trufold hydrophilic foldable lenses (posterior chamber, single piece) are made out of Poly HEMA special grade material, ( Nd:YAG laser compatible ) imported from the USA, and it is biocompatible and proven, This material has remained safe in patients eyes.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/TRUFOLD-1.png\",\n            },\n        ]\n    },\n    \"MONASP-REVEAL\": {\n        title: \"MONOFOCAL ASPHERIC\",\n        images: [\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/ENVISTA-THUMB.png\",\n                info: \"The Bausch + Lomb legacy of innovation, quality and craftsmanship is easy to see in the unique properties of the enVista\u00ae IOL which delivers exceptional rotational stability and high quality vision for a broad range of patients.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/ENVISTA-2.png\",\n            },\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/ASPIRA-AAY.png\",\n                info: \"The ASPIRA-aA\/-aAY is a one-piece monofocal capsular bag lens with all the advantages of a premium IOL\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/ASPIRA-1.png\",\n                brochureUrl: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/Human-Optics.pdf\"\n            },\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/ACRIOOL.png\",\n                info: \"Acriol is manufactured using our proprietary hydrophobic material that incorporates UV protection, ensuring durability and safety. It is produced through a synchronized cast molding procedure, which enhances its structural integrity and consistency. Designed with innovation in mind, Acriol allows for smooth insertion and accurate positioning within the eye. Additionally, its square edges help reduce the incidence of posterior capsule opacification (PCO), contributing to better postoperative outcomes.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/ACRIOL.png\",\n            },\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/30.png\",\n                info: \"Neo Eye Hydrophobic Lens is a 1-piece Aspheric Intraocular Lens (IOL) with material of hydrophobic acrylic that incorporates polymerizable UV blocker. The lens is designed for folding prior to insertion and gently unfolds to be full size after being inserted and released.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/NEO-EYE-RH72.png\",\n            },\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/ASPHIRE-HD.png\",\n                info: \"The Precizon Presbyopic is designed with a patented CTF optic. This is an optic that has multiple segments for far and near on its anterior surface. Between the segments, a smooth transition from far to near is achieved. This transition offers a constant defocus between the two sharp focal points, delivering excellent intermediate vision.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/ASPHIRE-HD-CLEAR.png\",\n            },\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/ASPHIRE-HD-GOLD.png\",\n                info: \"The Precizon Presbyopic is designed with a patented CTF optic. This is an optic that has multiple segments for far and near on its anterior surface. Between the segments, a smooth transition from far to near is achieved. This transition offers a constant defocus between the two sharp focal points, delivering excellent intermediate vision.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/ASPHIRE-HD-GOLD-1.png\",\n            },\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/NEO-EYE-RAF-22L.png\",\n                info: \"The Precizon Presbyopic is designed with a patented CTF optic. This is an optic that has multiple segments for far and near on its anterior surface. Between the segments, a smooth transition from far to near is achieved. This transition offers a constant defocus between the two sharp focal points, delivering excellent intermediate vision.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/RF22L.png\",\n            },\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/AKREOS-AO-THUMB.png\",\n                info: \"Bausch + Lomb's Akreos Adapt AO lens is the world's first aspheric acrylic IOL with aberration neutrality, because the aberrations present in the eye differ from person to person. Unlike other IOLs, it does not add further aberrations to the patient's eye. This leaves the slight, naturally occurring positive aberration from the cornea, providing better depth of field.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/AKREOS.png\",\n            },\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/ASPIRA-AXA.png\",\n                info: \"The innovative XL optic of the ASPIRA-aXA combines the advantages of a 7.0 mm optic with the stability of the new cut-out haptic design. This posterior-chamber IOL an be conveniently implanted using small-incision technology while adhering to surgical routine.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/ASPIRA-AXA-SPECS.png\",\n            },\n        ]\n    },\n    \"MONTOR-REVEAL\": {\n        title: \"MONOFOCAL TORIC\",\n        images: [\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/TORICA-AAY.png\",\n                info: \"The ASPIRA-aA\/-aAY is a one-piece monofocal capsular bag lens with all the advantages of a premium IOL\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/TORICA.png\",\n            },\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/PRECIZON-MONOFOCAL.png\",\n                info: \"The Precizon Monofocal IOL features offset haptics designed to adhere to the posterior capsule, reducing the risk of early postoperative rotation and minimizing posterior capsule opacification (PCO). Its aberration-neutral design incorporates an aspherical anterior surface, eliminating spherical aberrations to enhance contrast sensitivity and depth of focus. These innovations make the Precizon Monofocal IOL a reliable choice for stable, high-quality vision after cataract surgery.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/PRECIZON-MONOFOCAL-1.png\",\n            },\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/31.png\",\n                info: \"The Bausch + Lomb legacy of innovation, quality and craftsmanship is easy to see in the unique properties of the enVista\u00ae IOL which delivers exceptional rotational stability and high quality vision for a broad range of patients.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/ENVISTA-TORIC.png\",\n            },\n        ]\n    },\n    \"EDOF-REVEAL\": {\n        title: \"EDOF\/UHDOF\",\n        images: [\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/ULTIMA-NATURAL-1.png\",\n                info: \"Ultima Plus Natural features biconvex aspheric optics that provide better visual acuity and enhanced contrast. It is specifically designed to deliver superior contrast sensitivity and improved functional vision. Additionally, Ultima Plus Natural incorporates a yellow tint that helps replicate the natural color of the lens while effectively blocking harmful high-energy blue light.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/ULTIMA-NATURAL.png\",\n            },\n        ]\n    },\n    \"MULT-REVEAL\": {\n        title: \"MULTIFOCAL\",\n        images: [\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/PREICZON-NVA.png\",\n                info: \"The Precizon Presbyopic is designed with a patented CTF optic. This is an optic that has multiple segments for far and near on its anterior surface. Between the segments, a smooth transition from far to near is achieved. This transition offers a constant defocus between the two sharp focal points, delivering excellent intermediate vision.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/PRECIZON-NVA.png\",\n            },\n        ]\n    },\n    \"MULTOR-REVEAL\": {\n        title: \"MULTIFOCAL TORIC\",\n        images: [\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/33.png\",\n                info: \"Precizon Presbyopic is a hydrophilic acrylic intraocular lens (IOL) designed to correct both presbyopia and astigmatism. It offers excellent tolerance for misalignment and provides natural vision at all distances, while also helping to reduce glare and halos for improved visual comfort.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/PRECIZON-TORIC.png\",\n            },\n        ]\n    },\n    \"TRIFOC-REVEAL\": {\n        title: \"TRIFOCAL\",\n        images: [\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/TRIVA-AAY-1.png\",\n                info: \"The trifocal IOL TRIVA for presbyopia correction enables an excellent continuous visual result with three focal points, not only in the near and far range, but especially at intermediate distances. The TRIVA is thus suitable for the use of digital devices. The continuous varifocal is made possible by expanded focal areas and enables the majority of patients to carry out most of their daily activities without glasses. Smart design gives the IOL high performance stability and makes it largely resistant to undesirable multifocal side effects.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/TRIVA-AAY-SPECS.png\",\n            },\n                        {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/34.png\",\n                info: \"AcriDiff is a high performance hydrophobic presbyopic IOL. The synchronised cast-moulding method of manufacturing enables a refractive-diffractive design with slanted transition zones of increasing height on the anterior surface and an aspheric posterior surface, resulting in superior optical quality for distance, near and intermediate vision.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/ACRIDIFF.png\",\n            },\n                        {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/TRIDIFF.png\",\n                info: \"TriDiff is a true trifocal IOL, with a unique patented slanted transition zone with increasing step height refractive-diffractive design providing clear vision for distance, near and intermediate targets.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/TRIDIFF-1.png\",\n            },\n        ]\n    },\n    \"TRIFOTOR-REVEAL\": {\n        title: \"TRIFOCAL TORIC\",\n        images: [\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/TRIDIFF-TORIC.png\",\n                info: \"TriDiff is a true trifocal IOL, with a unique patented slanted transition zone with increasing step height refractive-diffractive design providing clear vision for distance, near and intermediate targets.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/TRIDIFF-1.png\",\n            },\n        ]\n    },\n    \"PMMA-REVEAL\": {\n        title: \"PMMA LENSES\",\n        images: [\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/re03-2.png\",\n                info: \"Manufactured by Rohto Laboratories Indonesia. This IOL is made of a foldable hydrophilic acrylic material, allowing for insertion through a small incision. The RE-03PH has a spherical optic design. It is used to replace the eye's natural lens, restoring vision after cataract surgery.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/RE03.png\",\n            },\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/rp11-1.png\",\n                info: \"The NEO-EYE-RP-11 is a foldable intraocular lens (IOL) manufactured by Rohto Laboratories Indonesia, intended for implantation after cataract surgery.  It is made from a foldable hydrophilic acrylic material, which allows for insertion through a small incision, reducing surgical invasiveness. This IOL features a spherical optic design.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/RP11.png\",\n            },\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/EYE-O-CARE.png\",\n                info: \"The foldable intraocular lenses (IOL) are single piece ultraviolet absorbing posterior chamber intraocular lense for the treatment of aphakia in adult patient. The optical device is manufactured from medical grade  co-Hydrophilic acrylate polymer with a polymerisable UV blockers. The powers are available in whole steps from -10 diopter to +35 diopter and in 0.5 diopters steps. The lenses have an A constant of 118.0 and an A\/C depth of 4.8. The water content is 26% and lens has a refractive index of 1.49 in the dry state and 1.465 in the wet state. Hydrophilic acrylate is a highly biocompatible material.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/EYE-O-CARE-1.png\",\n            },\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/EXCELENSE-PMMA.png\",\n                info: \"The foldable intraocular lenses (IOL) are single piece ultraviolet absorbing posterior chamber intraocular lense for the treatment of aphakia in adult patient. The optical device is manufactured from medical grade  co-Hydrophilic acrylate polymer with a polymerisable UV blockers. The powers are available in whole steps from -10 diopter to +35 diopter and in 0.5 diopters steps. The lenses have an A constant of 118.0 and an A\/C depth of 4.8. The water content is 26% and lens has a refractive index of 1.49 in the dry state and 1.465 in the wet state. Hydrophilic acrylate is a highly biocompatible material.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/EXCELENSE-IOL.png\",\n            },\n        ]\n    },\n    \"IFL-REVEAL\": {\n        title: \"IRIS FIXATION LENS\",\n        images: [\n            {\n                src: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/ARTISAN-APHAKIA.png\",\n                info: \"Artisan Aphakia is the #1 backup lens in complicated cataract cases. Based on the long term experience of iris fixation, the Artisan Aphakia IOL is a predictable, safe, high-precision implant.\",\n                dropdownImage: \"http:\/\/isenzmedical.com\/wp-content\/uploads\/2015\/08\/ARTISAN-APHAKIA-1.png\",\n            },\n        ]\n    },\n};\n\n\/\/ Clear highlights and hide dropdown\nfunction clearHighlights() {\n    document.querySelectorAll('.image-container').forEach(container => {\n        container.classList.remove('highlighted');\n    });\n    document.getElementById('dropdown-content').classList.remove('show');\n}\n\n\/\/ Scroll to reveal content\nfunction scrollToRevealContent() {\n    const revealContent = document.getElementById('reveal-content');\n    revealContent.scrollIntoView({ behavior: 'smooth', block: 'start' });\n    const dropdownContent = document.getElementById('dropdown-content');\n    dropdownContent.scrollIntoView({ behavior: 'smooth', block: 'start' });\n}\n\n\/\/ Handle image click events\ndocument.querySelectorAll('.image-container').forEach(container => {\n    container.addEventListener('click', () => {\n        clearHighlights();\n        const contentKey = container.getAttribute('data-content');\n        const content = contentData[contentKey];\n\n        if (content) {\n            const revealContent = document.getElementById('reveal-content');\n            revealContent.innerHTML = `\n             <h1>${content.title}<\/h1>\n             <div>\n                ${content.images.map(img => `\n                   <img decoding=\"async\" src=\"${img.src}\" alt=\"Dynamic Image\" \n                       class=\"reveal-image\" \n                       data-info=\"${img.info}\" \n                       ${img.videoUrl ? `data-video-url=\"${img.videoUrl}\"` : ''}\n                       data-dropdown-image=\"${img.dropdownImage}\"\n                       data-dropdown-image2=\"${img.dropdownImage2}\"\n                        ${img.brochureUrl ? `data-brochure-url=\"${img.brochureUrl}\"` : ''}\n                       style=\"width: 300px; height: 300px; object-fit: cover; border-radius: 8px; cursor: pointer;\">\n        `).join('')}\n    <\/div>\n`;\n\n\n            revealContent.classList.add('show');\n            container.classList.add('highlighted');\n\n            \/\/ Scroll to the revealed content\n            scrollToRevealContent();\n        }\n    });\n});\n\n\/\/ Handle revealed content image click events\ndocument.getElementById('reveal-content').addEventListener('click', e => {\n    if (e.target.classList.contains('reveal-image')) {\n        const dropdownContent = document.getElementById('dropdown-content');\n        const videoUrl = e.target.getAttribute('data-video-url'); \/\/ Get the video URL\n        const imageSrc = e.target.getAttribute('data-dropdown-image');\n        const imageSrc2 = e.target.getAttribute('data-dropdown-image2');\n        const infoText = e.target.getAttribute('data-info');\n        const brochureUrl = e.target.getAttribute('data-brochure-url'); \/\/ Get the brochure URL\n\n        \/\/ Start building content with image and info\n        let content = `\n            <div style=\"display: flex; flex-direction: column; align-items: center;\">\n                <hr style=\"width: 50%; border: none; height: 2px; background-color: #0537fc; box-shadow: 0 0 15px #0537fc; margin: 15px 0; animation: drawLine 5s forwards;\">\n                <div class=\"info-text\">${infoText}<\/div>\n                <hr style=\"width: 50%; border: none; height: 2px; background-color: #fcba05; box-shadow: 0 0 15px #fcba05; margin: 15px 0; animation: drawLine 3s forwards;\">\n                <img decoding=\"async\" src=\"${imageSrc}\">\n                ${imageSrc2 ? `<img decoding=\"async\" src=\"${imageSrc2}\">` : ''}\n        `;\n\n        \/\/ Add brochure download button if brochureUrl is available\n        if (brochureUrl) {\n            content += `\n                <a href=\"${brochureUrl}\" target=\"_blank\" download class=\"download-button\">\n                 Download Brochure\n                <\/a>\n            `;\n        }\n\n        \/\/ Add video container only if videoUrl is available\n        if (videoUrl) {\n            content = `\n                <div style=\"display: flex; flex-direction: column; align-items: center;\">\n                    <video controls autoplay style=\"width: 100%; max-width: 100%; height: auto;\">\n                        <source src=\"${videoUrl}\" type=\"video\/mp4\">\n                        Your browser does not support the video tag.\n                    <\/video>\n                    <hr style=\"width: 50%; border: none; height: 2px; background-color: #0537fc; box-shadow: 0 0 15px #0537fc; margin: 15px 0; animation: drawLine 5s forwards;\">\n                    <div class=\"info-text\">${infoText}<\/div>\n                    <hr style=\"width: 50%; border: none; height: 2px; background-color: #fcba05; box-shadow: 0 0 15px #fcba05; margin: 15px 0; animation: drawLine 3s forwards;\">\n                    <img decoding=\"async\" src=\"${imageSrc}\">\n                    ${imageSrc2 ? `<img decoding=\"async\" src=\"${imageSrc2}\">` : ''}\n                    ${brochureUrl ? `\n                        <a href=\"${brochureUrl}\" download style=\"margin-top: 20px; padding: 10px 20px; background-color: #0537fc; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;\">\n                            Download Brochure\n                        <\/a>\n                    ` : ''}\n                <\/div>\n            `;\n        } else {\n            content += `<\/div>`; \/\/ Close the div if no video is present\n        }\n\n        \/\/ Update dropdown content\n        dropdownContent.innerHTML = content.trim(); \/\/ Remove any potential empty space\n\n        \/\/ Show the dropdown content\n        dropdownContent.classList.add('show');\n\n        \/\/ Scroll to the dropdown content\n        scrollToRevealContent();\n    }\n});\n\n<\/script>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-sidebar.php","meta":{"footnotes":""},"class_list":["post-46881","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/isenzmedical.com\/index.php\/wp-json\/wp\/v2\/pages\/46881","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/isenzmedical.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/isenzmedical.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/isenzmedical.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/isenzmedical.com\/index.php\/wp-json\/wp\/v2\/comments?post=46881"}],"version-history":[{"count":30,"href":"https:\/\/isenzmedical.com\/index.php\/wp-json\/wp\/v2\/pages\/46881\/revisions"}],"predecessor-version":[{"id":78209,"href":"https:\/\/isenzmedical.com\/index.php\/wp-json\/wp\/v2\/pages\/46881\/revisions\/78209"}],"wp:attachment":[{"href":"https:\/\/isenzmedical.com\/index.php\/wp-json\/wp\/v2\/media?parent=46881"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}