var fDesc=new Array(); fDesc[0] = "ScreenGrab 1.1 is an absolutely free utility for Windows developed for screen capture. The program doesn’t need a lot of system resources and space on your drive to perform. It has a very simple interface with a few settings, so you won’t have any problems while using it. The program captures a screenshot when you press special hot-key combination that can be easily redefined. Also you can choose whether you want to take a screenshot of the full screen or active window only. The program gives you a range of actions that can be performed in answer to pressing the hot-key combination. It can show you a dialog window for inputting name for a saved picture or just copy it to a clipboard. Captured screenshots can be saved in jpg, bmp, tif or png format. You can also configure such things as quality of the picture file. Also you can choose playing a sound after capturing and including the mouse cursor on the screenshot. All pictures are saved into the folder you have selected. ScreenGrab 1.1 is a great alternative for expensive software products."; 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 = ''; } }