var fDesc=new Array();
fDesc[0] = "Capture&Send is an easy-to-use e-mail utility that captures screenshot and inserts it into e-mail attachments with only one click, it works with all email clients with MAPI support.
Capture&Send does not require you to have expert knowledge about computers. All you need to do is to press Ctrl-F11 or Ctrl-F12! Your screenshot will be captured in the current window or on the full screen, and then Capture&Send will automatically open your email client, so you can send it as an attachment. Only ONE key needs to be pressed!
Capture&Send is a small, but very useful program. Make you computer work for you! Don't waste you time repeating things.";
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 = '';
}
}