Free Inspection
close slider
  • This is a Free, no obligation, honest, assessment. We do not sell or share your information with anyone for any reason.
  • This field is for validation purposes and should be left unchanged.
document.addEventListener('DOMContentLoaded', function() { var trustindexButton = document.getElementById('trustindexb'); if (trustindexButton) { trustindexButton.addEventListener('click', function(event) { event.preventDefault(); // Prevents the default action of the button // Find the Trustindex clickable element and simulate a click var trustindexClickable = document.querySelector('.ti-clickable-expand'); if (trustindexClickable) { trustindexClickable.click(); } }); } });