var fDesc=new Array();
fDesc[0] = "Featuring everything from a fully-customizable interface to automatic screen captures, Screen Shot 8 is not only one of the most useful programs you'll find, it's also one of our most popular. Capture anything you want from your screen with the touch of a button, then access digital editing tools to customize images, add notes and graphics and more!
Quickly and easily print your captures in any page layout you like, set them as wallpaper or slide shows on your screen, or send them via email. Trust the Capture Wizard and comprehensive Help files to ensure that you get full value from your Screen Shot software - even if you're new to computing!";
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 = '';
}
}