var fDesc=new Array(); fDesc[0] = "Faronics System Profiler is a powerful inventory solution that identifies and stores detailed hardware and app data for every workstation across your deployment. You can quickly search your network for workstations that match specified criteria and run detailed reports on either present or historical hardware configurations."; 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 = ''; } }