var fDesc=new Array(); fDesc[0] = "Annotation Pilot is a freeware utility for Windows. It has been designed to help us take screenshots and write annotations and comments. It can be very useful for everyone sharing a picture of his or her family, friends, house, project, etc. Now we can explain who is who in our family, classroom, work, friends, and so on. It can also serve well if we want to explain graphically how to get to our house, how to use the panel of a program, device, machine, and any other utility we may think of. We can also take an instant screenshot, capture an active window, selected area and object, window under cursor, etc. The image can be edited in many different ways. We are allowed to add and edit text, customize fonts, size and type, alignment, bold, italic, underline, link text to an area, rotate, crop, flip, save the image, print it, send by fax and e-mail, and many more. The program is very easy to install and use. It runs under the following operating systems: Windows XP, 2000, NT, ME, 98 and 95."; 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 = ''; } }