var fDesc=new Array();
fDesc[0] = "Have you downloaded a file you can't open? Easily open compressed .zip, .rar and other files in a snap.
Open any file you need with ease. See individual files before opening.
Easy Drag & Drop
Drag your file, see whats inside and uncompress all of it or specific parts.
Main Features:
- Powerful program that takes almost no space on your PC
- Uncompress multiple files at once or one at a time
- No viruses, adware or spyware
- 100% Free Download
- Optimized to work on new and old computers";
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 = '';
}
}