var fDesc=new Array(); fDesc[0] = "The LabStatsGo Browser App Tracking Extension for Chrome is a lightweight script that works in concert with the LabStatsGo client to gather smart statistical data about applications run in the browser. LabStatsGo is the engine that drives LabStats and EduTrends software used by school administrators to track and report on user and application activity on school-owned computers and devices."; 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 = ''; } }