var fDesc=new Array();
fDesc[0] = "EF Find is a powerful search program for Windows. Look for files, text, HEX sequences and regular expressions inside 7-Zip, ACE, ARC, ARJ, BZIP2, CAB, CPIO, GZIP, IMG, ISO, LHA, RAR, RPM, SFX, SQX, TAR, TAR.7Z, TAR.BZ, TAR.GZ, TAR.XZ, UDF, WIM, XZ, Z, ZIP, Zip64 and ZOO archives.
It works as a stand alone application, or together with EF Commander. If launched within EF Commander, EF Find starts in the path currently selected in EF Commander. EF Find and EF Commander communicate: for example, the "Go to" function in EF Find shows you the found file or directory in EF Commander. If launched as a stand-alone program, EF Find uses Windows Explorer for this operation.
Multilingual.
Shareware";
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 = '';
}
}