var fDesc=new Array(); fDesc[0] = "Computer Time Limiter (CTL) is parental control software that imposes limits on computer time usage. It allows you to manage and control how long and when your children are using the computer. Computer Time Limiter is small and light, up and running in minutes and very easy to use. Although CTL is targeted as ‘parental control software’ it can also perfectly used to manage and control employees, partner, self-discipline, etc."; 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 = ''; } }