var fDesc=new Array(); fDesc[0] = "Screen Capture Pro is a computer utility for capturing screenshots.

It is designed for quick capturing screenshots of other applications by six different ways as to your different requirements. Short keys are supported for different capturing solutions, you may press from [Shift+CTRL+F1] to [Shift+CTRL+F6] for different captures.

It also supports converting more than 30 different image formats from one to another, such as bmp, jpg, gif, png, and more. If you a web site designer or software developer, it's very useful for your work.

It also includes more than 60 different filters for processing your digital images; adds some special effects to your images and make them more attractive to your visitors."; 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 = ''; } }