Disclaimer: All brand names used on this website are used without any claim to the trademark, copyright, special relationship and/or other rights of the owners of such names.
Healthcare and Rehab Specialties - All rights reserved |
function myFunction() { var x = document.getElementById("hcarsnav"); if (x.className === "nav") { x.className += " responsive"; } else { x.className = "nav"; } }