var fDesc=new Array(); fDesc[0] = "Responsive Time Logger is a time and billing application that keeps track of the time you spend working on different projects. Because it is so easy to use, you'll record billable time that might otherwise slip through the cracks. You can track your time while you're working using the built-in Stopwatch with just one mouse click."; 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 = ''; } }