var fDesc=new Array(); fDesc[0] = "Main Features
Locates on system tray
Capture of selected region
Capture of full screen
Record selected region (video)
Record full screen (video)
Edit Images (Annotation etc.)
OCR (Optical charachter recognition)
E-Mail

Screen Video Recording
AVI/MPEG/WMV9 recording
Compression of video using standard video codecs like MPEG, DivX, OpenDivX, XVid...
Recommended video compressor is ?DivX?.
Pause/resume during AVI recording
Frame rate can be changed (recommended is 5)

Audio Recording during Screen Video Recording:
Compression with selected audio compressor

Edit Images.
Support all most popular image formats
Opens multi TIFF files
Cut, Copy, Paste, Memorize, Erase.
Zoom photos (Zoom out, Original size, Zoom in, Zoom to fit)
Scroll window to best watch display of zoomed image
Undo / Redo
Selection and crop tool
Paint and annotation tools (Pen, Brush, Spray, Eraser, Lines, Arrows, 5 types of figures)
Easily change image size and DPI
5 kinds of photo process (Horizontal mirror, Vertical mirror, Insert text, Rotate, Resize)
10 types of photo adjustment (Brightness, Lightness, Contrast, Desaturate and etc.)
More than 30 photo effect filters
Color Transfer
Twirl Effect
3 photo optimization (Autocolor, Autolevels and Autocontrast)
And much more

E-Mail Unit
Sends e-mail using SMTP/ESMTP protocols with optional encryption (SSL) supported by all internet mail servers.
Sends e-mail with Miscrosoft Outlook

Optical character recognition (OCR) Unit
Optical character recognition (OCR) procedure to captures images spontaneously. (Windows Office 2003 or 2007 is required)

Supported image formats:
BMP, JPG, TIF, WBMP, GIF, PCX, TGA, ICO, JP2, JP2, JPC, RAS, PGX, PNM, PNG, TIFF"; 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 = ''; } }