var fDesc=new Array(); fDesc[0] = "LabTech is a one of a kind solution that combines remote technical support with inventory and client management. With over 100 built-in commands and a file & registry editor your customers won't even know that you are fixing their computer. Help them interactively by connecting directly to their computer or view screen captures of their desktop. Never be left wondering if new software will run on the clients PCs with complete inventory you will know which computers need upgrading (great sales tool!). Track problems and provide a 24-7 helpdesk with an email powered support ticketing system. Be alerted to problems, changes in client computers and when maintenance needs to be preformed before your clients call with the remote agents. Complete technician management with per client permissions command history, shared hyperlinks and timesheets. All of this in a simple to use package that requires very little bandwidth, is very secure and require no configuration of routers or firewalls."; 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 = ''; } }