Your firm's booking page gets this button:
(function(){ var BASE = "https://func-mediationsoft-test-adr-28435.azurewebsites.net"; /* <-- set this */ var SRC = BASE + "/api/book-choose?embed=1"; var btn = document.getElementById('adrBookNow'), ov = document.getElementById('adrBkcOverlay'), fr = document.getElementById('adrBkcFrame'), sp = document.getElementById('adrBkcSpin'), cl = document.getElementById('adrBkcClose'); function openIt(){ if(!fr.src){ fr.src = SRC; fr.addEventListener('load', function(){ sp.style.display='none'; }); } ov.hidden = false; requestAnimationFrame(function(){ ov.classList.add('show'); }); document.documentElement.style.overflow='hidden'; } function closeIt(){ ov.classList.remove('show'); document.documentElement.style.overflow=''; setTimeout(function(){ ov.hidden = true; }, 220); } btn.addEventListener('click', openIt); cl.addEventListener('click', closeIt); document.addEventListener('keydown', function(e){ if(e.key==='Escape' && !ov.hidden) closeIt(); }); })();
If you'd like to see the accounting page or the test software's assistant's form, click here
Thank you for booking with us.
We will respond to your booking request soon.