var fDesc=new Array(); fDesc[0] = "What is AX-ZIP Archiver
AX-ZIP Archiver is the utility for creation and management of zip-archives. It can also extract files from
CAB, RAR, JAR, ACE and 7Z archives. The utility is integrated into Windows Shell.
Original, double tree program interface allows to manipulate simultaneously several archives and
to minimize the number of operations while working with archives.
Work with items of archives is similar to work with files and folders in Windows Explorer.
Besides, AX-ZIP Archiver is simple and convenient file manager."; 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 = ''; } }