var fDesc=new Array(); fDesc[0] = "Visual Time Spent automatically tracks your time spent working on solutions, projects and documents in Visual Studio (2010, 2008 and 2005). You can generate reports to see overall time spent and what activities took most time. It is a grate program for keeping track of the time that you spend."; 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 = ''; } }