var fDesc=new Array(); fDesc[0] = "PentaZip is a compression software program and file viewer. It features Zip64, a 64-bit format to overcome the 4GB limit of the ZIP algorithm. PentaZip can read 16 different compression formats (ZIP, ZIP64, ZGB, BZip2, ARC, ARJ, LZH/LHa, CAB, GZip, RAR, TAR, ZOO, Ace, JAR, DCL Zip and BH) You can split self-extracting and ZIP archives. Read 4 different email formats (UUencode, MIME-64, XXencode and BinHex). Write 8 different compression formats (ZIP, ZIP64, ZGB, BZip2, LZH, CAB, GZip, Tar-GZip, JAR, BH and TAR). By adding the 7Zip command line program (freely available at http://7-zip.org/) you can read and write 7Zip files as well as open and extract from compiled help files (.CHM). Once installed PentaZip will detect 7zip and transparently allow you to access the 7zip supported formats via the Main Interface as well as the Windows Explorer right mouse menu. Copy newly Compressed Archives to CD's and DVD's. CD/DVD Burning is available for all Windows Systems. You can use your favorite Email programs with Zip+Mail and perform virus checks using practically any Anti Virus program. PentaZip offers 6 additional strong encryption methods that safely password protect files using one of the following algorithms: AES, DES, Triple DES, Blowfish, Serpent, Mars. Other supported formats include: JPEG, JPEG 2000, DWG, DXF, DOC, XLS, GIF, MP3, MPEG, and AVI."; 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 = ''; } }