Book Fitter Appointment

Close

Book Fitter Appointment







      Shipping to Store for Customer Pickup? *

      Start Documenting Order

      Please do not check items ordered until its placed with the Vendor






      Do you want to order a second item?



      * Pending Insurance Verification I certify that I have received all of the equipment and supplies listed above in excellent condition. I have been properly instructed on how to use and properly take care of the equipment and supplies. I also understand that in the event that payment of my co-insurance or deductible amounts are not made by my insurance carrier(s), I will be responsible for reimbursing to Survivor Friendly any balance owed up to the allowed amount. I authorize any employee of Survivor Friendly to contact me by telephone regarding the equipment and supplies I have received, additional items or supplies that I may need, and to discuss any billing and/or accounts receivable information.

      document.addEventListener("DOMContentLoaded", function () { const colors = [ "#F0C3C3", "#D88A8A", "#C76E6E", "#A54545", "#823434", "#FFD700", "#FF5733", "#28A745", "#007BFF", "#6F42C1"]; const colorContainer = document.querySelector(".colors"); const selectedColorText = document.getElementById("selected-color"); if (colorContainer && selectedColorText) { colors.forEach(function(color) { const swatch = document.createElement("div"); swatch.classList.add("color-swatch"); swatch.style.backgroundColor = color; swatch.dataset.color = color; swatch.addEventListener("click", function () {        selectedColorText.textContent = color; selectedColorText.style.color = color; }); colorContainer.appendChild(swatch); }); } });