var fDesc=new Array(); fDesc[0] = "FileStream Take-1 Recorder lets you easily create tutorials and How-To videos or capture anything that you see (and hear) from your screen with one click. The program allows you capture an entire webpage and save it as an image. Also it captures the full page, on screen and off screen. Moreover it lets you capture windows by captions including those hidden or partially visible, from your screen with one click. It comes with built-in on-screen markup tools."; 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 = ''; } }