var fDesc=new Array(); fDesc[0] = "TimeWriter is a powerful, user-friendly application for monitoring and tracking the number of hours worked, assigning them to individual projects and clients, and printing the information in an easy to read and understand format. Features: view the whole week at a single glance find the information you need fast intuitive interface makes learning and using the software quick and easy fast and flexible time-saving entry features extensive, powerful and professional report capabilities flexible export options allows you to save time and use it more efficiently and more"; 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 = ''; } }