var fDesc=new Array(); fDesc[0] = "Screenshot Pilot is a powerful yet easy to use application that allows you to capture screens and create annotations on them. This incredible program enables you to take lots of screenshots with minimal intervention, thus saving you valuable time. It also features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes this task a breeze. Moreover, the program has the ability to derive graphic images from applications and libraries. The application sits silently in the system tray and is highly configurable to make it work the way you want it to. It also enables you to capture screens in a variety of different ways, such as active window, active client, full screen, screen region, selected object, window under cursor, menu under cursor, cursor and background image. What is more, you can easily send screenshots by e-mail, print them out, save them to Clipboard or your hard drive. All in all, if you are looking for an effective and simple application to take screenshots and be able to make annotations on them, Screenshot Pilot 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 = ''; } }