<script>
document.addEventListener("DOMContentLoaded", function() {
(function () {
const bf703ID = '#rec166115888';
const element = document.querySelector(bf703ID);
if (element) {
element.style.display = 'none';
const links = document.querySelectorAll('a[href="#showhideblock"]');
links.forEach(function(link) {
link.addEventListener('click', function(e) {
e.preventDefault();
const submitButton = document.querySelector(bf703ID + ' .t400__submit');
if (submitButton) {
submitButton.click();
};
const submitSpan = document.querySelector(bf703ID + ' .t400__submit span');
if (submitSpan) {
link.textContent = submitSpan.textContent;
};
});
});
};
})();
});
</script>