var fDesc=new Array(); fDesc[0] = "Capture your screen with Screen Shot. Screen Shot is packed full of features that you just can't find in most other screen capture software that are priced the same. Here is what you get:

Choose your own save directory
Choose between JPG, PNG or BMP image formats
An Image Quality adjuster for better images
Use the Print Screen key or specify your own capture key
A last preview window so you can see the last image you captured.
A system tray icon with a menuing system so you can change features without having to open the program.
The ability to have the program startup with Windows
Have Screen Shot Pro play a sound, display a message when you capture a screen shot
Plus many more features"; 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 = ''; } }