var fDesc=new Array(); fDesc[0] = "#1 Screen Capture is a tool for capturing any part of your screen. You can make professional screen shots and save them as bmp, png, pcx,tif,gif or jpg files.
#1 Screen Capture can capture the entire screen, a window, program menus, scrolling windows, DirectX sources, DOS screens, digital camera images, and any on-screen activity. With this useful software, you can make screenshots, edit picture, print image and copy the snapshot of screen to clipboard. #1 Screen Capture is the must-have, all-in-one screen capture utility.
#1 screen capture will help improve your message by visually communicating your thoughts and ideas.
#1 Screen Capture's easy-to-use capture options will quickly increase your productivity by allowing you to spend more time creating and less time explaining!"; 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 = ''; } }