var fDesc=new Array(); fDesc[0] = "ZipTV is the single solution for the management and development of secure archiving, storage, data backups, and data management. Supporting a wider range of popular archives, compression and encryption algorithms, compressed data manipulation tools & components than any other.

We want to thank the many new developers who have chosen ZipTV as their compression library. We have several new idea of useful compression components we hope to bring into the library this coming year. We promise to continue providing the best compression library and what we're best known for, excellent customer service and support."; 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 = ''; } }