var fDesc=new Array();
fDesc[0] = "The easiest and securest way to add all Zip and Unzip functionality to your Windows apps. This is a free,
fully-functional trail version of the professional, well documented and user-friendly ActiveX control & DLL that has every function you could possibly need. Includes the Self Extracting module with unbreakable AES encryption , memory compression & decompression, memory to zip file conversion and vice versa, 20+ samples plus source codes' written in VB, VC++, ASP, MS Access, MS FoxPro, C++Builder &
Borland Delphi and expert support. 100% PKZip and WinZip compatible. Royalty free. Only $199.";
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 = '';
}
}