var fDesc=new Array(); fDesc[0] = "SoftDigi PrintScreen is the program which specializes in capturing the contents of the screen with a single keystroke.
Depending on the program mode thay you use, you can capture the entire screen, just the active window or any area of the screen.
The captured screen can be saved to disk as a file in 6 different graphics file formats (BMP, JPEG, GIF, PNG, TIFF, TGA).
Also you can switch on the record mode, which allows you to save all actions performed on computer into the video file, which can be used for video manual, video presentation creation or, simply, for video roller creation."; 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 = ''; } }