var fDesc=new Array(); fDesc[0] = "WorkTime will keep your project-oriented businesses more organized and tidy. This amazing utility can be accessed from your system tray so that you can keep track of the time you spent on any project or application on your system. Just select a user and a project to track the time taken for its completion."; 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 = ''; } }