var fDesc=new Array(); fDesc[0] = "Working Timer is a small tool that records alternatively your working and relax time. Beside the fact it is a very small program it is also very useful. It's very easy to install and it has a friendly-user interface. Working Timer it's designed for Windows platform."; 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 = ''; } }