var fDesc=new Array(); fDesc[0] = "TouchPoint Lite is a pocket-friendly Visitor Management System. This program offers automated visitor tracking, an improved security function and enhanced corporate image that just beats competitor products by a wide margin. When installed in your front office, the application enables entry of visitor information rather effortlessly and follows it up by image capture via webcam and subsequent printing of Visitor ID on a standard template. With minimum system requirements, this desktop application installs without a fuss and enables image capture, printing of visitor badges, visitor tracking, and check-in and checkout facility in a jiffy."; 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 = ''; } }