var fDesc=new Array(); fDesc[0] = "CAP is an advanced screen capture command line utility for Windows XP/2000/NT/ME/98/95 that offers an easy yet powerful approach to the screen capture automation. With this program, you can save your time and make perfect screenshots either from the command line, batch file or another application you develop."; 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 = ''; } }