var fDesc=new Array(); fDesc[0] = "Save time and resources to record information of all visitors who enter your company’s premises with TrekNet® VTS.

By eliminating the need for them to manually write their details on a log book, TrekNet® VTS’s self registration mode allows them to perform easy data entry as they enter and leave your premises.

Your company is also able to automate the process of a visitor‘s check-in and check-out accurately.

With the significant number of visitors that a company receives daily, it will be a concern if a certain visitor is unable to be traced or located immediately, should a crisis or pandemic takes place.

Thus, TrekNet® VTS would be a useful and affordable tool for companies to keep accurate and important records of their visitors’ information for easy contact tracing."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }