var fDesc=new Array();
fDesc[0] = "The easiest and securest way to add basic Zip and Unzip functionality to your Windows apps. This is a free,
fully-functional trail version of the quality, well documented and user-friendly ActiveX control that has every basic zip function you need. It offers zipping, unzipping, listing zip files, as well as deleting files from a zip archive, many samples plus source codes' written in VB, VC++, ASP, C++Builder & Borland Delphi and
expert support. Royalty free. Only $49.";
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 = '';
}
}