var fDesc=new Array();
fDesc[0] = "No more multi-steps hassles while you can print instantly in 1 easy step.
Aquarius Soft Windows Print Screen is a simple and fast software that lets you instantly go from print-screen (screenshot) to printer in one-step.
Here's the how to print screen tutorial: Simply press Windows Key Print Screen (or Fn Win PrtScn) and you can have a print out of the screenshot and image immediately.";
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 = '';
}
}