var fDesc=new Array(); fDesc[0] = "TraxTime is a great personal punch clock program for keeping track of the time that you spend on different projects. This product allows you to get a handle on exactly how much time your employees (and you) spend on your organization's projects. Thanks to its simple interface, TraxTime is the time tracking software solution that's easy to implement in your workplace."; 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 = ''; } }