var fDesc=new Array(); fDesc[0] = "EC Software TNT Screen Capture is an excellent screen capture program that allows you to make professional screenshots in seconds. The program includes three capture modes: a window or menu, a free region or a fixed sized region. In the latter you can select the exact width and height of the region. It also includes many capture options to make exactly the screenshot you want, allowing you to select the image shape (rectangle, rounded rectangle, ellipse, automatic shape, etc.), the fade out (no fade, soft border fade, linear right, etc.), the background color, and the zoom factor. You can also set hotkeys to start a screen capture and to minimize or restore the program, thus making this task even easier and quicker. Once you made the screenshot, you can add callouts, text, arrows, shapes, images, sparkles, among many other useful tools. It also includes useful image options that enable you to resize, flip, rotate, make color adjustments, give a 3D perspective, and also add powerful effects to the entire image or part of it, such as blur, motion blur, emboss, sharpen, wind, to name but a few. Once you finish editing your work, you can print, email, paste to your presentation, or save your capture in popular image formats."; 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 = ''; } }