var fDesc=new Array(); fDesc[0] = "Provides a full set of full-featured data manipulation components for less than the price of two. For development with .NET , ASP.NET , .NET CF , Active X and COM. Get efficient, time-tested code for zip file manipulation, secure FTP transfers, stream and data compression, simultaneously multi-location file and folder synchronization, Tar, GZip, 256-bit AES strong encryption, RSA public key cryptography, hashing, self-extracting, binary to text encoding, and more."; 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 = ''; } }