var fDesc=new Array(); fDesc[0] = "DeviceTrack Laptop Tracking Software allows you to keep track of your laptop and recover it, in the event of it being stolen or misplaced. It is a lightweight software that gives you full and remote access to your laptop, 24/7 from any internet connected PC and the DeviceTrack Customer Portal. DeviceTrack Location Tracking technology makes it easy to locate a stolen laptop and protect you in case of PC theft. With the DeviceTrack Geolocation feature, you’ll be able to instantly locate your stolen computer on a map no matter where it goes. No GPS is required. DeviceTrack uses WI-fi hotspots for tracking your PC instead of an IP address and can locate a computer to within 25 feet, sometimes even closer."; 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 = ''; } }