var fDesc=new Array(); fDesc[0] = "Screenshot Utility is a powerful yet easy to use screen capture program that allows you to capture and save a snapshot of your screen to a JPG, GIF or BMP file by pressing a hotkey. This incredible program sits in your system tray and allows you to easily redefine hotkeys, capture active windows, and copy the captured screenshots to the clipboard. Moreover, the application features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes this task a breeze. What is more, you can choose default path for saving files, and select the area to capture (entire screen or active window) and after the screenshot was captured, the program alerts you with a message or a sound. In addition to this, the program enables you to choose an option for automatic saving (the program will automatically increment file name counter for each captured screenshot), or you can select the filename manually after each capture. All in all, if you are looking for an application that allows you to make screenshots more easily and fast, Screenshot Utility is perfect for you."; 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 = ''; } }