var fDesc=new Array();
fDesc[0] = "Free Net-It Now is a simple, client-side utility that converts any Windows-based file to the compressed CSF (Content Sealed Format) format and let users add Visual Rights persistent security, including password protection, expiration dates, and feature restrictions. Publish files directly to a Web page with embedded viewer or attach directly to an e-mail message. Files are viewable with the free Brava! Reader.";
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 = '';
}
}