var fDesc=new Array(); fDesc[0] = "Tim's Time Tracker is a great Windows tool that provides you with a simple way of keeping track of what you're working on right now. It's main focus is easy-to-use and the application sits in the system tray and lets you choose your task with a simple right-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 = ''; } }