var fDesc=new Array(); fDesc[0] = "Capture, annotate, edit, send. Do everything using only the mouse ( hotkeys also available). Capture freehand shapes, rectangles, entire windows, objects. Send captures to clipboard, file, e-mail, web(FTP), graphic editor, annotation studio, printer. Email screenshots as attachments or embedded HTML using Outlook, Outlook Express, Netscape, Eudora, Lotus Notes, IncrediMail. Save in four popular formats: BMP, GIF, JPG or PNG. Zoom for precision. Scroll long pages. Record computer activity with Timer. Create your Favorite work scenarios - capture from / send to - and switch with a click. Direct Capture from scanners and webcams. Capture and Edit using SPX Editor or annotate with SPX Studio.
Latest feature: capture from dual monitor."; 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 = ''; } }