var fDesc=new Array();
fDesc[0] = "The Chilkat.NET components are written in Managed Visual C and created specifically for the .NET framework. They offer seamless integration with the .NET framework class library, as well as seamless interoperability within Chilkat.NET.
Chilkat creates COM, ActiveX, and Microsoft .NET software components built to the highest levels of reliabilty, flexibility, and interoperability. Chilkat's components for Zip compression, Email, encryption, XML, S/MIME, FTP, International Character Encoding Conversion, and HTML are used by thousands of developers worldwide.";
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 = '';
}
}