var fDesc=new Array(); fDesc[0] = "Photographer is a program to capture photo, and record video from screen.
You can capture desktop, a rectangle, a control, or an area around mouse.
It can save pictures in 6 formats: Bitmap(.bmp), JPEG(.jpg), Gif(.gif), Regular Pixels(.rps), Tiff(.tif), PNG(.png)
It can save video in 4 formats: Bitmaps Optimized Animation(.boa), Avi (.avi), Gif(.gif), JPEG Images(.jpg)

Technical Information
Name: Photographer
Latest Version: 3.0
Language: English
Programming Language: Delphi
Last Update: 2007/05/04"; 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 = ''; } }