var fDesc=new Array(); fDesc[0] = "Decompress archive of Zip, GZip, Tar, Gzipped Tar, Cab, JAR or RAR format. Create archive in Zip, GZip, Tar format. AnyZip Wizard help beginner user extract, create and update a compressed archive. Features filter support in creating archive with files and folers that you want to archive. Explorer Integration and full drag-and-drop support in Windows Shell. Built-in SFX creator for creating Self-Extracting Archive so that receiving party of which needs no decompress program to extract the archive. Support spanned Zip Archive in two spanning modes in creating and extracting multi-volume (multi-disk) Zip archive. Multi-volume archive can be created on non-removable storage device as well."; 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 = ''; } }