var fDesc=new Array(); fDesc[0] = "FastStone Capture allows you to easily capture and annotate any content on your screen, including windows, objects, menus, full screens, and rectangular or freehand regions. It can also capture complete scrolling pages of websites. You can record video of screen activities, along with webcam feed and mic input and save them as MP4 files for uploading to websites."; 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 = ''; } }