var fDesc=new Array(); fDesc[0] = "capture utility allowing you to capture images from the Internet, Screen Shots of programs and more! It brings unprecedented ease and functionality to the capturing of areas. Unlike other capture programs which do not permit you to move the 'grabber' once you start the capture, Capture Express allows you to toggle between a stretch mode and a move mode by right clicking on the mouse. It also sports virtually unlimited shape captures (diamonds, stars, polygons, etc) with optional borders and shape masking. Save, Print and E-Mail captured images."; 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 = ''; } }