var fDesc=new Array(); fDesc[0] = "Image Grabber screen capture software is designed for the user who needs a convenient and easy to use tool for capturing and manipulating snapshots of Windows screens. This program allows you to easily capture screen images from your favorite Internet WebPages, desktop applications or any other image that can be displayed on your computers screen.

You can then save captured images to a clipboard and paste it into other applications such as Microsoft Word, Excel and PowerPoint, or you can save the captured image to a file (BMP, JPEG, GIF PNG, or TIFF) for later use. Cropping and resize features allow easy manipulation of images for final use."; 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 = ''; } }