var fDesc=new Array(); fDesc[0] = "Desktop Hunter is a handy freeware application which allows you to easily capture the screen in many ways, including full screen capture, selected region capture and active window capture.
You can save a screenshot in most popular image formats, such as PNG, JPEG, BMP and GIF, with the possibility to select compression and image quality. The application supports also an autosave feature, when you capture your desktop, the image will be automatically saved in a custom folder of your choice."; 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 = ''; } }