var fDesc=new Array(); fDesc[0] = "Unzip files or zip files into archives. Zip compatible file archives can be created and unzipped with only a simple click.
This great tool is especially designed for, novice users who are new to computer user interfaces, or anyone who is not interested to go through complicated interfaces just to unzip or zip a file.
The program's main dialog contains very simple instructions on how to zip or unzip files."; 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 = ''; } }